This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flagon.git
The following commit(s) were added to refs/heads/master by this push:
new c4aa7db adding back notificaitons for test
c4aa7db is described below
commit c4aa7db39e7eb0be37191d61e3d959f4f66f7756
Author: poorejc <[email protected]>
AuthorDate: Fri Jun 16 01:56:03 2023 -0400
adding back notificaitons for test
---
.asf.yaml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 72dc3db..ba1e99b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -49,4 +49,13 @@ github:
new_issue: "[I] {title} ({repository})"
comment_issue: "Re: [I] {title} ({repository})"
close_issue: "Re: [I] {title} ({repository})"
- catchall: "[GH] {title} ({repository})"
\ No newline at end of file
+ catchall: "[GH] {title} ({repository})"
+
+#manages alerts by distributing to lists
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests_status: [email protected]
+ pullrequests_comment: [email protected]
+ # Send dependabot PRs to commits@ instead
+ pullrequests_bot_dependabot: [email protected]
\ No newline at end of file