-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Expand file tree
/
Copy path.asf.yaml
More file actions
40 lines (38 loc) · 1.51 KB
/
.asf.yaml
File metadata and controls
40 lines (38 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
## See https://s.apache.org/asfyaml
github:
description: "Apache Storm"
homepage: https://storm.apache.org/
protected_branches:
# Prevent force pushes to primary branches
master: {}
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})"
labels:
- apache
- storm
- streaming
- distributed
notifications:
commits: commits@storm.apache.org
issues: issues@storm.apache.org
pullrequests_status: issues@storm.apache.org
pullrequests_comment: issues@storm.apache.org
# Send dependabot PRs to commits@ instead
pullrequests_bot_dependabot: commits@storm.apache.org