You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/07/19 15:03:56 UTC

[skywalking-rust] branch master updated: Set up CI and approval requirements (#32)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-rust.git


The following commit(s) were added to refs/heads/master by this push:
     new e8aba5a  Set up CI and approval requirements (#32)
e8aba5a is described below

commit e8aba5a70fc159d9d4b8dd35b7ca8f5bb9468e47
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Jul 19 23:03:51 2022 +0800

    Set up CI and approval requirements (#32)
---
 .asf.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index f5c27d4..76383b2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -31,3 +31,13 @@ github:
     squash:  true
     merge:   false
     rebase:  false
+  protected_branches:
+    master:
+      required_status_checks:
+        strict: true
+        contexts:
+          - CI
+          - e2e-rust
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 1