You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ke...@apache.org on 2020/12/26 10:19:42 UTC

[skywalking-eyes] branch main updated: Require check status and approve reviews (#13)

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

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git


The following commit(s) were added to refs/heads/main by this push:
     new 93fb918  Require check status and approve reviews (#13)
93fb918 is described below

commit 93fb9184d1ac7e78f522eb3d5064a89039375278
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Sat Dec 26 18:19:35 2020 +0800

    Require check status and approve reviews (#13)
---
 .asf.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index a04fb90..98728b9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -28,3 +28,8 @@ github:
     main:
       required_status_checks:
         strict: true
+        contexts:
+          - Build LicenseEye
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 1