Skip to content

Commit cf8c4d0

Browse files
authored
Merge pull request #957 from ehuss/internal-sites-assign
Auto-assign internal-sites for general changes
2 parents a80078f + 3874a34 commit cf8c4d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

triagebot.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ warn_non_default_branch = true
1414
[assign.adhoc_groups]
1515
fallback = [
1616
"@Mark-Simulacrum",
17-
"@ehuss",
17+
"internal-sites",
1818
]
1919

2020
[assign.owners]
21-
"/blacksmith" = ["@ehuss"]
22-
"/js" = ["@ehuss"]
21+
"/blacksmith" = ["internal-sites"]
22+
"/js" = ["internal-sites"]
2323
"/src/community" = ["community"]
2424
"/src/compiler" = ["compiler"]
2525
"/src/crates-io" = ["crates-io"]

0 commit comments

Comments
 (0)