You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2024/03/04 16:19:04 UTC

(incubator-sdap-ingester) branch asf-yaml created (now 86430de)

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

rkk pushed a change to branch asf-yaml
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git


      at 86430de  Updated ASF yaml - Branch protections - Branch auto-delete

This branch includes the following new commits:

     new 86430de  Updated ASF yaml - Branch protections - Branch auto-delete

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(incubator-sdap-ingester) 01/01: Updated ASF yaml - Branch protections - Branch auto-delete

Posted by rk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch asf-yaml
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git

commit 86430deeccf734a242b5acb86f6544c642b33afc
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Mon Mar 4 08:18:48 2024 -0800

    Updated ASF yaml
    - Branch protections
    - Branch auto-delete
---
 .asf.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 7574d14..035f24d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,3 +16,17 @@
 
 github:
   autolink_jira: SDAP
+  protected_branches:
+    master:
+      strict: true # Require branches be up to date
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        require_code_owner_reviews: true
+        required_approving_review_count: 1
+    develop:
+      strict: true # Require branches be up to date
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        require_code_owner_reviews: true
+        required_approving_review_count: 1
+  del_branch_on_merge: true