From 201d84bdde93d093859c0a7ce476d765c1aabdc8 Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Fri, 1 Apr 2022 11:12:43 -0700 Subject: [PATCH] Add mention message for authors to categorize their own PRs --- highfive/configs/rust-lang/rust.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/highfive/configs/rust-lang/rust.json b/highfive/configs/rust-lang/rust.json index 25ba6084..58ef1443 100644 --- a/highfive/configs/rust-lang/rust.json +++ b/highfive/configs/rust-lang/rust.json @@ -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"]