Skip to content

Commit

Permalink
👷 Fix labeler action
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Jan 18, 2024
1 parent e27af62 commit e07c61a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
build:
- .eslintrc.js
- .prettierrc
- .stylelintrc
- bud.config.js
- tsconfig.json
- '**/.eslintrc.js'
- '**/.prettierrc'
- '**/.stylelintrc'
- '**/bud.config.js'
- '**/tsconfig.json'

dependencies:
- yarn.lock
- '**/yarn.lock'

javascript:
- resources/scripts/**/*.js
- '**/resources/scripts/**/*.js'

php:
- functions.php
- app/**/*.php
- resources/views/**/*.php
- '**/functions.php'
- '**/app/**/*.php'
- '**/resources/views/**/*.php'

views:
- index.php
- resources/views/**/*.php
- '**/index.php'
- '**/resources/views/**/*.php'

0 comments on commit e07c61a

Please sign in to comment.