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

ricardozanini pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git


The following commit(s) were added to refs/heads/main by this push:
     new f36b7450 (no-issue) Add CODEOWNERS file (#1766)
f36b7450 is described below

commit f36b74507a232e51695398f03a9a0b9d4079a930
Author: Ricardo Zanini <[email protected]>
AuthorDate: Thu May 16 10:23:33 2024 -0300

    (no-issue) Add CODEOWNERS file (#1766)
    
    * (no-issue) Add CODEOWNERS file
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    
    * Fix asf.yaml file to include branch protection
    
    Signed-off-by: Ricardo Zanini <[email protected]>
    
    ---------
    
    Signed-off-by: Ricardo Zanini <[email protected]>
---
 .asf.yaml          | 5 +++++
 .github/CODEOWNERS | 1 +
 2 files changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index e5d1ef5d..4a721132 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,3 +19,8 @@
 github:
   features:
     issues: true
+  protected_branches:
+    main:
+      required_pull_request_reviews:
+        require_code_owner_reviews: true
+        required_approving_review_count: 1
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 00000000..0dacb00c
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1 @@
+*       @ricardozanini @wmedvede


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to