triagebot: add doc link to `[assign]`
This commit is contained in:
parent
ae46731db6
commit
b2077fb2f1
|
|
@ -1,8 +1,6 @@
|
|||
# This file's format is documented at
|
||||
# https://forge.rust-lang.org/triagebot/pr-assignment.html#configuration
|
||||
|
||||
[assign]
|
||||
|
||||
[autolabel."needs-triage"]
|
||||
new_issue = true
|
||||
exclude_labels = [
|
||||
|
|
@ -70,6 +68,10 @@ allow-unauthenticated = [
|
|||
[behind-upstream]
|
||||
days-threshold = 7
|
||||
|
||||
# Enable triagebot (PR) assignment.
|
||||
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment.html
|
||||
[assign]
|
||||
|
||||
# Keep members alphanumerically sorted.
|
||||
[assign.adhoc_groups]
|
||||
rustc-dev-guide = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue