triagebot: Better message for changes to tests/rustdoc-json by aDotInTheVoid · Pull Request #140773 · rust-lang/rust (original) (raw)

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation6 Commits1 Checks6 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

aDotInTheVoid

Followup to #140689 / #140606

Adds a message to changes to tests/rustdoc-json, instead of just pinging me. Hopefully this makes the significance of these tests clearer to people who otherwise wouldn't have context, so hopefully we can avoid that happening again. It's annoyingly hard to know how well this works, because the real test is seeing if it doesn't get ignored.

Predrag has kindly offered to also get pinged here.

cc @jyn514 @obi1kenobi

r? @GuillaumeGomez

@aDotInTheVoid

@rustbot

This comment was marked as outdated.

@rustbot rustbot 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

May 7, 2025

@rustbot

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

cc @davidtwco, @wesleywiser

dtolnay

@dtolnay

@bors

📌 Commit 1799f5f has been approved by dtolnay

It is now in the queue for this repository.

@bors bors 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

May 7, 2025

jieyouxu

@@ -1001,7 +1001,15 @@ message = "This PR changes how GCC is built. Consider updating src/bootstrap/dow
message = "This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the corresponding `ui` subdir and add 'Fixes #' to the PR description to autoclose the issue upon merge."
[mentions."tests/rustdoc-json"]
cc = ["@aDotInTheVoid"]
message = """
These commits modify `test/rustdoc-json`.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit:

These commits modify `test/rustdoc-json`.
These commits modify `tests/rustdoc-json`.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For posterity, this happened in #140812

Zalathar added a commit to Zalathar/rust that referenced this pull request

May 8, 2025

@Zalathar

…dtolnay

triagebot: Better message for changes to tests/rustdoc-json

Followup to rust-lang#140689 / rust-lang#140606

Adds a message to changes to tests/rustdoc-json, instead of just pinging me. Hopefully this makes the significance of these tests clearer to people who otherwise wouldn't have context, so hopefully we can avoid that happening again. It's annoyingly hard to know how well this works, because the real test is seeing if it doesn't get ignored.

Predrag has [kindly offered](rust-lang#140689 (comment)) to also get pinged here.

cc @jyn514 @obi1kenobi

r? @GuillaumeGomez

bors added a commit to rust-lang-ci/rust that referenced this pull request

May 8, 2025

@bors

Rollup of 15 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

bors added a commit to rust-lang-ci/rust that referenced this pull request

May 8, 2025

@bors

…iaskrgr

Rollup of 9 pull requests

Successful merges:

r? @ghost @rustbot modify labels: rollup

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

May 8, 2025

@rust-timer

Rollup merge of rust-lang#140773 - aDotInTheVoid:rdj-triagdfsadgs, r=dtolnay

triagebot: Better message for changes to tests/rustdoc-json

Followup to rust-lang#140689 / rust-lang#140606

Adds a message to changes to tests/rustdoc-json, instead of just pinging me. Hopefully this makes the significance of these tests clearer to people who otherwise wouldn't have context, so hopefully we can avoid that happening again. It's annoyingly hard to know how well this works, because the real test is seeing if it doesn't get ignored.

Predrag has [kindly offered](rust-lang#140689 (comment)) to also get pinged here.

cc @jyn514 @obi1kenobi

r? @GuillaumeGomez

Labels

A-meta

Area: Issues & PRs about the rust-lang/rust repository itself

A-rustdoc-json

Area: Rustdoc JSON backend

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-rustdoc

Relevant to the rustdoc team, which will review and decide on the PR/issue.