This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 92dc125c7f2 Add : add mandatory check before PR (#25404)
92dc125c7f2 is described below
commit 92dc125c7f2ed1ee339d8bef08acf95f7f1ce217
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Sun Apr 30 20:20:40 2023 +0800
Add : add mandatory check before PR (#25404)
Co-authored-by: shardingsphere <[email protected]>
---
.asf.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 13da60b4aac..9315a6e14c4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -47,7 +47,9 @@ github:
protected_branches:
master:
required_status_checks:
- strict: true
+ contexts:
+ - Check - CheckStyle
+ - Check - License
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1