fix(tools): remove gitpod checks from the PR (#41170)
This commit is contained in:
committed by
GitHub
parent
2c1280af65
commit
7f8e0592c8
@@ -68,13 +68,13 @@ github:
|
||||
# enable for pull requests coming from forks (defaults to false)
|
||||
pullRequestsFromForks: true
|
||||
# add a check to pull requests (defaults to true)
|
||||
addCheck: true
|
||||
addCheck: false
|
||||
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
|
||||
addComment: true
|
||||
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
|
||||
addBadge: false
|
||||
# add a label once the prebuild is ready to pull requests (defaults to false)
|
||||
addLabel: false
|
||||
addLabel: ready-on-gitpod
|
||||
|
||||
vscode:
|
||||
extensions:
|
||||
|
Reference in New Issue
Block a user