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 17:33:27 UTC

(incubator-sdap-ingester) branch develop updated: Updated ASF yaml (#94)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new d6628f9  Updated ASF yaml (#94)
d6628f9 is described below

commit d6628f9b97b97ba7f2d1baed02a0e327a88ef53e
Author: Riley Kuttruff <72...@users.noreply.github.com>
AuthorDate: Mon Mar 4 09:33:21 2024 -0800

    Updated ASF yaml (#94)
    
    - Branch protections
    - Branch auto-delete
    
    Co-authored-by: rileykk <ri...@jpl.nasa.gov>
---
 .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