chore(CI): gitpod badge button disabled

pull/80/head
Guenael 2021-12-11 22:20:32 -05:00
rodzic a3ea98e267
commit 9107c766b0
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
tasks:
- init: make
github:
prebuilds:
# enable for the master/default branch (defaults to true)
@ -12,7 +13,7 @@ github:
# enable for pull requests coming from forks (defaults to false)
pullRequestsFromForks: true
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
addComment: true
addComment: false
# add a "Review in Gitpod" button to pull requests (defaults to false)
addBadge: false
# add a label once the prebuild is ready to pull requests (defaults to false)
@ -20,4 +21,4 @@ github:
vscode:
extensions:
- esbenp.prettier-vscode
- esbenp.prettier-vscode