This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new 1ff8a9a Correct notifications
1ff8a9a is described below
commit 1ff8a9a7cba29c9f7c4b767871630c76a5cea82d
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sun Jan 8 23:47:04 2023 +0100
Correct notifications
---
.asf.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 921cf0a..c780907 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,6 @@
# `.asf.yaml` documentation:
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
github:
-
description: "Tools internally used by the Apache Log4j project"
homepage: https://logging.apache.org/log4j/2.x/
labels:
@@ -33,3 +32,8 @@ github:
protected_branches:
main:
required_signatures: true
+
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]