diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2019-10-18 13:48:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-18 13:48:28 -0700 |
| commit | 9fc8d8eb458ec3ca1b2ee89aac59569365382a6e (patch) | |
| tree | ad2e72a50fa4ce582c1c6e5619a5e0d6e3eb5d9f | |
| parent | 64bf0cab396fdd277441012f0eff9f8d874acf36 (diff) | |
| parent | 54879949f18ed44dc4db4b9c450d6c09551a2e0d (diff) | |
| download | rust-9fc8d8eb458ec3ca1b2ee89aac59569365382a6e.tar.gz rust-9fc8d8eb458ec3ca1b2ee89aac59569365382a6e.zip | |
Rollup merge of #65508 - rust-lang:llvm-icebreakers-ping-1, r=simulacrum
add option to ping llvm ice-breakers to triagebot
| -rw-r--r-- | triagebot.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index d87c5b64c21..f0e3a99037b 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -8,3 +8,14 @@ allow-unauthenticated = [ ] [assign] + +[ping.icebreakers-llvm] +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://rust-lang.github.io/rustc-guide/ice-breaker/llvm.html +""" +label = "ICEBreaker-LLVM" |
