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 6175dfeb4f998e88938ad199b37474306cfc74dd Author: Wei Zhou <[email protected]> AuthorDate: Fri Sep 4 16:45:03 2026 +0200 Add required_status_checks --- .asf.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index a87b32d..883ce1c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,5 +40,9 @@ github: excludes: [] bypass_teams: - root + + required_status_checks: + - "pre-commit / Run pre-commit" + restrict_deletion: true - restrict_force_push: false \ No newline at end of file + restrict_force_push: false
