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

gkoszyk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/master by this push:
     new b3c0345f repo(io_uring): add branch protection for io_uring branch 
(#1927)
b3c0345f is described below

commit b3c0345f2eb49317829dd693109c0521c7392474
Author: Grzegorz Koszyk <[email protected]>
AuthorDate: Sun Jun 29 10:32:26 2025 +0200

    repo(io_uring): add branch protection for io_uring branch (#1927)
---
 .asf.yaml | 5 +++++
 .convco   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index ca043bb7..d9ca3e85 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,6 +43,11 @@ github:
         dismiss_stale_reviews: true
         required_approving_review_count: 2
       required_conversation_resolution: true
+    io_uring_tpc:
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 1  
+      required_conversation_resolution: true
   custom_subjects:
     new_discussion: "{title}"
     edit_discussion: "Re: {title}"
diff --git a/.convco b/.convco
index a4a12ab4..507d7885 100644
--- a/.convco
+++ b/.convco
@@ -1 +1 @@
-scopeRegex: 
"(ci|sdk|server|connectors|cli|bench|misc|docs|test|repo|deps|deps-dev)(,(ci|sdk|server|connectors|cli|bench|misc|docs|test|repo|deps|deps-dev))*"
+scopeRegex: 
"(ci|sdk|server|connectors|cli|bench|misc|docs|io_uring|test|repo|deps|deps-dev)(,(ci|sdk|server|connectors|cli|bench|misc|docs|io_uring|test|repo|deps|deps-dev))*"

Reply via email to