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-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 214f09d Disable commit signatures (#383)
214f09d is described below
commit 214f09da30f984a9d1385d866a2d932804411658
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon Dec 1 10:01:36 2025 +0100
Disable commit signatures (#383)
---
.asf.yaml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 6aa2216..7c0cd9b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -62,8 +62,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
# At least one positive review must be present