mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rollup merge of #150587 - add-rustdoc-js-autolabel, r=fmease
triagebot: add A-rustdoc-js autolabel Adds an autolabel rule for rustdoc JavaScript/TypeScript files so PRs touching rustdoc frontend assets and related tests are automatically labeled `A-rustdoc-js`. Fixes rust-lang/rust#137983
This commit is contained in:
@@ -332,6 +332,14 @@ trigger_labels = [
|
||||
"A-type-based-search",
|
||||
]
|
||||
|
||||
[autolabel."A-rustdoc-js"]
|
||||
trigger_files = [
|
||||
"src/librustdoc/html/static/js/",
|
||||
"src/librustdoc/html/static/css/",
|
||||
"tests/rustdoc-js/",
|
||||
"tests/rustdoc-js-std/",
|
||||
]
|
||||
|
||||
[autolabel."T-compiler"]
|
||||
trigger_files = [
|
||||
# Source code
|
||||
|
||||
Reference in New Issue
Block a user