diff options
| author | bors <bors@rust-lang.org> | 2020-10-25 20:35:17 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-10-25 20:35:17 +0000 |
| commit | afbac8906e614a63ff5825710c3ebe45a3b5e01a (patch) | |
| tree | a9d71dd271a244e698056db8269de87f921d6660 | |
| parent | 83bb5ecec8dc893671cf1370f124ac3816750c7f (diff) | |
| parent | 80b21682bf9d2e10d4daf44ae5f6c4965950dac9 (diff) | |
| download | rust-afbac8906e614a63ff5825710c3ebe45a3b5e01a.tar.gz rust-afbac8906e614a63ff5825710c3ebe45a3b5e01a.zip | |
Auto merge of #6225 - rust-lang:flip1995-patch-1, r=flip1995
Update triagebot.toml r? `@ghost` changelog: none
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml index ed3c83af616..b7b20b40e68 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1,7 +1,7 @@ [relabel] allow-unauthenticated = [ - "C-*", "A-*", "E-*", "L-*", "M-*", "O-*", "S-*", - "good first issue", "needs test" + "A-*", "C-*", "E-*", "L-*", "M-*", "O-*", "P-*", "S-*", "T-*", + "good first issue" ] [assign] |
