diff options
| author | bors <bors@rust-lang.org> | 2020-09-16 14:40:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-09-16 14:40:43 +0000 |
| commit | 4f6d4e68e323e27827fadd1360f0ceb6df99527f (patch) | |
| tree | 2d648f627eddf14e17a73aa3474203050836befa | |
| parent | 74051c4d4b4e0359982407bb846eeebaf6fa9cb9 (diff) | |
| parent | 9c546b51d52673372f9e956c8e8c07f6d9d94f51 (diff) | |
| download | rust-4f6d4e68e323e27827fadd1360f0ceb6df99527f.tar.gz rust-4f6d4e68e323e27827fadd1360f0ceb6df99527f.zip | |
Auto merge of #6056 - rust-lang:flip1995/triagebot, r=flip1995
Add S-* label modifier to triagebot changelog: none
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 411229935c3..ed3c83af616 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,6 +1,6 @@ [relabel] allow-unauthenticated = [ - "C-*", "A-*", "E-*", "L-*", "M-*", "O-*", + "C-*", "A-*", "E-*", "L-*", "M-*", "O-*", "S-*", "good first issue", "needs test" ] |
