You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2022/05/25 01:06:51 UTC

[openwhisk-wskdebug] branch master updated: github PRs: require branches to be up to date before merging (#111)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 580845d  github PRs: require branches to be up to date before merging (#111)
580845d is described below

commit 580845d5094a7afbca7c8d00039b28c2349b37ae
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Tue May 24 18:06:46 2022 -0700

    github PRs: require branches to be up to date before merging (#111)
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index aa574b3..8bb9691 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,7 +33,7 @@ github:
   protected_branches:
     master:
       required_status_checks:
-        strict: false
+        strict: true
         contexts:
           - "Travis CI - Pull Request"
       required_pull_request_reviews: