This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git
commit 476cd7d205a6f66f705c1c5c9ac65e7f952fea42 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Sat Dec 26 16:53:12 2020 +0800 Fix strict is not working --- .asf.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index a04fb90..dce80bc 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -28,3 +28,8 @@ github: main: required_status_checks: strict: true + contexts: + - LicenseEye + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 1
