Skip to content

Add a triagebot mention for library/Cargo.lock - #128692

Merged
bors merged 1 commit into
rust-lang:masterfrom
tgross35:update-triagebot
Aug 7, 2024
Merged

Add a triagebot mention for library/Cargo.lock#128692
bors merged 1 commit into
rust-lang:masterfrom
tgross35:update-triagebot

Conversation

@tgross35

Copy link
Copy Markdown
Member

Since 1, Cargo.lock was split into Cargo.lock and library/Cargo.lock. Update Triagebot to give the same warning for both.

Since [1], `Cargo.lock` was split into `Cargo.lock` and
`library/Cargo.lock`. Update Triagebot to give the same warning for both.
[1]: rust-lang#128534
@rustbot

Copy link
Copy Markdown
Collaborator

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot

Copy link
Copy Markdown
Collaborator

triagebot.toml has been modified, there may have been changes to the review queue.

cc @davidtwco, @wesleywiser

@rustbotrustbot added A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 5, 2024
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Aug 6, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit c369c20 has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 6, 2024
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Aug 6, 2024
…Simulacrum
Add a triagebot mention for `library/Cargo.lock`
Since [1], `Cargo.lock` was split into `Cargo.lock` and `library/Cargo.lock`. Update Triagebot to give the same warning for both.
[1]: rust-lang#128534
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 6, 2024
…iaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#122792 (Stabilize `min_exhaustive_patterns`)
- rust-lang#124944 (On trait bound mismatch, detect multiple crate versions in dep tree)
- rust-lang#128273 (Improve `Ord` violation help)
- rust-lang#128406 (implement BufReader::peek)
- rust-lang#128539 (Forbid unused unsafe in vxworks-specific std modules)
- rust-lang#128692 (Add a triagebot mention for `library/Cargo.lock`)
- rust-lang#128710 (Don't ICE when getting an input file name's stem fails)
r? `@ghost`
`@rustbot` modify labels: rollup
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Aug 6, 2024
…Simulacrum
Add a triagebot mention for `library/Cargo.lock`
Since [1], `Cargo.lock` was split into `Cargo.lock` and `library/Cargo.lock`. Update Triagebot to give the same warning for both.
[1]: rust-lang#128534
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 6, 2024
…iaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#125048 (PinCoerceUnsized trait into core)
- rust-lang#128273 (Improve `Ord` violation help)
- rust-lang#128406 (implement BufReader::peek)
- rust-lang#128539 (Forbid unused unsafe in vxworks-specific std modules)
- rust-lang#128687 (interpret: refactor function call handling to be better-abstracted)
- rust-lang#128692 (Add a triagebot mention for `library/Cargo.lock`)
- rust-lang#128710 (Don't ICE when getting an input file name's stem fails)
- rust-lang#128718 (Consider `cfg_attr` checked by `CheckAttrVisitor`)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 6, 2024
…iaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#125048 (PinCoerceUnsized trait into core)
- rust-lang#128273 (Improve `Ord` violation help)
- rust-lang#128406 (implement BufReader::peek)
- rust-lang#128539 (Forbid unused unsafe in vxworks-specific std modules)
- rust-lang#128687 (interpret: refactor function call handling to be better-abstracted)
- rust-lang#128692 (Add a triagebot mention for `library/Cargo.lock`)
- rust-lang#128710 (Don't ICE when getting an input file name's stem fails)
- rust-lang#128718 (Consider `cfg_attr` checked by `CheckAttrVisitor`)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 7, 2024
…iaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#124944 (On trait bound mismatch, detect multiple crate versions in dep tree)
- rust-lang#125048 (PinCoerceUnsized trait into core)
- rust-lang#128406 (implement BufReader::peek)
- rust-lang#128539 (Forbid unused unsafe in vxworks-specific std modules)
- rust-lang#128687 (interpret: refactor function call handling to be better-abstracted)
- rust-lang#128692 (Add a triagebot mention for `library/Cargo.lock`)
- rust-lang#128710 (Don't ICE when getting an input file name's stem fails)
- rust-lang#128718 (Consider `cfg_attr` checked by `CheckAttrVisitor`)
- rust-lang#128751 (std::thread: set_name implementation proposal for vxWorks.)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 03fabc0 into rust-lang:masterAug 7, 2024
@rustbotrustbot added this to the 1.82.0 milestone Aug 7, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Aug 7, 2024
Rollup merge of rust-lang#128692 - tgross35:update-triagebot, r=Mark-Simulacrum
Add a triagebot mention for `library/Cargo.lock`
Since [1], `Cargo.lock` was split into `Cargo.lock` and `library/Cargo.lock`. Update Triagebot to give the same warning for both.
[1]: rust-lang#128534
@tgross35
tgross35 deleted the update-triagebot branch August 7, 2024 03:15
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-metaArea: Issues & PRs about the rust-lang/rust repository itselfS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@tgross35@rustbot@Mark-Simulacrum@bors