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
The following commit(s) were added to refs/heads/main by this push:
new a08b090 Add required_status_checks
a08b090 is described below
commit a08b0905fedcc708950d5e4e5d798f16609221c4
Author: Wei Zhou <[email protected]>
AuthorDate: Fri Sep 4 14:52:21 2026 +0200
Add required_status_checks
---
.asf.yaml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index a87b32d..0b1bc19 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -40,5 +40,11 @@ github:
excludes: []
bypass_teams:
- root
+
+ required_status_checks:
+ strict: false
+ contexts:
+ - pre-commit / Run pre-commit
+
restrict_deletion: true
- restrict_force_push: false
\ No newline at end of file
+ restrict_force_push: false