From 27527d9407cc1b5a91fec124771fc64945abd8e0 Mon Sep 17 00:00:00 2001 From: Alisen Berat Ozel <74890690+ozelalisen@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:47:51 +0200 Subject: [PATCH] chore(ci): enable mergify branch protection --- .mergify.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index 176c47e2a9501..1004a49bc04eb 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,5 +1,4 @@ # See https://doc.mergify.io -merge_bot_account: aws-cdk-automation merge_queue: # Hopefully this gets Mergify to stop creating PRs just to test merges (it both messes with statistics and our automatic validations) max_parallel_checks: 1 @@ -23,7 +22,6 @@ queue_rules: commit_message_template: |- {{ title }} (#{{ number }}) {{ body }} - branch_protection_injection_mode: none - name: priority-squash update_method: merge @@ -44,7 +42,6 @@ queue_rules: commit_message_template: |- {{ title }} (#{{ number }}) {{ body }} - branch_protection_injection_mode: none - name: default-squash update_method: merge @@ -64,7 +61,6 @@ queue_rules: commit_message_template: |- {{ title }} (#{{ number }}) {{ body }} - branch_protection_injection_mode: none pull_request_rules: - name: label core