Commit graph

104 commits

Author SHA1 Message Date
Boxy 50f090002a add cg ping files things 2022-12-06 16:33:19 +00:00
Matthias Krüger cea2e14ba2
Rollup merge of #104978 - Veykril:patch-2, r=jyn514
notify the rust-analyzer team on changes to the rust-analyzer subtree

As proposed in https://github.com/rust-lang/rust-analyzer/pull/13676#issuecomment-1327621946
2022-11-29 05:24:22 +01:00
bors 60b8fc4cce Auto merge of #104992 - ehuss:docs-triagebot-assign, r=Mark-Simulacrum
Assign myself for docs updates

This sets myself as the reviewer for docs submodule updates. Now with https://github.com/rust-lang/triagebot/pull/1673 automating the process, this piece of the puzzle handles the assignment step.
2022-11-29 00:17:18 +00:00
Matthias Krüger 9ebffb7c3c
Rollup merge of #104917 - compiler-errors:requires-debug-assertions, r=Mark-Simulacrum
Allow non-org members to label `requires-debug-assertions`

`jruderman` tried to add this in #104916, for example. I think I've seen this happen before as well.
2022-11-27 16:03:07 +01:00
Lukas Wirth e4c9915218
notify the rust-analyzer team on changes to the rust-analyzer subtree 2022-11-27 13:28:48 +01:00
Eric Huss be18880745 Assign myself for docs updates
This sets myself as the reviewer for docs submodule updates.
Now with https://github.com/rust-lang/triagebot/pull/1673 automating
the process, this piece of the puzzle handles the assignment step.
2022-11-26 15:24:01 -08:00
Michael Goulet 1dc88ffb3f
Allow non-org members to label requires-debug-assertions
jruderman tried to add this in #104916, for example. I think I've seen this happen before as well.
2022-11-25 16:06:52 -08:00
lcnr 68d953014e notify lcnr on changes to ObligationCtxt 2022-11-25 14:26:10 +01:00
Albert Larsan 94b9fbd12d
Make it also assign correct people 2022-11-13 16:09:15 +01:00
Albert Larsan cf70c3d7ee
Add x tool to triagebot
Assign the A-bootstrap label when a pr modifies the x tool.
2022-11-13 15:31:49 +01:00
Michael Goulet 7e86b846bf UI tests can be assigned to T-compiler 2022-11-11 22:16:25 +00:00
Manish Goregaokar 9eb977bec4 Add llvm-main to triagebot.toml 2022-11-08 11:30:15 -08:00
Eric Huss 27a6280eca Add Target Tier Policy notification. 2022-10-26 16:45:24 -07:00
Eric Huss eaa1b8b10e Migrate from highfive to triagebot 2022-10-24 16:16:45 -07:00
Michael Goulet 47f816cd4c no test in testsuite label 2022-10-20 16:46:05 +00:00
Matthias Krüger e0c162ff02
Rollup merge of #103204 - jyn514:autolabels, r=Mark-Simulacrum
Add some more autolabels
2022-10-18 21:18:48 +02:00
Joshua Nelson 10f982d328 Add some more autolabels 2022-10-18 11:21:16 -05:00
nils 6d609c5d6e
Add new bootstrap entrypoints to triagebot 2022-10-13 17:38:30 +02:00
Josh Triplett 9a9e8273e4 triagebot.toml: Add autolabel for T-style 2022-09-24 19:49:58 +01:00
Oli Scherer 6cfa7ef2ba Remove miri from the submodule list and require it for CI to pass 2022-09-21 15:35:53 +00:00
Nixon Enraght-Moony 393792da8d Remove check_missing_items.py 2022-09-14 16:14:15 +01:00
Nixon Enraght-Moony 2506aa0394 jsondoclint: New Tool 2022-09-14 12:30:23 +01:00
fee1-dead 91398912d0
Allow unauthenticated users to add the const-hack label 2022-09-12 23:04:32 +08:00
Predrag Gruevski a1fa958cf3
Add @obi1kenobi to the cc list for rustdoc-json-types 2022-09-10 22:04:57 -04:00
Jonas Schievink f5cd223006
Revert "Mention rust-analyzer maintainers when proc_macro bridge is changed" 2022-09-04 21:11:31 +02:00
Joshua Nelson 1cd28639c9 Add autolabels for A-query-system 2022-09-01 20:49:12 -05:00
Takayuki Maeda ebeb77e79e add TaKO8Ki to translation-related mention groups 2022-08-20 20:47:41 +09:00
Nixon Enraght-Moony d35749b0f2 triagebot: Autolabel A-rustdoc-json 2022-08-19 17:31:32 +01:00
David Wood ae02014b2e triagebot: autolabel A-translation
Instruct triagebot to autolabel pull requests that modify the
translation sources with the `A-translation` label.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-08-15 12:45:07 +01:00
David Wood a9e61677fc triagebot: add mention groups for diag translation
Add mention groups to `triagebot.toml` for diagnostic derive macros and
diagnostic translation sources/resources.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-08-15 12:26:38 +01:00
Martin Nordholts 6f194d70d2 triagebot.yml: CC Enselic when rustdoc-json-types changes 2022-07-29 22:04:06 +02:00
Vytautas Astrauskas eb1a0c55f1 Add vakaras to the set of people notified when MIR changes. 2022-07-14 14:24:36 +02:00
Guillaume Gomez 3eb8198cf8
Rollup merge of #99183 - jonas-schievink:proc_macro-mention-r-a, r=jyn514
Mention rust-analyzer maintainers when `proc_macro` bridge is changed

