This is an automated email from the ASF dual-hosted git repository.
riemer pushed a commit to branch
1162-change-github-notification-settings-in-asfyaml
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to
refs/heads/1162-change-github-notification-settings-in-asfyaml by this push:
new b52005869 Update GitHub notification settings (#1162)
b52005869 is described below
commit b520058696f5a2df65500e17fcdc27920022e4ac
Author: Dominik Riemer <[email protected]>
AuthorDate: Thu Jan 26 09:10:20 2023 +0100
Update GitHub notification settings (#1162)
---
.asf.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 94c5652c9..db9da3fa3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,8 +29,22 @@ github:
issues: true
projects: false
+ 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})"
+
notifications:
jobs: [email protected]
commits: [email protected]
issues: [email protected]
discussions: [email protected]
+ pullrequests_status: [email protected]
+ pullrequests_comment: [email protected]
+ pullrequests_bot_dependabot: [email protected]
\ No newline at end of file