Skip to content

Commit 708383b

Browse files
authored
chore(ci): remove codebuild requirement from mergify (#35174)
### Reason for this change We do not need anymore for CodeBuild approval, as migrated to new build setup ### Checklist - [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent fee0638 commit 708383b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.mergify.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ queue_rules:
1717
- -approved-reviews-by~=author
1818
# This is important! It makes the PR Linter work.
1919
- "#changes-requested-reviews-by=0"
20-
- status-success~=AWS CodeBuild us-east-1
2120
- status-success=validate-pr
2221
- status-success=build
2322
commit_message_template: |-
@@ -38,7 +37,6 @@ queue_rules:
3837
- -approved-reviews-by~=author
3938
# This is important! It makes the PR Linter work.
4039
- "#changes-requested-reviews-by=0"
41-
- status-success~=AWS CodeBuild us-east-1
4240
- status-success=validate-pr
4341
- status-success=build
4442
commit_message_template: |-
@@ -58,7 +56,6 @@ queue_rules:
5856
- -approved-reviews-by~=author
5957
# This is important! It makes the PR Linter work.
6058
- "#changes-requested-reviews-by=0"
61-
- status-success~=AWS CodeBuild us-east-1
6259
- status-success=validate-pr
6360
- status-success=build
6461
commit_message_template: |-
@@ -91,7 +88,6 @@ pull_request_rules:
9188
- -approved-reviews-by~=author
9289
# This is important! It makes the PR Linter work.
9390
- "#changes-requested-reviews-by=0"
94-
- status-success~=AWS CodeBuild us-east-1
9591
- status-success=validate-pr
9692
- status-success=build
9793
- name: automatic priority merge
@@ -113,7 +109,6 @@ pull_request_rules:
113109
- -approved-reviews-by~=author
114110
# This is important! It makes the PR Linter work.
115111
- "#changes-requested-reviews-by=0"
116-
- status-success~=AWS CodeBuild us-east-1
117112
- status-success=validate-pr
118113
- status-success=build
119114
- name: automatic merge (2+ approvers)
@@ -135,7 +130,6 @@ pull_request_rules:
135130
- -approved-reviews-by~=author
136131
# This is important! It makes the PR Linter work.
137132
- "#changes-requested-reviews-by=0"
138-
- status-success~=AWS CodeBuild us-east-1
139133
- status-success=validate-pr
140134
- status-success=build
141135
- name: automatic merge (no-squash)
@@ -157,7 +151,6 @@ pull_request_rules:
157151
- -approved-reviews-by~=author
158152
# This is important! It makes the PR Linter work.
159153
- "#changes-requested-reviews-by=0"
160-
- status-success~=AWS CodeBuild us-east-1
161154
- status-success=validate-pr
162155
- status-success=build
163156
- name: remove stale reviews
@@ -198,7 +191,6 @@ pull_request_rules:
198191
- "#approved-reviews-by>=1"
199192
# This is important! It makes the PR Linter work.
200193
- "#changes-requested-reviews-by=0"
201-
- status-success~=AWS CodeBuild us-east-1
202194
- status-success=validate-pr
203195
- status-success=build
204196
priority_rules:

0 commit comments

Comments
 (0)