We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ded089 commit b82746dCopy full SHA for b82746d
triagebot.toml
@@ -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