Skip to content

Commit

Permalink
Auto merge of #1926 - JohnTitor:allow-rustbot-labeling, r=JohnTitor
Browse files Browse the repository at this point in the history
Allow contributors to label issues via rustbot

Now bors suggests contributors label PRs with the status labels, e.g.:

#1902 (comment)

This allows it, and for issues as well.
  • Loading branch information
bors committed Oct 15, 2020
2 parents 22633e2 + bd128ac commit 0d37400
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
[relabel]
allow-unauthenticated = [
"C-*", "O-*", "S-*"
]

[assign]

0 comments on commit 0d37400

Please sign in to comment.