Skip to content

Commit d30b534

Browse files
committed
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: nodejs#43789 (comment) Refs: https://www.gitpod.io/docs/prebuilds#github-specific-configuration
1 parent ba67fe6 commit d30b534

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitpod.yml

Lines changed: 4 additions & 2 deletions
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)