mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-25 08:41:39 +08:00
ci: remove redundant PR required statuses check from bot configuration
Required PR statuses are now exclusively handled via Github configuration.
This commit is contained in:
parent
d00ab1c863
commit
f4fed58a05
12
.github/angular-robot.yml
vendored
12
.github/angular-robot.yml
vendored
@ -39,16 +39,8 @@ merge:
|
||||
- 'PR state: blocked'
|
||||
|
||||
# list of PR statuses that need to be successful
|
||||
requiredStatuses:
|
||||
- 'ci/circleci: build'
|
||||
- 'ci/circleci: setup'
|
||||
- 'ci/circleci: lint'
|
||||
- 'ci/circleci: validate'
|
||||
- 'ci/circleci: test'
|
||||
- 'ci/circleci: e2e-cli-win'
|
||||
- 'ci/circleci: e2e-cli'
|
||||
- 'ci/circleci: test-browsers'
|
||||
- 'ci/angular: size'
|
||||
# NOTE: Required PR statuses are now exclusively handled via Github configuration
|
||||
requiredStatuses: []
|
||||
|
||||
# the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
|
||||
# {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option
|
||||
|
Loading…
x
Reference in New Issue
Block a user