mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
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: https://github.com/nodejs/node/pull/43789#issuecomment-1182875886 Refs: https://www.gitpod.io/docs/prebuilds#github-specific-configuration PR-URL: https://github.com/nodejs/node/pull/43829 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
This commit is contained in:
parent
d2fe72a4a2
commit
cabf429b1e
1 changed files with 4 additions and 2 deletions
|
@ -5,5 +5,7 @@ tasks:
|
|||
# Ref: https://www.gitpod.io/docs/prebuilds#github-specific-configuration
|
||||
github:
|
||||
prebuilds:
|
||||
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
|
||||
addComment: false
|
||||
# enable for pull requests coming from this repo (defaults to true)
|
||||
pullRequests: false
|
||||
# add a check to pull requests (defaults to true)
|
||||
addCheck: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue