From 52e90b7c4d79020fa993eaab8eda3804e0efdf72 Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Sun, 12 Apr 2026 18:58:39 +0200 Subject: [PATCH] It seems that to remove branch protection we also need to specify branch --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 0004ba8d..68224d31 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -21,8 +21,8 @@ github: features: issues: true protected_branches: + main: # revert #642 - # main: # required_status_checks: # # strict means "Require branches to be up to date before merging". # strict: false