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

Commit 6888601

Browse files
authored
update libs highfive comment to mention new ACP process (#404)
* update libs highfive comment to mention new ACP process * remove vestigal libs-api rotation * improve confusing wording
1 parent e756153 commit 6888601

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

highfive/configs/rust-lang/rust.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
"@m-ou-se",
2828
"@thomcc"
2929
],
30-
"libs-api": [
31-
"@dtolnay",
32-
"@joshtriplett",
33-
"@m-ou-se"
34-
],
3530
"infra-ci": [
3631
"@Mark-Simulacrum",
3732
"@kennytm",
@@ -201,7 +196,7 @@
201196
"reviewers": ["@rust-lang/miri"]
202197
},
203198
"library": {
204-
"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 -T-libs` 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* Stabilizing library features\n* Introducing insta-stable changes such as new implementations of existing stable traits on existing stable types\n* Introducing new or changing existing unstable library APIs (excluding permanently unstable features / features without a tracking issue)\n* Changing public documentation in ways that create new stability guarantees\n* Changing observable runtime behavior of library APIs",
199+
"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 `@rustbot label +T-libs-api -T-libs` to tag it appropriately. If this PR contains changes to any unstable APIs please edit the PR description to add a link to the relevant [API Change Proposal](https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html) or [create one](https://github.com/rust-lang/libs-team/issues/new?assignees=&labels=api-change-proposal%2C+T-libs-api&template=api-change-proposal.md&title=%28My+API+Change+Proposal%29) if you haven't already. 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* Stabilizing library features\n* Introducing insta-stable changes such as new implementations of existing stable traits on existing stable types\n* Introducing new or changing existing unstable library APIs (excluding permanently unstable features / features without a tracking issue)\n* Changing public documentation in ways that create new stability guarantees\n* Changing observable runtime behavior of library APIs",
205200
"reviewers": []
206201
}
207202
},

0 commit comments

Comments
 (0)