-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
triagebot: add A-rustdoc-js autolabel #150587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
triagebot: add A-rustdoc-js autolabel #150587
Conversation
|
|
|
rustbot has assigned @Mark-Simulacrum. Use |
|
Done, thanks! |
|
Thanks, I'll approve after a squash. |
|
Friendly ping in case this slipped through, happy to squash or make any changes if needed. Thanks! |
|
Hey, yes, please squash.
|
66cd295 to
7668154
Compare
|
Done, thanks. |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
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#137983
Rollup of 13 pull requests Successful merges: - #150587 (triagebot: add A-rustdoc-js autolabel) - #150677 (Improve std::path::Path::join documentation) - #150737 (diagnostics: make implicit Sized bounds explicit in E0277) - #150771 (Remove legacy homu `try` and `auto` branch mentions) - #150840 (Make `--print=check-cfg` output compatible `--check-cfg` arguments) - #150915 (Regression test for type params on eii) - #151017 (Port the rustc dump attributes to the attribute parser) - #151019 (Make `Type::of` support unsized types) - #151031 (Support arrays in type reflection) - #151043 (armv7-unknown-linux-uclibceabihf.md: Fix bootstrap.toml syntax) - #151052 (ui: add regression test for macro resolution ICE (issue #150711)) - #151053 (Reduce flakyness for `tests/rustdoc-gui/notable-trait.goml`) - #151055 (Emit error instead of delayed bug when meeting mismatch type for const array) r? @ghost
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 #137983