This is an automated email from the ASF dual-hosted git repository. weizhouapache pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-extensions.git
commit 9ae893c7bb708a5d81431f16c66ec00c8310acb3 Author: Wei Zhou <[email protected]> AuthorDate: Fri Sep 4 16:49:27 2026 +0200 Add required_status_checks --- .asf.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index a87b32d..7e1ba1b 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,5 +40,10 @@ github: excludes: [] bypass_teams: - root + + required_status_checks: + - name: "Run pre-commit" + app_slug: "github-actions" + restrict_deletion: true - restrict_force_push: false \ No newline at end of file + restrict_force_push: false
