Skip to content

Commit 7909088

Browse files
authored
Rollup merge of rust-lang#111679 - Amanieu:triagebot-remove-acp, r=m-ou-se
Remove libs message about ACPs from triagebot The libs team is currently reworking the ACP process and we don't want to encourage people to submit new ACPs in the meantime.
2 parents 08efb9d + 67c0cfe commit 7909088

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

triagebot.toml

-25
Original file line numberDiff line numberDiff line change
@@ -371,31 +371,6 @@ cc = ["@GuillaumeGomez"]
371371
message = "Some changes might have occurred in exhaustiveness checking"
372372
cc = ["@Nadrieril"]
373373

374-
[mentions."library"]
375-
message = """
376-
Hey! It looks like you've submitted a new PR for the library teams!
377-
378-
If this PR contains changes to any `rust-lang/rust` public library APIs then \
379-
please comment with `@rustbot label +T-libs-api -T-libs` to tag it \
380-
appropriately. If this PR contains changes to any unstable APIs please edit \
381-
the PR description to add a link to the relevant [API Change \
382-
Proposal](https://std-dev-guide.rust-lang.org/feature-lifecycle/api-change-proposals.html) \
383-
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) \
384-
if you haven't already. If you're unsure where your change falls no worries, \
385-
just leave it as is and the reviewer will take a look and make a decision to \
386-
forward on if necessary.
387-
388-
Examples of `T-libs-api` changes:
389-
390-
* Stabilizing library features
391-
* Introducing insta-stable changes such as new implementations of existing \
392-
stable traits on existing stable types
393-
* Introducing new or changing existing unstable library APIs (excluding \
394-
permanently unstable features / features without a tracking issue)
395-
* Changing public documentation in ways that create new stability guarantees
396-
* Changing observable runtime behavior of library APIs
397-
"""
398-
399374
[mentions."src/librustdoc/clean/types.rs"]
400375
cc = ["@camelid"]
401376

0 commit comments

Comments
 (0)