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

Commit 37e31ba

Browse files
committed
Add mention message for authors to categorize their own PRs
1 parent c158b22 commit 37e31ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

highfive/configs/rust-lang/rust.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@
193193
"src/tools/miri": {
194194
"message": "Some changes occured to the Miri submodule",
195195
"reviewers": ["@rust-lang/miri"]
196+
},
197+
"library": {
198+
"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 team reviewer.",
199+
"reviewers": []
196200
}
197201
},
198202
"new_pr_labels": ["S-waiting-on-review"]

0 commit comments

Comments
 (0)