You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2022/04/08 12:34:51 UTC

[camel-website] branch main updated: fix: turn off branch protection

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

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 2696b146 fix: turn off branch protection
2696b146 is described below

commit 2696b146ec0d038d541562688b77ac068edac461
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Fri Apr 8 14:34:29 2022 +0200

    fix: turn off branch protection
    
    We don't need branch protection[1] on the camel-website-pub repository.
    
    Fixes #821
    
    [1] https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-Branchprotection
---
 static/.asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/static/.asf.yaml b/static/.asf.yaml
index 32f0114f..f7448297 100644
--- a/static/.asf.yaml
+++ b/static/.asf.yaml
@@ -32,3 +32,4 @@ github:
     rebase:  true
   features:
     issues: true
+  protected_branches: ~