You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2021/01/27 19:15:59 UTC

[superset] branch infra_reviewer_updates updated: chore: testing required checks (#12783)

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

tai pushed a commit to branch infra_reviewer_updates
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/infra_reviewer_updates by this push:
     new b96205c  chore: testing required checks (#12783)
b96205c is described below

commit b96205c7fe89aeac10fafaaf163eca64e9325a9e
Author: Elizabeth Thompson <es...@gmail.com>
AuthorDate: Wed Jan 27 11:15:23 2021 -0800

    chore: testing required checks (#12783)
---
 .asf.yaml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index ec4e427..5543868 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -52,3 +52,18 @@ github:
     squash: true
     merge: false
     rebase: false
+
+  protected_branches:
+    infra_reviewer_updates:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: false
+        # contexts are the names of checks that must pass
+        contexts:
+          - PR Lint / check
+
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: true
+        required_approving_review_count: 1
+