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 <[email protected]> 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 -
