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

Commit d19ce5c

Browse files
authored
Improve library team mention message for consistency (#395)
1 parent cc3535d commit d19ce5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highfive/configs/rust-lang/rust.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"reviewers": ["@rust-lang/miri"]
200200
},
201201
"library": {
202-
"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. If you're unsure where your change falls no worries, just leave it as is and the reviewer will take a look and make a decision to forward on if necessary",
202+
"message": "Hey! It looks like you've submitted a new PR for the library teams!\n\nIf this PR contains changes to any `rust-lang/rust` public library APIs then please comment with `r? rust-lang/libs-api @rustbot label +T-libs-api` to request review from a libs-api team reviewer. If you're unsure where your change falls no worries, just leave it as is and the reviewer will take a look and make a decision to forward on if necessary.\n\nExamples of `T-libs-api` changes:\n\n* a stabilization of a library feature\n* introducing new or changes existing unstable library APIs\n* changes to public documentation in ways that create new stability guarantees",
203203
"reviewers": []
204204
}
205205
},

0 commit comments

Comments
 (0)