This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b829f7ea Test required_status_checks
b829f7ea is described below

commit b829f7eacb7b3d87ecfbbfa3f654c9f44b44ed3c
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Wed Sep 10 22:38:37 2025 +0200

    Test required_status_checks
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 4c63b1f2..7f4fb5b2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,6 +33,13 @@ github:
     - MRELEASE
   protected_branches:
     master: {}
+    master-test:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: false
+        # contexts are the names of checks that must pass.
+        contexts:
+          - 'Verify Site / Verify and build Maven Site'
   pull_requests:
     del_branch_on_merge: true
   features:

Reply via email to