This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/flagon.git
The following commit(s) were added to refs/heads/test by this push:
new 3a0aa79 adding update to asf.yaml to modify alerts behavior
3a0aa79 is described below
commit 3a0aa7983bcbd89335939986fde4f91813e4f02e
Author: poorejc <[email protected]>
AuthorDate: Wed Jun 14 23:33:49 2023 -0400
adding update to asf.yaml to modify alerts behavior
---
.asf.yaml | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index af93151..d0b1dc3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,4 +35,27 @@ github:
# Enable issues management
issues: true
# Enable projects for project management boards
- projects: true
\ No newline at end of file
+ projects: true
+ # Enable Wiki
+ wiki: true
+
+ #Make auto-generated github emails easier to read/parse
+ custom_subjects:
+ new_pr: "[PR] {title} ({repository})"
+ close_pr: "Re: [PR] {title} ({repository})"
+ comment_pr: "Re: [PR] {title} ({repository})"
+ diffcomment: "Re: [PR] {title} ({repository})"
+ merge_pr: "Re: [PR] {title} ({repository})"
+ new_issue: "[I] {title} ({repository})"
+ comment_issue: "Re: [I] {title} ({repository})"
+ close_issue: "Re: [I] {title} ({repository})"
+ 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