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

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 29800df0b7 Test github actions check headers status check
29800df0b7 is described below

commit 29800df0b77497a4f39290cd84ccab1ef926381c
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat Feb 25 13:06:40 2023 +0100

    Test github actions check headers status check
---
 .asf.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 04897499dc..ca25f7b46e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,6 +35,13 @@ github:
         # contexts are the names of checks that must pass
         contexts:
           - Code is formatted
+    temp:
+      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:
+          - Check headers
 
 notifications:
   commits:              [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to