diff options
| author | xFrednet <xFrednet@gmail.com> | 2020-12-18 21:18:15 +0000 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2020-12-18 21:18:15 +0000 |
| commit | 1f58c2bb8a638a63edc1f3503c8771937aa19157 (patch) | |
| tree | d0c1b54ea289aff4f3423c2f34bdb5321ebbdc56 | |
| parent | 896d82f7ff64644656bda7a4ed8bbd55ca3b7619 (diff) | |
| download | rust-1f58c2bb8a638a63edc1f3503c8771937aa19157.tar.gz rust-1f58c2bb8a638a63edc1f3503c8771937aa19157.zip | |
Renamed the good first issue label for rustbot
See https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Rename.20the.20.22good.20first.20issue.22.20label.20for.20bot.20usage/near/220428018
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index b7b20b40e68..b9549be3a8b 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,7 +1,7 @@ [relabel] allow-unauthenticated = [ "A-*", "C-*", "E-*", "L-*", "M-*", "O-*", "P-*", "S-*", "T-*", - "good first issue" + "good-first-issue" ] [assign] |
