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/24 06:52:00 UTC

[apisix-java-plugin-runner] 01/01: ci: fix branch and enable issues

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

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

commit 8dc9aac03d56e336a0d2a95fbb5be6f928049624
Author: spacewander <sp...@gmail.com>
AuthorDate: Mon May 24 14:51:34 2021 +0800

    ci: fix branch and enable issues
---
 .asf.yaml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 9ea8a21..8fd02a5 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -26,8 +26,10 @@ github:
       squash:  true
       merge:   false
       rebase:  false
+    features:
+      issues: true
     protected_branches:
-      master:
+      main:
         required_status_checks:
           strict: true
           contexts:
@@ -35,4 +37,3 @@ github:
         required_pull_request_reviews:
           dismiss_stale_reviews: true
           required_approving_review_count: 1
-