diff options
| author | fee1-dead <ent3rm4n@gmail.com> | 2022-09-12 23:04:32 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-12 23:04:32 +0800 |
| commit | 91398912d083c0531c37c65de6452fabafe587da (patch) | |
| tree | af4cc9c6f8dbe56a8254e28200359d7698dbde71 | |
| parent | a93214ec06b57f1eb0cc2fd07e3c4b86b1b1d949 (diff) | |
| download | rust-91398912d083c0531c37c65de6452fabafe587da.tar.gz rust-91398912d083c0531c37c65de6452fabafe587da.zip | |
Allow unauthenticated users to add the `const-hack` label
| -rw-r--r-- | triagebot.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index ceda7ef5f16..4b2dcc246e4 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -11,6 +11,7 @@ allow-unauthenticated = [ "S-*", "T-*", "WG-*", + "const-hack", "needs-fcp", "relnotes", "requires-nightly", |
