You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2023/01/20 03:03:18 UTC

[incubator-devlake-helm-chart] branch main updated: Update .asf.yaml

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

warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new 337d5a6  Update .asf.yaml
337d5a6 is described below

commit 337d5a6faacfc1b8a4c0a8f4008869a0a94ae046
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Fri Jan 20 11:03:13 2023 +0800

    Update .asf.yaml
---
 .asf.yaml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 13196a2..39b5eb0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -22,3 +22,19 @@ github:
     
   ghp_branch:  gh-pages
   ghp_path:    /
+  enabled_merge_buttons:
+    # only allow squash merge
+    squash:  true
+    merge:   false
+    rebase:  false
+  # delete origin branch after merged
+  del_branch_on_merge: true
+  protected_branches:
+    main:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: true
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        require_code_owner_reviews: false
+        required_approving_review_count: 1