You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/01/15 09:32:18 UTC

[tomee] branch master updated: Prevent force pushes to tomee-1.7.x tomee-7.0.x tomee-7.1.x and master

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e6de97e  Prevent force pushes to tomee-1.7.x tomee-7.0.x tomee-7.1.x and master
e6de97e is described below

commit e6de97ec5964102c24b65020c38c9ae0e6470c5e
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Sat Jan 15 10:32:10 2022 +0100

    Prevent force pushes to tomee-1.7.x tomee-7.0.x tomee-7.1.x and master
    
    This is implemented using an `.asf.yaml` as described in the docs:
    https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
---
 .asf.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index ae7e40a..9ad9c19 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -32,6 +32,12 @@ github:
     squash:  true
     merge:   true
     rebase:  true
+  protected_branches:
+    # Prevent force pushes to primary branches
+    master: {}
+    tomee-1.7.x: {}
+    tomee-7.0.x: {}
+    tomee-7.1.x: {}
 notifications:
   commits:      commits@tomee.apache.org
   issues:       dev@tomee.apache.org