Skip to content

Commit f8185de

Browse files
committed
ci(triagebot): fix name of trigger file "LICENSES"
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.
1 parent 588a420 commit f8185de

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

triagebot.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,14 @@ trigger_files = [
408408
trigger_files = [
409409
"triagebot.toml",
410410
"rustfmt.toml",
411-
"LICENSES",
411+
"COPYRIGHT",
412+
"LICENSE-APACHE",
413+
"LICENSE-MIT",
414+
"CODE_OF_CONDUCT.md",
412415
"README.md",
413416
"CONTRIBUTING.md",
417+
"INSTALL.md",
418+
"REUSE.toml",
414419
".reuse",
415420
".mailmap",
416421
".git-blame-ignore-revs",

0 commit comments

Comments
 (0)