Skip to content

Commit

Permalink
ci(triagebot): fix name of trigger file "LICENSES"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ismailarilik committed Nov 2, 2024
1 parent 588a420 commit f8185de
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,14 @@ trigger_files = [
trigger_files = [
"triagebot.toml",
"rustfmt.toml",
"LICENSES",
"COPYRIGHT",
"LICENSE-APACHE",
"LICENSE-MIT",
"CODE_OF_CONDUCT.md",
"README.md",
"CONTRIBUTING.md",
"INSTALL.md",
"REUSE.toml",
".reuse",
".mailmap",
".git-blame-ignore-revs",
Expand Down

0 comments on commit f8185de

Please sign in to comment.