This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-resources.git
The following commit(s) were added to refs/heads/master by this push:
new 9b3b972 Fix .asf.yaml syntax
9b3b972 is described below
commit 9b3b972475a9935d0c7fac0d08fae1467f981d07
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Tue Dec 30 17:01:31 2025 +0100
Fix .asf.yaml syntax
---
.asf.yaml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 4b6cb81..4d5ce99 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,7 +34,8 @@ github:
- MASFRES
features:
issues: true
- notifications:
- commits: [email protected]
- issues: [email protected]
- pullrequests: [email protected]
+
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]