This is an automated email from the ASF dual-hosted git repository. daming pushed a commit to branch dmsolr-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-kong.git
commit 23bb3cdc93d59fac04fe05400b4603ef5f44d436 Author: Daming <[email protected]> AuthorDate: Sat Apr 17 22:25:35 2021 +0800 Update .asf.yaml --- .asf.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 24d7567..a8b4d35 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -29,4 +29,14 @@ github: enabled_merge_buttons: squash: true merge: false - rebase: false + rebase: false + protected_branches: + master: + required_status_checks: + strict: true + contexts: + - E2E + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 1 +
