X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=8b6157cd4aae23b82d2349452b1d584851c6b680;hb=ee796c65233e24f76c6867bb393416608364500f;hp=b0a13f827d6cd9564291aef82567c2ad7e53748e;hpb=8b9f4a0d342c5c55c1f5927c308fed60a7e843b9;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index b0a13f827d6..8b6157cd4aa 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,7 +1,118 @@ [relabel] allow-unauthenticated = [ - "A-*", "C-*", "E-*", "I-*", "L-*", "P-*", "S-*", "T-*", - "good-first-issue" + "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", + "D-*", + "requires-nightly", + "regression-*", + # I-* without I-nominated + "I-*", "!I-nominated", + "AsyncAwait-OnDeck", ] [assign] + +[glacier] + +[ping.icebreakers-llvm] +alias = ["llvm", "llvms"] +message = """\ +Hey LLVM ICE-breakers! This bug has been identified as a good +"LLVM ICE-breaking candidate". In case it's useful, here are some +[instructions] for tackling these sorts of bugs. Maybe take a look? +Thanks! <3 + +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/llvm.html +""" +label = "ICEBreaker-LLVM" + +[ping.icebreakers-cleanup-crew] +alias = ["cleanup", "cleanups", "cleanup-crew", "shrink", "reduce", "bisect"] +message = """\ +Hey Cleanup Crew ICE-breakers! This bug has been identified as a good +"Cleanup ICE-breaking candidate". In case it's useful, here are some +[instructions] for tackling these sorts of bugs. Maybe take a look? +Thanks! <3 + +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/cleanup-crew.html +""" +label = "ICEBreaker-Cleanup-Crew" + +[ping.windows] +message = """\ +Hey Windows Group! This bug has been identified as a good "Windows candidate". +In case it's useful, here are some [instructions] for tackling these sorts of +bugs. Maybe take a look? +Thanks! <3 + +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html +""" +label = "O-windows" + +[ping.arm] +message = """\ +Hey ARM Group! This bug has been identified as a good "ARM candidate". +In case it's useful, here are some [instructions] for tackling these sorts of +bugs. Maybe take a look? +Thanks! <3 + +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html +""" +label = "O-ARM" + +[ping.risc-v] +message = """\ +Hey RISC-V Group! This bug has been identified as a good "RISC-V candidate". +In case it's useful, here are some [instructions] for tackling these sorts of +bugs. Maybe take a look? +Thanks! <3 + +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html +""" +label = "O-riscv" + +[prioritize] +label = "I-prioritize" + +[autolabel."I-prioritize"] +trigger_labels = [ + "regression-untriaged", + "regression-from-stable-to-stable", + "regression-from-stable-to-beta", + "regression-from-stable-to-nightly", + "I-unsound 💥", +] +exclude_labels = [ + "P-*", + "T-infra", + "T-release", + "requires-nightly", +] + +[notify-zulip."I-prioritize"] +zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts +topic = "#{number} {title}" +message_on_add = """\ +@*WG-prioritization/alerts* issue #{number} has been requested for prioritization. + +# [Procedure](https://forge.rust-lang.org/compiler/prioritization/procedure.html#assign-priority-to-unprioritized-issues-with-i-prioritize-label) +- Priority? +- Regression? +- Notify people/groups? +- Needs `I-nominated`? +""" +message_on_remove = "Issue #{number}'s prioritization request has been removed." + +[notify-zulip."T-rustdoc"] +required_labels = ["I-nominated"] +zulip_stream = 266220 # #rustdoc +topic = "nominated: #{number}" +message_on_add = """\ +@*T-rustdoc* issue #{number} "{title}" has been nominated for `T-rustdoc` discussion. +""" +message_on_remove = "Issue #{number}'s nomination request has been removed." + +[github-releases] +format = "rustc" +project-name = "Rust" +changelog-path = "RELEASES.md" +changelog-branch = "master"