From fa8ddcb9388c68b979472b64efdda33a5173ee26 Mon Sep 17 00:00:00 2001 From: Sandra Parsick Date: Tue, 12 Aug 2025 13:51:30 +0200 Subject: [PATCH] feat: enable prevent branch protection rules - also refactor deprecated config --- .asf.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 0748f94..ad07e46 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -30,7 +30,10 @@ github: rebase: true autolink_jira: - MEJB - del_branch_on_merge: true + protected_branches: + master: {} + pull_requests: + del_branch_on_merge: true features: issues: true notifications: