This is an automated email from the ASF dual-hosted git repository.
ppkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net-site.git
The following commit(s) were added to refs/heads/master by this push:
new 4c6abcf fix: tag rule
4c6abcf is described below
commit 4c6abcf4a2e357e5b2b940ec7e047c6eca7c7f09
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sun May 17 15:44:40 2026 +0200
fix: tag rule
---
.asf.yaml | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 52a115c..f4df1eb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,12 +38,10 @@ github:
# The raw rules need to follow the syntax given in:
#
https://docs.github.com/en/rest/repos/rules?apiVersion=2026-03-10#update-a-repository-ruleset
- name: "No tags"
- type: tag
- branches:
- includes:
- - "*"
- bypass_teams:
- - root
+ target: tag
+ conditions:
+ include:
+ - "refs/tags/*"
rules:
- type: creation
- type: deletion