This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
The following commit(s) were added to refs/heads/main by this push:
new cbf4f13 Disable commit signatures (#209)
cbf4f13 is described below
commit cbf4f131e5c7c40c819ccd60612150bcecc5cb70
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Dec 1 10:01:10 2025 +0100
Disable commit signatures (#209)
---
.asf.yaml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index f80b938..7d1455d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -65,8 +65,6 @@ github:
# Enforce Review-then-Commit
protected_branches:
main:
- # All commits must be signed
- required_signatures: true
# All reviews must be addressed before merging
required_conversation_resolution: true
# Require checks to pass before merging