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 60d46cad393d2d5960a11feb742a5d291dde8a2e Author: Wei Zhou <[email protected]> AuthorDate: Fri Sep 4 14:59:14 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..7e69cdf 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,5 +40,10 @@ github: excludes: [] bypass_teams: - root + + required_status_checks: + - name: "pre-commit / Run pre-commit" + app_slug: -1 + restrict_deletion: true - restrict_force_push: false \ No newline at end of file + restrict_force_push: false
