This is an automated email from the ASF dual-hosted git repository. weizhouapache pushed a commit to branch re-add-required_status_checks in repository https://gitbox.apache.org/repos/asf/cloudstack-extensions.git
commit 36c393337f5d44c6499c5ab2bd36e158d1dfabe7 Author: Wei Zhou <[email protected]> AuthorDate: Thu Sep 10 20:17:05 2026 +0200 .asf.yaml: re-add required_status_checks --- .asf.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index ada0c88..ae70e2c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -46,5 +46,9 @@ github: require_code_owner_reviews: false required_approving_review_count: 0 + required_status_checks: + - name: "Run pre-commit" + app_slug: "github-actions" + restrict_deletion: true restrict_force_push: false
