Skip to content

Commit f4fed58

Browse files
committed
ci: remove redundant PR required statuses check from bot configuration
Required PR statuses are now exclusively handled via Github configuration.
1 parent d00ab1c commit f4fed58

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/angular-robot.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,8 @@ merge:
3939
- 'PR state: blocked'
4040

4141
# 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'
42+
# NOTE: Required PR statuses are now exclusively handled via Github configuration
43+
requiredStatuses: []
5244

5345
# the comment that will be added when the merge label is added despite failing checks, leave empty or set to false to disable
5446
# {{MERGE_LABEL}} will be replaced by the value of the mergeLabel option

0 commit comments

Comments
 (0)