diff options
| author | Urgau <urgau@numericable.fr> | 2025-06-02 21:22:25 +0200 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2025-06-02 21:22:25 +0200 |
| commit | 53e0232edecedb2640c361ab33069cbbb4e20a66 (patch) | |
| tree | 2e82c0529f144f0741db7629b45bec93c994e82f | |
| parent | e0d014a3dffbb3f0575cfbeb0f480c5080c4d018 (diff) | |
| download | rust-53e0232edecedb2640c361ab33069cbbb4e20a66.tar.gz rust-53e0232edecedb2640c361ab33069cbbb4e20a66.zip | |
Enable triagebot `[concern]` functionality
| -rw-r--r-- | triagebot.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index a8d529cae77..2bd0c185ad7 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1441,3 +1441,8 @@ days-threshold = 14 # Prevents mentions in commits to avoid users being spammed # Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html [no-mentions] + +# Allow members to formally register concerns (`@rustbot concern my concern`) +# Documentation at: https://forge.rust-lang.org/triagebot/concern.html +[concern] +labels = ["S-waiting-on-concerns"] |
