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)
|
# enable for pull requests coming from forks (defaults to false)
|
||||||
pullRequestsFromForks: true
|
pullRequestsFromForks: true
|
||||||
# add a check to pull requests (defaults to 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)
|
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false)
|
||||||
addComment: true
|
addComment: true
|
||||||
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
|
# add a "Review in Gitpod" button to the pull request's description (defaults to false)
|
||||||
addBadge: false
|
addBadge: false
|
||||||
# add a label once the prebuild is ready to pull requests (defaults to false)
|
# add a label once the prebuild is ready to pull requests (defaults to false)
|
||||||
addLabel: false
|
addLabel: ready-on-gitpod
|
||||||
|
|
||||||
vscode:
|
vscode:
|
||||||
extensions:
|
extensions:
|
||||||
|
Reference in New Issue
Block a user