From 056af9dbc80519f2e3100c78cfd7b1164379c1a1 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 4 Nov 2021 13:34:10 +0100 Subject: [PATCH] rustbot: Allow applying relnotes label Inspired by https://github.com/rust-lang/rust/pull/90521 , and by the various `must_use` PRs; in all of those cases, the submitter of the PR could know that `relnotes` applied, but couldn't apply it themselves. --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index 48c7a00de78..3f151ba1695 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -2,6 +2,7 @@ allow-unauthenticated = [ "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "D-*", + "relnotes", "requires-nightly", "regression-*", "perf-*",