👷 Fix labeler action (#3177)

This commit is contained in:
Ben Word
2024-01-18 12:36:07 -06:00
committed by GitHub
parent e27af6282b
commit ad93e8b8c7

14
.github/labeler.yml vendored
View File

@@ -1,21 +1,27 @@
build:
- changed-files:
- any-glob-to-any-file:
- .eslintrc.js
- .prettierrc
- .stylelintrc
- bud.config.js
- tsconfig.json
dependencies:
- changed-files:
- any-glob-to-any-file:
- yarn.lock
javascript:
- changed-files:
- any-glob-to-any-file:
- resources/scripts/**/*.js
php:
- changed-files:
- any-glob-to-any-file:
- functions.php
- app/**/*.php
- resources/views/**/*.php
views:
- changed-files:
- any-glob-to-any-file:
- index.php
- resources/views/**/*.php