From 45542a3ef9f54c4a4f3ddb29056390c94fea801d Mon Sep 17 00:00:00 2001 From: Sandra Parsick Date: Wed, 13 Aug 2025 14:33:54 +0200 Subject: [PATCH] feat: enable prevent branch protection rules also: - refactor deprecated config Signed-off-by: Sandra Parsick --- .asf.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 577f034..51049f2 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -14,7 +14,11 @@ github: rebase: true autolink_jira: - MDEPLOY - del_branch_on_merge: true + protected_branches: + master: { } + maven-deploy-plugin-3.x: { } + pull_requests: + del_branch_on_merge: true features: issues: true