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 bf46799
Showing 1 changed file with 27 additions and 12 deletions.
39 changes: 27 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,36 @@
build:
- .eslintrc.js
- .prettierrc
- .stylelintrc
- bud.config.js
- tsconfig.json
any:
changed-files:
any-glob-to-any-file:
- '.eslintrc.js'
- '.prettierrc'
- '.stylelintrc'
- 'bud.config.js'
- 'tsconfig.json'

dependencies:
- yarn.lock
any:
changed-files:
any-glob-to-any-file:
- 'yarn.lock'

javascript:
- resources/scripts/**/*.js
any:
changed-files:
any-glob-to-any-file:
- 'resources/scripts/**/*.js'

php:
- functions.php
- app/**/*.php
- resources/views/**/*.php
any:
changed-files:
any-glob-to-any-file:
- 'functions.php'
- 'app/**/*.php'
- 'resources/views/**/*.php'

views:
- index.php
- resources/views/**/*.php
any:
changed-files:
any-glob-to-any-file:
- 'index.php'
- 'resources/views/**/*.php'

0 comments on commit bf46799

Please sign in to comment.