Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c2db4f4

Browse filesBrowse 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 <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent 2815bd3 commit c2db4f4
Copy full SHA for c2db4f4

File tree

Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-2
lines changed
Open diff view settings
Collapse file

‎.gitpod.yml‎

Copy file name to clipboardExpand all lines: .gitpod.yml
+4-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.