This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git
The following commit(s) were added to refs/heads/master by this push:
new 6882818 ci: don't require PR to up-to-date with main branch
6882818 is described below
commit 6882818aede8f99f875b40738fd3576ee5c8fac8
Author: spacewander <[email protected]>
AuthorDate: Thu May 27 20:27:31 2021 +0800
ci: don't require PR to up-to-date with main branch
---
.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