Skip to content

Commit c18f1ae

Browse files
authored
Create .asf.yaml
1 parent 2e7b897 commit c18f1ae

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.asf.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
github:
2+
custom_subjects:
3+
new_pr: "[PR] {title} ({repository})"
4+
close_pr: "Re: [PR] {title} ({repository})"
5+
comment_pr: "Re: [PR] {title} ({repository})"
6+
merge_pr: "Re: [PR] {title} ({repository})"
7+
new_issue: "[I] {title} ({repository})"
8+
comment_issue: "Re: [I] {title} ({repository})"
9+
close_issue: "Re: [I] {title} ({repository})"
10+
catchall: "[GH] {title} ({repository})"
11+
12+
notifications:
13+
14+
15+
pullrequests: [email protected]
16+

0 commit comments

Comments
 (0)