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 3b76b2a commit 4e9921c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
# properly added.

ruby:
- changed-files:
- any-glob-to-any-file: "**/*.rb"
- changed-files:
- any-glob-to-any-file: "**/*.rb"

erb:
- changed-files:
- any-glob-to-any-file: "**/*.erb"
- changed-files:
- any-glob-to-any-file: "**/*.erb"

javascript:
- changed-files:
- any-glob-to-any-file: ["**/*.js", "package*.json", "yarn.lock"]
- changed-files:
- any-glob-to-any-file: ["**/*.js", "package*.json", "yarn.lock"]

Tests! 🎉💖👏:
- changed-files:
- any-glob-to-any-file: ["app/javascript/__tests__/**.test.js", "spec/**/*_spec.rb"]
- changed-files:
- any-glob-to-any-file: ["app/javascript/__tests__/**.test.js", "spec/**/*_spec.rb"]

dependencies:
- changed-files:
- any-glob-to-any-file: ["Gemfile*", "package*.json", "yarn.lock"]
- changed-files:
- any-glob-to-any-file: ["Gemfile*", "package*.json", "yarn.lock"]

0 comments on commit 4e9921c

Please sign in to comment.