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