mirror of https://github.com/apache/druid.git
35 lines
1.6 KiB
YAML
35 lines
1.6 KiB
YAML
# note: documentation can be found here https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
|
|
|
|
github:
|
|
description: 'Apache Druid: a high performance real-time analytics database.'
|
|
homepage: https://druid.apache.org/
|
|
|
|
# Attempt to make the auto-generated github emails more easily readable in email clients.
|
|
# Configuration adapted from https://github.com/apache/plc4x/blob/develop/.asf.yaml.
|
|
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})"
|
|
new_discussion: "[D] {title} ({repository})"
|
|
edit_discussion: "Re: [D] {title} ({repository})"
|
|
close_discussion: "Re: [D] {title} ({repository})"
|
|
close_discussion_with_comment: "Re: [D] {title} ({repository})"
|
|
reopen_discussion: "Re: [D] {title} ({repository})"
|
|
new_comment_discussion: "Re: [D] {title} ({repository})"
|
|
edit_comment_discussion: "Re: [D] {title} ({repository})"
|
|
delete_comment_discussion: "Re: [D] {title} ({repository})"
|
|
|
|
notifications:
|
|
commits: commits@druid.apache.org
|
|
issues: commits@druid.apache.org
|
|
discussions: commits@druid.apache.org
|
|
pullrequests_status: commits@druid.apache.org
|
|
pullrequests_comment: commits@druid.apache.org
|
|
pullrequests_bot_dependabot: commits@druid.apache.org
|