Skip to content

Commit e7a2ee4

Browse files
committedJul 13, 2022
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 2f169ad commit e7a2ee4

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)