This is an automated email from the ASF dual-hosted git repository.
wuweijie 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 d74221818e6 Refactor : split the checkstyle and spotless check, add
license check (#27402)
d74221818e6 is described below
commit d74221818e6edc36a531fdbb0cea2bb2df0288b0
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Mon Jul 24 11:31:23 2023 +0800
Refactor : split the checkstyle and spotless check, add license check
(#27402)
---
.asf.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 5acdd5fb3a6..b1da2277926 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -48,7 +48,9 @@ github:
master:
required_status_checks:
contexts:
- - Check - CheckStyle and Spotless
+ - Check - CheckStyle
+ - Check - Spotless
+ - Check - License
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1