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/22 22:22:49 UTC

[logging-log4j-kotlin] branch master updated: Fix YAML usage yet again

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e8c9962  Fix YAML usage yet again
e8c9962 is described below

commit e8c99622c466b9ee15adaab3fb60cca26480dc75
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sun Jan 22 16:22:27 2023 -0600

    Fix YAML usage yet again
---
 .asf.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 7dedce4..47d7849 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,7 +18,9 @@
 github:
   homepage: https://logging.apache.org/log4j/kotlin/
   description: "Apache Log4j API for Kotlin contains Kotlin-specific enhancements to the Log4j 2 API. This includes support for mixin interfaces and coroutine contexts."
-  issues: true
+  features:
+    issues: true
+  del_branch_on_merge: true
   labels:
     - apache
     - api