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 93a50b3 ci: fix branch and enable issues (#8)
93a50b3 is described below
commit 93a50b3e6c1ab75a67508f771fc9d8a243f7bae3
Author: 罗泽轩 <[email protected]>
AuthorDate: Mon May 24 14:54:08 2021 +0800
ci: fix branch and enable issues (#8)
---
.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
-