Skip to content

Commit b82746d

Browse files
tgross35emilio
authored andcommitted
Add a triagebot.toml file
This allows non-maintainers to set labels with `@rustbot`.
1 parent 2ded089 commit b82746d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

triagebot.toml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[relabel]
2+
allow-unauthenticated = [
3+
"A-*",
4+
"C-*",
5+
"E-*",
6+
"I-*",
7+
"S-*",
8+
"bug",
9+
"dependencies",
10+
"enhancement",
11+
"good first issue",
12+
"hacktoberfest",
13+
"help wanted",
14+
"invalid",
15+
"meta",
16+
"msvc",
17+
"next-release",
18+
"question",
19+
"This Week In Servo (TWiS)",
20+
"windows",
21+
]
22+
23+
[autolabel."A-C++"]
24+
trigger_files = [
25+
"**/*.cpp",
26+
"**/*.cc",
27+
"**/*.hpp",
28+
]

0 commit comments

Comments
 (0)