diff options
| author | bors <bors@rust-lang.org> | 2024-06-27 08:33:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-06-27 08:33:39 +0000 |
| commit | af8575e17f9735b32485e383859beb8a9449d1de (patch) | |
| tree | 632401a3059b82ff09293821b49754373d263324 | |
| parent | 558bbd3c15dd56b01fb4d1a2a26188687b22583c (diff) | |
| parent | 432e6662fbef58ce9ac0a2973e7c2aa511d74b72 (diff) | |
| download | rust-af8575e17f9735b32485e383859beb8a9449d1de.tar.gz rust-af8575e17f9735b32485e383859beb8a9449d1de.zip | |
Auto merge of #17501 - rust-lang:triagebot, r=Veykril
Allow non org members to assign area labels
| -rw-r--r-- | src/tools/rust-analyzer/triagebot.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/triagebot.toml b/src/tools/rust-analyzer/triagebot.toml index 95eed3ee172..d62adb9144b 100644 --- a/src/tools/rust-analyzer/triagebot.toml +++ b/src/tools/rust-analyzer/triagebot.toml @@ -5,6 +5,7 @@ [relabel] allow-unauthenticated = [ "S-*", + "A-*", ] [autolabel."S-waiting-on-review"] |
