Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
Add mention message for authors to categorize their own PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
yaahc committed Apr 1, 2022
1 parent c158b22 commit 201d84b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions highfive/configs/rust-lang/rust.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@
"src/tools/miri": {
"message": "Some changes occured to the Miri submodule",
"reviewers": ["@rust-lang/miri"]
},
"library": {
"message": "Thank you for submitting a new PR for the library teams! If this PR contains a stabilization of a library feature that has not already completed FCP in its tracking issue, introduces new or changes existing unstable library APIs, or changes our public documentation in ways that create new stability guarantees then please comment with `r? rust-lang/libs-api @rustbot label +T-libs-api` to request review from a libs-api reviwer.",
"reviewers": []
}
},
"new_pr_labels": ["S-waiting-on-review"]
Expand Down

0 comments on commit 201d84b

Please sign in to comment.