From fdaa4e049989d3d78ba2687cac4218e5012a3b25 Mon Sep 17 00:00:00 2001 From: sebtiem Date: Fri, 29 Aug 2025 12:57:08 +0200 Subject: [PATCH] feat: enable prevent branch protection rules --- .asf.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 4b2b7db2..906b5f3b 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -23,11 +23,15 @@ github: - build-management - maven-plugins - maven + protected_branches: + master: { } + maven-plugin-testing-3.x: { } + pull_requests: + del_branch_on_merge: true enabled_merge_buttons: squash: true merge: false rebase: true - del_branch_on_merge: true features: issues: true notifications: