This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 6a0fc29566fa467413874d4c7d023f9e7546863f Author: Robert Lazarski <[email protected]> AuthorDate: Sun May 17 10:58:19 2026 -1000 Revert "Add .asf.yaml with branch deletion protection, allow force-push" This reverts commit 32aa7835d4891e48fb2f431e08980e9b1498aa08. --- .asf.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.asf.yaml b/.asf.yaml deleted file mode 100644 index 7d36bb3331..0000000000 --- a/.asf.yaml +++ /dev/null @@ -1,18 +0,0 @@ -github: - rulesets: - - name: "Default Branch Protection" - type: branch - branches: - includes: - - "~DEFAULT_BRANCH" - - "release/*" - - "rel/*" - excludes: [] - bypass_teams: - - root - restrict_deletion: true - # restrict_force_push intentionally omitted — the Axis2 release - # process (release-process.md) uses git reset --hard + git push - # --force as the documented rollback path for mvn release:prepare - # failures. The Maven site plugin also has a known bug with Git - # SCM URLs (MSITE-1033) that can require release restarts.
