This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f69e61  protect main branch against force push and delete (#6)
9f69e61 is described below

commit 9f69e61cb7ba3107580e929e11d9e3bdf27aecc2
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sun Mar 22 16:50:49 2026 +0100

    protect main branch against force push and delete (#6)
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index c280c21..1f21f5d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,6 +27,8 @@ github:
     squash_commit_message: DEFAULT
     merge: false
     rebase: true
+  protected_branches:
+    main: {}
   custom_subjects:
     new_pr: "[PR] {title} ({repository})"
     close_pr: "Re: [PR] {title} ({repository})"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to