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

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new e20ab1789 Change the required_status_checks to strict (#5460)
e20ab1789 is described below

commit e20ab1789ecea04da15dd34bddbc1143607e08cf
Author: Dominic Kim <[email protected]>
AuthorDate: Wed Feb 7 10:21:29 2024 +0900

    Change the required_status_checks to strict (#5460)
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index f486d950b..7959fbf13 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,7 +33,7 @@ github:
   protected_branches:
     master:
       required_status_checks:
-        strict: false
+        strict: true
       required_pull_request_reviews:
         required_appoving_review_count: 1
       required_signatures: false

Reply via email to