rust-analyzer vendors a modified copy of the `proc_macro` crate in order to expand procedural macros built by Cargo. Since the ABI used by proc macros can change, we need to follow along with those changes. Getting notified when the proc macro bridge changes should make that easier, since that's what defines the ABI.

cc ```@rust-lang/wg-rls-2```
2022-07-13 10:38:49 +02:00
Jonas Schievink 2f0172f589 Mention rust-analyzer maintainers when proc_macro bridge is changed 2022-07-12 17:34:07 +02:00
Joshua Nelson bfb3afe893 Add some autolabels for A-bootstrap and T-infra 2022-07-10 17:32:37 -05:00
Celina G. Val d791310b92
Request to be notified of MIR changes
Adding myself (celinval) to be notified of PRs that changes the MIR.
2022-06-30 11:18:56 -07:00
bors a9eb9c52f3 Auto merge of #98649 - RalfJung:guardians-of-mir, r=oli-obk
move MIR syntax into a dedicated file and ping some people whenever it changes

Adding or changing MIR operations/statements/whatever should be under significant scrutiny wrt their wider impact, specified semantics, and so on. So let's start by putting all that into a dedicated file and pinging some people whenever that file changes.

This PR only moves definitions around, and then fiddles with imports until it all works again.
2022-06-30 03:50:35 +00:00
Ralf Jung a58d8f6616 ping more people
Co-authored-by: David Wood <agile.lion3441@fuligin.ink>
2022-06-29 16:03:24 -04:00
Ralf Jung ab01a73151 move MIR syntax into a dedicated file and ping some people whenever it changes 2022-06-29 16:03:24 -04:00
Matthias Krüger 17d3868c85
Rollup merge of #98636 - ehuss:mentions-wrapping, r=Mark-Simulacrum
Triagebot: Fix mentions word wrapping.

I forgot that GitHub's markdown treats newlines as hard breaks. This was causing some ugly-looking word wrapping in the triagebot mention messages. This fixes it so that the lines are not hard-wrapped.
2022-06-29 20:34:59 +02:00
Eric Huss b292d94a9a Triagebot: Fix mentions word wrapping. 2022-06-28 11:38:07 -07:00
Mark Rousskov d6b9c10e03 Fix mir-opt wg name 2022-06-28 08:14:42 -04:00
Eric Huss 44e57155cb Add triagebot mentions. 2022-06-27 11:34:49 -07:00
Josh Triplett 5cf5a5236f triagebot.toml: Sort and wrap the list of allowed labels 2022-06-22 14:02:48 -07:00
Josh Triplett 96cc0c691a triagebot.toml: Allow applying nominated labels
This seems likely to help more than it would hurt; let's see how it
goes.
2022-06-22 14:01:31 -07:00
Michael Goulet 7b6f25a2fa Add #T-types/nominated zulip notification 2022-06-03 07:08:17 -07:00
Michael Goulet 036f62badf
Rollup merge of #97436 - compiler-errors:macos-ping-2, r=Mark-Simulacrum
Update `triagebot.toml` for macos ping group

idk what i'm doing but i saw https://github.com/rust-lang/rust/pull/96392#issuecomment-1138893845

cc: `@thomcc`
2022-05-26 20:15:09 -07:00
Michael Goulet c838129205
Update triagebot.toml for macos ping group 2022-05-26 12:42:14 -07:00
Jane Lusby a21238cc29 Autotag library PRs with T-libs 2022-04-12 10:48:56 -07:00
David Tolnay 5b28c3873d
Add a team for '@rustbot ping fuchsia' 2022-03-03 15:33:05 -08:00