We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2815bd3 commit c2db4f4Copy full SHA for c2db4f4
.gitpod.yml
@@ -5,5 +5,7 @@ tasks:
5
# Ref: https://www.gitpod.io/docs/prebuilds#github-specific-configuration
6
github:
7
prebuilds:
8
- # add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
9
- addComment: false
+ # enable for pull requests coming from this repo (defaults to true)
+ pullRequests: false
10
+ # add a check to pull requests (defaults to true)
11
+ addCheck: false
0 commit comments