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 f323621 commit a061a97
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,6 @@
# master as needed and also create multiple Pull Requests to confirm labels are
# properly added.

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

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

javascript:
- 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"]

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

0 comments on commit a061a97

Please sign in to comment.