You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2021/05/28 05:21:42 UTC

[apisix-java-plugin-runner] branch main updated: ci: don't require PR to up-to-date with main branch (#16)

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

spacewander pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git


The following commit(s) were added to refs/heads/main by this push:
     new ce3ebda  ci: don't require PR to up-to-date with main branch (#16)
ce3ebda is described below

commit ce3ebdaec3f58c309caf55a2364a71b711d8b600
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Fri May 28 13:21:37 2021 +0800

    ci: don't require PR to up-to-date with main branch (#16)
---
 .asf.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ac966c2..0e640e8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,10 +30,6 @@ github:
     issues: true
   protected_branches:
     main:
-      required_status_checks:
-        strict: true
-        contexts:
-          - CI
       required_pull_request_reviews:
         dismiss_stale_reviews: true
         required_approving_review_count: 1