diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-06-03 14:35:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-03 14:35:37 +0900 |
| commit | 052a3feeeac8d8f8f0ab0288a5e2931757ce764c (patch) | |
| tree | 92295feeac46704ff8351e9c9bcd2c73704fff49 | |
| parent | 7ee817e4c4d972fd5255cdab047aef5d4eb8fec4 (diff) | |
| parent | 1213d9262f31873dfa396bd57290c2ced63670ff (diff) | |
| download | rust-052a3feeeac8d8f8f0ab0288a5e2931757ce764c.tar.gz rust-052a3feeeac8d8f8f0ab0288a5e2931757ce764c.zip | |
Rollup merge of #85897 - steffahn:update_unsound_label_for_triagebot, r=Mark-Simulacrum
Update I-unsound label for triagebot Following the remaming of the `I-unsound` label (removing the space and the emoji) as discussed [on Zulip](https://rust-lang.zulipchat.com/#narrow/stream/122651-general/topic/A.20way.20to.20self-label.20soundness.20issues.3F/near/240962907) (or [in the archive](https://zulip-archive.rust-lang.org/122651general/88362Awaytoselflabelsoundnessissues.html#240962907)), this change of the `triagebot.toml` is necessary to keep the automatic `I-prioritize` flagging.
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 8b6157cd4aa..c97f63f1cfd 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -79,7 +79,7 @@ trigger_labels = [ "regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly", - "I-unsound 💥", + "I-unsound", ] exclude_labels = [ "P-*", |
