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 13:02:06 UTC

[skywalking-rust] branch wu-sheng-patch-1 created (now e77fe46)

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

wusheng pushed a change to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-rust.git


      at e77fe46  Set up CI and approval requirements

This branch includes the following new commits:

     new e77fe46  Set up CI and approval requirements

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[skywalking-rust] 01/01: Set up CI and approval requirements

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e77fe4601bca7482f68461232c9929c15a3f3fcb
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Jul 19 21:02:03 2022 +0800

    Set up CI and approval requirements
---
 .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