-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Expand file tree
/
Copy path.asf.yaml
More file actions
23 lines (23 loc) · 913 Bytes
/
.asf.yaml
File metadata and controls
23 lines (23 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
notifications:
issues: issues@brpc.apache.org
discussions: issues@brpc.apache.org
github:
description: brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
labels:
- rpc
homepage: https://brpc.apache.org
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})"
features:
wiki: true
issues: true
projects: false
discussions: true