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-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new ebbc7b7 Specify GitHub settings and .asf.yaml
ebbc7b7 is described below
commit ebbc7b731f60c00739dbb46492d48f544f0d7eac
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Jul 26 17:16:32 2020 -0500
Specify GitHub settings and .asf.yaml
Also ports over existing notification settings and disables the worklog
feature as it's fairly spammy.
---
.asf.yaml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..ac9c204
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,19 @@
+notifications:
+ commits: [email protected]
+ # issues and PRs send their own emails to devs
+ issues: [email protected]
+ pullrequests: [email protected]
+ jira_options: link label
+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/
+ labels:
+ - apache
+ - api
+ - java
+ - library
+ - log4j
+ - log4j2
+ - logging