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 01a5540 commit 2dea0b6Copy full SHA for 2dea0b6
triagebot.toml
@@ -1,3 +1,35 @@
1
+# This file's format is documented at
2
+# https://forge.rust-lang.org/triagebot/index.html
3
+
4
# Enable issue transfers within the org
5
# Documentation at: https://forge.rust-lang.org/triagebot/transfer.html
6
[transfer]
7
8
+# Allow some labels to be applied by anyone
9
+[relabel]
10
+allow-unauthenticated = [
11
+ "A-*",
12
+ "C-*",
13
+ "E-*",
14
+]
15
16
+# Automatically label pull requests touching defined areas
17
+[autolabel."A-frontend"]
18
+trigger_files = [
19
+ "app/",
20
+ "e2e/",
21
+ "tests/",
22
+ "packages/",
23
+ "public/",
24
+ "package.json",
25
+ "pnpm-lock.yaml",
26
27
28
+[autolabel."A-backend"]
29
30
+ "src/",
31
+ "crates/",
32
+ "migrations/",
33
+ "Cargo.toml",
34
+ "Cargo.lock",
35
0 commit comments