Skip to content

Commit 23eb12d

Browse files
ozelalisendjglaser
authored andcommitted
chore(ci): enable mergify branch protection (aws#35221)
### Reason for this change <!--What is the bug or use case behind this change?--> Mergify seems to be updated with latest branch protection rules, so they can be enabled back to unblock mergify ### 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 31d7795 commit 23eb12d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.mergify.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# See https://doc.mergify.io
2-
merge_bot_account: aws-cdk-automation
32
merge_queue:
43
# Hopefully this gets Mergify to stop creating PRs just to test merges (it both messes with statistics and our automatic validations)
54
max_parallel_checks: 1
@@ -23,7 +22,6 @@ queue_rules:
2322
commit_message_template: |-
2423
{{ title }} (#{{ number }})
2524
{{ body }}
26-
branch_protection_injection_mode: none
2725
2826
- name: priority-squash
2927
update_method: merge
@@ -44,7 +42,6 @@ queue_rules:
4442
commit_message_template: |-
4543
{{ title }} (#{{ number }})
4644
{{ body }}
47-
branch_protection_injection_mode: none
4845
4946
- name: default-squash
5047
update_method: merge
@@ -64,7 +61,6 @@ queue_rules:
6461
commit_message_template: |-
6562
{{ title }} (#{{ number }})
6663
{{ body }}
67-
branch_protection_injection_mode: none
6864
6965
pull_request_rules:
7066
- name: label core

0 commit comments

Comments
 (0)