Commit Graph

24 Commits

Author SHA1 Message Date
Ed Page a980eed118 refactor(schema): Make manifest its own directory 2024-03-04 16:44:05 -06:00
Ed Page 67b5aa4205 refactor(context): Rename config mod to context 2024-02-29 16:08:08 -06:00
Scott Schafer 118afd00ac
chore: Rename `CompileContext` to `BuildRunner` 2024-02-20 11:55:18 -07:00
Weihang Lo 872f4dff8d
chore: remove `A-errors` auto label 2024-01-03 15:06:48 -05:00
Weihang Lo c1461b5f1f
chore: label `A-manifest` for part of cargo-util-schemas 2024-01-03 15:05:13 -05:00
Weihang Lo 77a5f24796
chore: label `Command-fix` for diagnostic-server changes 2024-01-03 15:05:13 -05:00
Eric Huss 5cb98b94a1 Add rustfix lib to autolabel triggers. 2023-11-21 10:11:31 -08:00
Ed Page e70e310ce0 fix: Report more detailed semver errors
For `cargo install` we'll now show a more specific parse error for
semver, much like other parts of cargo.

This came out of my work on #12801.  I was looking at what might be
appropriate to put in a `cargo-util-semver` crate and realized we have
the `ToSemver` trait that exists but doesn't do much, so I dropped it.
2023-11-06 15:24:32 -06:00
Weihang Lo 4830653705
chore(triagebot): auto label when PR review state changes 2023-10-19 09:43:07 -04:00
Weihang Lo 7f492cd2bf
infra: add auto-trigger rules for new labels 2023-09-20 13:28:42 +08:00
Weihang Lo aaf02211c6
chore: update auto-label trigger files 2023-06-20 19:23:21 +01:00
Weihang Lo f92227f7cc
chore: delete removed label `needs-mcve` 2023-04-27 18:50:50 +01:00
Weihang Lo 41a60d1b87
chore: update trigger files for autolabel 2023-04-27 18:50:50 +01:00
Ed Page 895435fba9 chore: Use globs for workspace members
This is a short-term option until we can have a better solution for
globbing.  This does not update `benches/` to support which has a README
in there preventing globbing; this seems low-churn enough not to find a
solution for it.

On the next sync-up with rust-lang/rust, we'll need to update 4e46301258/src/bootstrap/tool.rs (L588-L603)

Fixes #11988
2023-04-18 20:02:21 -05:00
Weihang Lo 4ed13a3755
chore: fix missing files in autolabel trigger_files
triagebot checks with `starts_with` only.
See add83c3ad9/src/handlers/autolabel.rs (L45)
2023-03-03 11:11:22 +00:00
Weihang Lo dd067b328d
chore: autolabel more for `A-*` 2023-02-04 08:33:25 +00:00
Scott Schafer e1442bca0e chore: Add autolabel for `Command-*` labels 2023-01-31 13:55:18 -06:00
Eric Huss 620f383a52 Warn on commits to non-default branches. 2023-01-30 12:41:53 -08:00
Eric Huss 2c1ba23748 Add more labels to triagebot 2023-01-24 17:51:28 -08:00
David Tolnay a41b599e60
Enable triagebot's relabel functionality 2022-12-18 11:27:00 -08:00
Eric Huss 92bdd2582f Migrate from highfive to triagebot 2022-10-24 09:32:22 -07:00
hi-rustin 22bcd7a7ed Enable shortcut for triage bot
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
2022-01-16 13:52:52 +08:00
Josh Triplett 83c87e702f Support using rustbot to ping the Windows group 2021-08-17 14:45:20 -07:00
Mark Rousskov 76a762b45b Add triagebot configuration
This enables assignment through triagebot on this repository, in preparation for
the migration from highfive to triagebot for PR assignment.
2020-03-31 11:15:46 -04:00