diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-07-26 15:28:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-26 15:28:00 +0200 |
| commit | 86fbbb887f86e72637010bd95269578958636758 (patch) | |
| tree | 326c9682766e8071d2c3663e2b9c8fa620e2139c | |
| parent | b2659bf7e588a84b1132eeb476c2f5ca37a1bce6 (diff) | |
| parent | 97676e609f1382605d75637149f4c8e4bb05904d (diff) | |
| download | rust-86fbbb887f86e72637010bd95269578958636758.tar.gz rust-86fbbb887f86e72637010bd95269578958636758.zip | |
Rollup merge of #144424 - BoxyUwU:release_blog_post_unauthorized_users, r=cuviper
Allow setting `release-blog-post` label with rustbot r? release I forgot to do this when we originally added the label and updated the generated description for relnotes issues
| -rw-r--r-- | triagebot.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 5b522a6617c..6cfb744f0ac 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -28,6 +28,7 @@ allow-unauthenticated = [ "llvm-*", "needs-fcp", "relnotes", + "release-blog-post", "requires-*", "regression-*", "rla-*", |
