Skip to content

Commit db2f579

Browse files
authored
triagebot: Fix autolabel configuration (#11674)
1 parent 1759dad commit db2f579

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

triagebot.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ allow-unauthenticated = [
1414
]
1515

1616
# Automatically label pull requests touching defined areas
17-
[autolabel."A-frontend"]
17+
[autolabel."A-frontend 🐹"]
1818
trigger_files = [
1919
"app/",
2020
"e2e/",
@@ -25,7 +25,7 @@ trigger_files = [
2525
"pnpm-lock.yaml",
2626
]
2727

28-
[autolabel."A-backend"]
28+
[autolabel."A-backend ⚙️"]
2929
trigger_files = [
3030
"src/",
3131
"crates/",

0 commit comments

Comments
 (0)