You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ka...@apache.org on 2022/06/14 02:51:31 UTC

[fineract-credit-scorecard] branch develop updated: Set protected branch to develop

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

kaze pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-credit-scorecard.git


The following commit(s) were added to refs/heads/develop by this push:
     new b7d6585  Set protected branch to develop
b7d6585 is described below

commit b7d658585f3505c27fcce38aee49a4a1d7d5d7e7
Author: Nasser Kaze <ka...@gmail.com>
AuthorDate: Tue Jun 14 03:51:28 2022 +0100

    Set protected branch to develop
---
 .asf.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yml b/.asf.yml
index cc94e49..c805045 100644
--- a/.asf.yml
+++ b/.asf.yml
@@ -34,7 +34,7 @@ github:
     rebase: true
 
   protected_branches:
-    main:
+    develop:
       required_status_checks:
         # strict means "Require branches to be up to date before merging".
         strict: true