mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-08 13:18:32 +00:00
triagebot: automatically add more rustdoc related labels
This commit is contained in:
parent
54cdc751df
commit
cc74ed08d5
@ -227,6 +227,16 @@ exclude_labels = [
|
|||||||
"T-*",
|
"T-*",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
trigger_labels = [
|
||||||
|
"A-rustdoc-json",
|
||||||
|
"A-rustdoc-type-layout",
|
||||||
|
"A-rustdoc-scrape-examples",
|
||||||
|
"A-link-to-definition",
|
||||||
|
"A-cross-crate-reexports",
|
||||||
|
"A-intra-doc-links",
|
||||||
|
"A-doc-alias",
|
||||||
|
]
|
||||||
|
|
||||||
[autolabel."A-rustdoc-json"]
|
[autolabel."A-rustdoc-json"]
|
||||||
trigger_files = [
|
trigger_files = [
|
||||||
"src/librustdoc/json/",
|
"src/librustdoc/json/",
|
||||||
@ -245,6 +255,33 @@ trigger_files = [
|
|||||||
"compiler/rustc_attr_validation",
|
"compiler/rustc_attr_validation",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[autolabel."T-rustdoc-frontend"]
|
||||||
|
trigger_labels = [
|
||||||
|
"A-rustdoc-search",
|
||||||
|
"A-rustdoc-ui",
|
||||||
|
"A-rustdoc-js",
|
||||||
|
]
|
||||||
|
|
||||||
|
trigger_files = [
|
||||||
|
"src/librustdoc/html/",
|
||||||
|
"tests/rustdoc/",
|
||||||
|
"tests/rustdoc-gui/",
|
||||||
|
"tests/rustdoc-js/",
|
||||||
|
"tests/rustdoc-js-std/",
|
||||||
|
# note: tests/rustdoc-ui tests the CLI, not the web frontend
|
||||||
|
]
|
||||||
|
|
||||||
|
[autolabel."A-rustdoc-search"]
|
||||||
|
trigger_files = [
|
||||||
|
"src/librustdoc/html/static/js/search.js",
|
||||||
|
"tests/rustdoc-js",
|
||||||
|
"tests/rustdoc-js-std",
|
||||||
|
]
|
||||||
|
|
||||||
|
trigger_labels = [
|
||||||
|
"A-type-based-search",
|
||||||
|
]
|
||||||
|
|
||||||
[autolabel."T-compiler"]
|
[autolabel."T-compiler"]
|
||||||
trigger_files = [
|
trigger_files = [
|
||||||
# Source code
|
# Source code
|
||||||
|
Loading…
Reference in New Issue
Block a user