From ddc7c0f79cc0939addd17e8a82fe280183dd851c Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 12 Apr 2026 18:20:16 +0200 Subject: [PATCH] Leaving empty protected branches to actually disable it The protected branches have not been removed by #692 because it just skipped the whole protected brnaches. Empty protected branches should cleanup all of them. --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 7b9ecc3d..0004ba8d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -20,8 +20,8 @@ github: del_branch_on_merge: true features: issues: true + protected_branches: # revert #642 - #protected_branches: # main: # required_status_checks: # # strict means "Require branches to be up to date before merging".