Skip to content
Permalink
Browse files
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 <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
Trott authored and danielleadams committed Jul 26, 2022
1 parent 2815bd3 commit c2db4f45818f328b5bd1d6d52f05bbd76e02a582
Showing 1 changed file 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

0 comments on commit c2db4f4

Please sign in to comment.