We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d00ab1c commit f4fed58Copy full SHA for f4fed58
.github/angular-robot.yml
@@ -39,16 +39,8 @@ merge:
39
- 'PR state: blocked'
40
41
# list of PR statuses that need to be successful
42
- requiredStatuses:
43
- - 'ci/circleci: build'
44
- - 'ci/circleci: setup'
45
- - 'ci/circleci: lint'
46
- - 'ci/circleci: validate'
47
- - 'ci/circleci: test'
48
- - 'ci/circleci: e2e-cli-win'
49
- - 'ci/circleci: e2e-cli'
50
- - 'ci/circleci: test-browsers'
51
- - 'ci/angular: size'
+ # NOTE: Required PR statuses are now exclusively handled via Github configuration
+ requiredStatuses: []
52
53
# the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
54
# {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option
0 commit comments