From 2c389fec35f9635b2ad884ec53b19ae0aec49c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20Yaz=C4=B1c=C4=B1?= Date: Fri, 28 Nov 2025 15:14:28 +0100 Subject: [PATCH] Disable commit signatures --- .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