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 0ea1a6a fix: add default values explicitly
0ea1a6a is described below
commit 0ea1a6a86f9a3cd1a8f60e462906cb060c9d9c41
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sun May 17 15:57:19 2026 +0200
fix: add default values explicitly
---
.asf.yaml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 25729df..443584d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,11 +38,14 @@ 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"
- enforcement: active
target: tag
+ enforcement: active
+ bypass_actors: []
conditions:
- include:
- - "refs/tags/*"
+ ref_name:
+ include:
+ - "refs/tags/*"
+ exclude: []
rules:
- type: creation
- type: deletion