This is an automated email from the ASF dual-hosted git repository.

chrisdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new fce5a4236f chore: Disabled the requirement for signed commits. (#2678)
fce5a4236f is described below

commit fce5a4236f2f01405e52d91fda78aecdda418ecf
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Aug 10 08:05:12 2026 +0200

    chore: Disabled the requirement for signed commits. (#2678)
    
    * chore: Disabled the requirement for signed commits.
    
    * chore: Updated the requirements to require approval of the last pushed 
commit ... otherwise bad things could be pushed in just after formal approval 
and merging.
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index a7e1111d53..4465652e5b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -95,10 +95,10 @@ github:
     restrict_force_push: true
     required_pull_request_reviews:
       dismiss_stale_reviews: true
-      require_last_push_approval: false
+      require_last_push_approval: true
       required_approving_review_count: 1
     required_linear_history: false
-    required_signatures: true
+    required_signatures: false
     required_conversation_resolution: true
 
 notifications:

Reply via email to