This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 3bd06c6 Enable basic protection only on the main branch
3bd06c6 is described below
commit 3bd06c6098a02729dae8cf63eb914996381cb8c2
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Oct 21 18:44:40 2025 +0100
Enable basic protection only on the main branch
---
.asf.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 6a0053f..6edf49c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,6 +19,8 @@ github:
comment_issue: "Re: [I] {title} ({repository})"
close_issue: "Re: [I] {title} ({repository})"
catchall: "[GH] {title} ({repository})"
+ protected_branches:
+ main: {}
notifications:
commits: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]