Tshepang Mbambo
9dd7bcb75a
notify me when rdg is touched
2025-06-23 11:33:23 +02:00
Jieyou Xu
6ff229b5e1
Notify jieyouxu on tidy changes
2025-06-22 09:17:56 +08:00
joboet
f99b0c10a5
remove joboet from review rotation
2025-06-18 08:54:32 +02:00
Matthias Krüger
379238fcbd
Rollup merge of #142408 - WaffleLapkin:rotates-itself, r=WaffleLapkin
...
Add myself (WaffleLapkin) to review rotation
`@bors` r+
2025-06-12 22:09:45 +02:00
Waffle Lapkin
c871bf196f
Add myself (WaffleLapkin) to review rotation
2025-06-12 13:06:57 +02:00
Jakub Beránek
7a0d0de0e1
Remove bootstrap adhoc group
...
It corresponds 1:1 to the bootstrap team, and with the review preferences we shouldn't need it.
2025-06-12 12:34:22 +02:00
Matthias Krüger
13f95426fd
Rollup merge of #142343 - onur-ozkan:remove-myself-from-the-project, r=Kobzol
...
remove myself from the project
See [#t-infra/bootstrap > stepping down from T-Bootstrap](https://rust-lang.zulipchat.com/#narrow/channel/326414-t-infra.2Fbootstrap/topic/stepping.20down.20from.20T-Bootstrap/with/523501689 )
2025-06-11 22:58:27 +02:00
Matthias Krüger
deea0677f4
Rollup merge of #142314 - cyrgani:icebreaker, r=jieyouxu
...
remove ice group pings from `triagebot.toml`
Followup to rust-lang/team#1860 .
Question: should the https://github.com/rust-lang/rust/labels/ICEBreaker-Cleanup-Crew and https://github.com/rust-lang/rust/labels/ICEBreaker-LLVM labels be deleted too or not?
2025-06-11 22:58:26 +02:00
onur-ozkan
103d668e69
remove myself from the project
...
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-06-11 11:02:52 +03:00
cyrgani
296f9f2513
remove ice group pings from triagebot.toml
2025-06-10 23:16:07 +02:00
Jieyou Xu
6f487586f8
Configure bootstrap backport nominations via triagebot
2025-06-11 00:26:03 +08:00
Matthias Krüger
defec9f090
Rollup merge of #142084 - jdonszelmann:add-review-rotation, r=BoxyUwU
...
add myself to rotation
r? ``@BoxyUwU``
2025-06-06 00:58:48 +02:00
Jana Dönszelmann
7b8f519794
add myself to rotation
2025-06-05 16:41:09 +02:00
Matthias Krüger
8cd8ed3050
Rollup merge of #141969 - fmease:triagebot-rm-assign-users-on-vacation, r=Kobzol
...
Triagebot: Remove `assign.users_on_vacation`
It's been superseded by triagebot's [review queue tracking](https://forge.rust-lang.org/triagebot/review-queue-tracking.html ), more specifically *rotation mode*.
r? Kobzol or triagebot
2025-06-04 19:50:23 +02:00
bors
59aa1e8730
Auto merge of #141229 - tgross35:builtins-josh-subtree, r=Kobzol
...
Merge `compiler-builtins` as a Josh subtree
Use the Josh [1] utility to add `compiler-builtins` as a subtree, which
will allow us to stop using crates.io for updates. This is intended to
help resolve some problems when unstable features change and require
code changes in `compiler-builtins`, which sometimes gets trapped in a
bootstrap cycle.
This was done using `josh-filter` built from the r24.10.04 tag:
git fetch https://github.com/rust-lang/compiler-builtins.git 233434412fe7eced8f1ddbfeddabef1d55e493bd
josh-filter ":prefix=library/compiler-builtins" FETCH_HEAD
git merge --allow-unrelated FILTERED_HEAD
The HEAD in the `compiler-builtins` repository is 233434412f ("fix an if
statement that can be collapsed").
[1]: https://github.com/josh-project/josh
2025-06-03 19:52:05 +00:00
León Orell Valerian Liehr
2b2f66afc4
Triagebot: Remove assign.users_on_vacation
2025-06-03 18:10:34 +02:00
Urgau
53e0232ede
Enable triagebot [concern] functionality
2025-06-02 21:22:25 +02:00
Guillaume Gomez
08bbf245ed
Rollup merge of #141384 - Kobzol:enable-review-prefs, r=jieyouxu
...
Enable review queue tracking
This PR enables the new review queue tracking assignment logic implemented in triagebot. It is documented in https://github.com/rust-lang/rust-forge/pull/853 .
2025-05-29 17:02:58 +02:00
Eric Holk
9f2ee0f4fb
Add eholk to compiler reviewer rotation
...
Now that we have work queue limits on triagebot, I'm happy to share some
of the review load.
2025-05-28 11:30:18 -07:00
Matthias Krüger
732f671c53
Rollup merge of #141602 - jieyouxu:llvm-submodule, r=apiraino
...
triagebot: label LLVM submodule changes with `A-LLVM`
Fixes rust-lang/rust#141601 .
r? `@apiraino`
2025-05-27 20:57:55 +02:00
Jieyou Xu
e25cf45daa
triagebot: label src/llvm-project and rustc_{llvm, codegen_llvm} changes with A-LLVM
2025-05-27 19:52:59 +08:00
Santiago Pastorino
c8ed2a7423
Remove spastorino from vacations
2025-05-26 18:13:54 -03:00
Matthias Krüger
f84ffe29e1
Rollup merge of #141496 - Urgau:triagebot_issue_link_no-mentions, r=Kobzol
...
Enable `[issue-links]` and `[no-mentions]` in triagebot
This PR enables the [`[issue-links]`](https://forge.rust-lang.org/triagebot/issue-links.html ) and [`[no-mentions]`](https://forge.rust-lang.org/triagebot/no-mentions.html ) handlers of triagebot.
Most of our subtrees have already adopted them:
- https://github.com/rust-lang/rust-analyzer/pull/19555
- https://github.com/rust-lang/rust-clippy/pull/14563 & https://github.com/rust-lang/rust-clippy/pull/14576
- https://github.com/rust-lang/rustc-dev-guide/pull/2335
- https://github.com/rust-lang/miri/pull/4259
- https://github.com/rust-lang/reference/pull/1788
r? `@Kobzol`
2025-05-24 16:08:48 +02:00
Urgau
f63a9b2b97
Enable [issue-links] and [no-mentions] in triagebot
2025-05-24 14:11:29 +02:00
León Orell Valerian Liehr
f34c67e7a4
Disable triagebot's glacier handler
2025-05-23 11:08:56 +02:00
Jakub Beránek
8bed64670f
Enable review queue tracking
2025-05-22 11:21:24 +02:00
Matthias Krüger
74636b0ff5
Rollup merge of #141294 - lolbinarycat:triagebot-js-ping, r=aDotInTheVoid
...
triagebot: ping me if rustdoc js is modified
r? `@aDotInTheVoid`
2025-05-20 20:57:29 +02:00
binarycat
c506046ba2
triagebot: ping me if rustdoc js is modified
2025-05-20 10:22:13 -05:00
nora
9478598fc9
Properly remove Noratrieb from review rotation
...
I've put myself on vacation a while ago, but really I just want to remove myself from the queue because I couldn't get around to reviewing all the PRs, I'm still here and available :3.
2025-05-19 21:02:25 +02:00
Trevor Gross
8c150144fd
triagebot: Add pings and autolabels for the compiler-builtins subtree.
2025-05-18 16:34:52 +00:00
León Orell Valerian Liehr
c7e2e88da0
Rollup merge of #141139 - jieyouxu:fix-rfl, r=Urgau
...
Fix Rust for Linux ping group label
Noticed in https://github.com/rust-lang/rust/pull/140966#issuecomment-2886704667 . Seems like a broken label can cause the triagebot ping message to not be issued.
See https://github.com/rust-lang/triagebot/issues/1992 .
```@rustbot``` label: +A-rust-for-linux
2025-05-18 11:03:48 +02:00
Jieyou Xu
65d381b0cc
triagebot: fix Rust for Linux ping group rust-lang/rust label
2025-05-17 23:51:40 +08:00
xizheyin
b3b2153c0b
Update triagebot.toml
...
Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com>
2025-05-17 22:26:42 +08:00
xizheyin
84d7edd07f
Enable [behind-upstream] triagebot option for rust-lang/rust
...
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
2025-05-16 17:11:45 +08:00
León Orell Valerian Liehr
42d3ba786e
Use new form for T-rustdoc's {beta,stable}-{nominated,accepted} notify-Zulip triggers
2025-05-12 13:46:18 +02:00
Matthias Krüger
05dd156d77
Rollup merge of #140397 - apiraino:t-compiler-backports-zulip-notifications, r=davidtwco
...
Add T-compiler backports Zulip notifications
This patch make it so, that the triagebot willl send notifications to the Zulip channel [#t-compiler/backports](https://rust-lang.zulipchat.com/#narrow/channel/474880-t-compiler.2Fbackports ) when a label `{stable-beta}-nominated` is added to beta or stable backport pull request. Requirement to trigger this notification is that the pull request be labeled `T-compiler`.
Note: Zulip notifications can send notifications also on other events (`message_on_close` and `message_on_reopen`) but I omitted them for now, I am not yet sure we need them.
r? `@davidtwco`
2025-05-11 08:38:47 +02:00
Stuart Cook
c922eb9a9d
Rollup merge of #140812 - jieyouxu:typo-fix, r=aDotInTheVoid
...
Fix `tests/rustdoc-json` triagebot message path
r? ```@aDotInTheVoid```
2025-05-09 16:25:05 +10:00
Jieyou Xu
eff20bfd29
Fix tests/rustdoc-json path
2025-05-09 00:08:40 +08:00
Jieyou Xu
c9a96eb379
Enable triagebot note functionality for rust-lang/rust
...
See <https://forge.rust-lang.org/triagebot/note.html >.
2025-05-09 00:00:52 +08:00
Matthias Krüger
526923ad05
Rollup merge of #140773 - aDotInTheVoid:rdj-triagdfsadgs, r=dtolnay
...
triagebot: Better message for changes to `tests/rustdoc-json`
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](https://github.com/rust-lang/rust/issues/140689#issuecomment-2855602664 ) to also get pinged here.
cc ``@jyn514`` ``@obi1kenobi``
r? ``@GuillaumeGomez``
2025-05-08 08:14:21 +02:00
Alona Enraght-Moony
1799f5f8a9
triagebot: Better message for changes to tests/rustdoc-json
2025-05-07 21:33:04 +00:00
Jieyou Xu
abc57dcc0b
Remove estebank from automated review assignment
2025-05-02 18:36:04 +08:00
apiraino
3f4e535e2e
Add T-compiler backports Zulip notifications
2025-04-28 18:31:19 +02:00
Matthias Krüger
984ef2c656
Rollup merge of #140195 - jieyouxu:minicore-triagebot, r=jieyouxu
...
triagebot: label minicore changes w/ `A-test-infra-minicore` and ping jieyouxu on changes
Just routine triagebot labelling/mentioning changes.
r? ```@ghost```
2025-04-24 11:40:44 +02:00
Jieyou Xu
f0399b8ee9
triagebot: label minicore changes w/ A-test-infra-minicore
...
And ping jieyouxu on changes.
2025-04-23 17:33:19 +08:00
Mara Bos
634baf4a46
Ping Mara when touching format_args!() internals.
2025-04-22 23:01:42 +02:00
apiraino
1d87d14cdb
Add option for stable backport poll
...
skip-checks: true
2025-04-19 18:13:34 +02:00
Jacob Pratt
c8992c90e0
Rollup merge of #139687 - spastorino:add-spastorino-to-vacation, r=Urgau
...
Add spastorino to users_on_vacation
2025-04-11 21:21:02 +02:00
Santiago Pastorino
452c280f64
Add spastorino to users_on_vacation
2025-04-11 15:27:11 -03:00
Matthias Krüger
e3bcfbf3cf
Rollup merge of #139589 - saethlin:vacation, r=camelid
...
saethlin is back from vacation
2025-04-10 11:10:19 +02:00