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 aafc35065ab0b2df23a8e527d05de2d4155f6892 Author: Wei Zhou <[email protected]> AuthorDate: Fri Sep 4 14:55:36 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..5dc4e8d 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
