Skip to content

Commit

Permalink
try fix labeler type error
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Dec 13, 2023
1 parent 4e9921c commit df1b8a7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@
# master as needed and also create multiple Pull Requests to confirm labels are
# properly added.

ruby:
- changed-files:
- any-glob-to-any-file: "**/*.rb"
ruby: [
{
"changed-files": [
{
"any-glob-to-any-file": "**/*.rb"
}
]
}
]

erb:
- changed-files:
Expand Down

0 comments on commit df1b8a7

Please sign in to comment.