Skip to content

Commit

Permalink
AO3-6653 Fix missing space in actions/labeler config (otwcode#4700)
Browse files Browse the repository at this point in the history
* AO3-6653 Use an array even for single glob

* AO3-6653 Try removing the problematic labels temporarily

* AO3-6653 Let's try labels without colons

* AO3-6653 It's not the colon so it must be any-glob-to-all-files

* AO3-6653 Restore the quotation marks for Scope Tests Only glob

* AO3-6653 Temporarily remove Scope i18n Only

* AO3-6653 Restore colon for Scope: Tests Only label

* AO3-6653 Restore Scope: i18n Only, using single quotes for glob

* AO3-6653 Move Scope: i18n Only to bottom

* AO3-6653 ...add missing space
  • Loading branch information
sarken authored Dec 21, 2023
1 parent 3bb5aad commit 15cad10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/labeler/contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- any-glob-to-any-file: "db/migrate/**/*"

"Scope: i18n Only":
-changed-files:
- changed-files:
- any-glob-to-all-files: "config/locales/**/*"

"Scope: Tests Only":
Expand Down

0 comments on commit 15cad10

Please sign in to comment.