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-kong.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d21321  Update .asf.yaml (#3)
8d21321 is described below

commit 8d21321a976ea3cf5212bf67ca4c49cb71488219
Author: Daming <[email protected]>
AuthorDate: Sat Apr 17 23:02:56 2021 +0800

    Update .asf.yaml (#3)
---
 .asf.yaml | 12 +++++++++++-
 README.md |  2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 24d7567..54c47fb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,4 +29,14 @@ github:
     enabled_merge_buttons:
       squash:  true
       merge:   false
-      rebase:  false  
+      rebase:  false
+    protected_branches:
+      master:
+        required_status_checks:
+          strict: true
+          contexts:
+            - e2e
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 1
+        
diff --git a/README.md b/README.md
index 4b2c700..c163b9d 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Apache SkyWalking Kong Agent
 
 [![Twitter 
Follow](https://img.shields.io/twitter/follow/asfskywalking.svg?style=for-the-badge&label=Follow&logo=twitter)](https://twitter.com/AsfSkyWalking)
 
-![CI](https://github.com/apache/skywalking-kong/workflows/CI/badge.svg?branch=master)
+![E2E](https://github.com/apache/skywalking-kong/workflows/e2e/badge.svg?branch=master)
 
 SkyWalking Kong agent built on [SkyWalking Nginx Lua 
agent](https://github.com/apache/skywalking-nginx-lua) to trace Kong API 
gateway for [Apache SkyWalking](https://github.com/apache/skywalking) APM.
 

Reply via email to