This is an automated email from the ASF dual-hosted git repository.
terrymanu 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 afd2fd173f2 Make required checks optional (#38803)
afd2fd173f2 is described below
commit afd2fd173f24d9536aceb1293c6398f6c1f4a7db
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Jun 4 16:35:37 2026 +0800
Make required checks optional (#38803)
Temporarily comment out the master branch required status check contexts
for Checkstyle, Spotless, and License because GitHub Actions runner capacity is
insufficient and required checks take too long to finish.
The workflow jobs are kept so the checks still run as ordinary PR checks.
---
.asf.yaml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index fdcaf2c2e42..51f7b7eafbc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -47,10 +47,11 @@ github:
protected_branches:
master:
required_status_checks:
- contexts:
- - Check - CheckStyle
- - Check - Spotless
- - Check - License
+ contexts: []
+ # Temporarily commented out because GitHub Actions runner capacity is
insufficient, causing required checks to take too long to finish.
+ # - Check - CheckStyle
+ # - Check - Spotless
+ # - Check - License
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1