Skip to content

Commit c2db4f4

Browse files
Trottdanielleadams
authored andcommitted
build: make GitPod less noisy
Disable prebuilds for pull requests. addComment now defaults to false so we don't need to set it anymore. Refs: #43789 (comment) Refs: https://www.gitpod.io/docs/prebuilds#github-specific-configuration PR-URL: #43829 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 2815bd3 commit c2db4f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitpod.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ tasks:
55
# Ref: https://www.gitpod.io/docs/prebuilds#github-specific-configuration
66
github:
77
prebuilds:
8-
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
9-
addComment: false
8+
# enable for pull requests coming from this repo (defaults to true)
9+
pullRequests: false
10+
# add a check to pull requests (defaults to true)
11+
addCheck: false

0 commit comments

Comments
 (0)