mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Rollup merge of #132529 - ismailarilik:ci/triagebot/fix-name-of-trigger-file-LICENSES, r=Mark-Simulacrum
ci(triagebot): add more top-level files to A-meta It didn't exist so I changed it with its new versions: `COPYRIGHT`, `LICENSE-APACHE` and `LICENSE-MIT` I also added some other files I found appropriate under the related label.
This commit is contained in:
commit
4c534de677
@ -428,8 +428,14 @@ trigger_files = [
|
|||||||
"triagebot.toml",
|
"triagebot.toml",
|
||||||
"rustfmt.toml",
|
"rustfmt.toml",
|
||||||
"LICENSES",
|
"LICENSES",
|
||||||
|
"COPYRIGHT",
|
||||||
|
"LICENSE-APACHE",
|
||||||
|
"LICENSE-MIT",
|
||||||
|
"CODE_OF_CONDUCT.md",
|
||||||
"README.md",
|
"README.md",
|
||||||
"CONTRIBUTING.md",
|
"CONTRIBUTING.md",
|
||||||
|
"INSTALL.md",
|
||||||
|
"REUSE.toml",
|
||||||
".reuse",
|
".reuse",
|
||||||
".mailmap",
|
".mailmap",
|
||||||
".git-blame-ignore-revs",
|
".git-blame-ignore-revs",
|
||||||
|
Loading…
Reference in New Issue
Block a user