Skip to content

Commit

Permalink
Merge pull request #705 from ehuss/triagebot
Browse files Browse the repository at this point in the history
Add triagebot config.
  • Loading branch information
ehuss authored Oct 30, 2023
2 parents 794f117 + 756732d commit a9bd837
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[relabel]

[autolabel."S-waiting-on-review"]
new_pr = true

[shortcut]

[assign]
warn_non_default_branch = true

[assign.adhoc_groups]
fallback = [
"@Mark-Simulacrum",
"@ehuss",
]

[assign.owners]
"/blacksmith" = ["@ehuss"]
"/js" = ["@ehuss"]
"/src/community" = ["community"]
"/src/compiler" = ["compiler", "compiler-contributors"]
"/src/crates-io" = ["crates-io"]
"/src/docs-rs" = ["docs-rs"]
"/src/governance" = ["ehuss"]
"/src/infra" = ["infra"]
"/src/lang" = ["lang"]
"/src/libs" = ["libs"]
"/src/platforms" = ["infra"]
"/src/release" = ["release"]
"/src/triagebot" = ["triagebot"]

0 comments on commit a9bd837

Please sign in to comment.