This is an automated email from the ASF dual-hosted git repository. chrisdutz pushed a commit to branch chore/allow-unsigned-commits in repository https://gitbox.apache.org/repos/asf/plc4x.git
commit 3669c5ca3f4c8a41dc428f9f1f5a6ed6e1e48d6f Author: Christofer Dutz <[email protected]> AuthorDate: Sun Aug 9 19:01:33 2026 +0200 chore: Disabled the requirement for signed commits. --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index a7e1111d53..3d94c2c308 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -98,7 +98,7 @@ github: require_last_push_approval: false required_approving_review_count: 1 required_linear_history: false - required_signatures: true + required_signatures: false required_conversation_resolution: true notifications:
