Skip to content

Commit

Permalink
Add a triagebot.toml file
Browse files Browse the repository at this point in the history
This allows non-maintainers to set labels with `@rustbot`.
  • Loading branch information
tgross35 authored and emilio committed Jan 13, 2024
1 parent 2ded089 commit b82746d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[relabel]
allow-unauthenticated = [
"A-*",
"C-*",
"E-*",
"I-*",
"S-*",
"bug",
"dependencies",
"enhancement",
"good first issue",
"hacktoberfest",
"help wanted",
"invalid",
"meta",
"msvc",
"next-release",
"question",
"This Week In Servo (TWiS)",
"windows",
]

[autolabel."A-C++"]
trigger_files = [
"**/*.cpp",
"**/*.cc",
"**/*.hpp",
]

0 comments on commit b82746d

Please sign in to comment.