You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2023/01/13 05:08:14 UTC

[logging-log4j2] branch release-2.x updated: Put github features where they belong

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

mattsicker pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new e8a55c7713 Put github features where they belong
e8a55c7713 is described below

commit e8a55c77136946d8502d379341eae794e14bf01d
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Thu Jan 12 23:07:19 2023 -0600

    Put github features where they belong
    
    If only YAML were typed. Someone should create a YAML Schema Document
    standard and a YAML namespace standard and YPath and YQuery and ...
---
 .asf.yaml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index d3040ea441..8097fd18f4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,8 +25,10 @@ github:
   description: "Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x, and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture."
   homepage: https://logging.apache.org/log4j/2.x/
   # enable GitHub Issues and Projects
-  issues: true
-  projects: true
+  features:
+    issues: true
+    projects: true
+  del_branch_on_merge: true
   # and enable support for our old Jira instance
   autolink_jira:
     - LOG4J2