You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ck...@apache.org on 2022/01/13 15:22:55 UTC

[logging-log4j2] branch master updated: Sort protected branches in .asf.yaml

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

ckozak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 0579962  Sort protected branches in .asf.yaml
0579962 is described below

commit 0579962e2c03830e37fd45ae95e0872e8f5d00e3
Author: Carter Kozak <ck...@apache.org>
AuthorDate: Thu Jan 13 10:22:01 2022 -0500

    Sort protected branches in .asf.yaml
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6abcdb5..6d85638 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,5 +34,5 @@ github:
     - logging
   protected_branches:
     # Prevent force pushes to primary branches
-    release-2.x: {}
     master: {}
+    release-2.x: {}