👷 Fix labeler action (#3177)
This commit is contained in:
38
.github/labeler.yml
vendored
38
.github/labeler.yml
vendored
@@ -1,21 +1,27 @@
|
|||||||
build:
|
build:
|
||||||
- .eslintrc.js
|
- changed-files:
|
||||||
- .prettierrc
|
- any-glob-to-any-file:
|
||||||
- .stylelintrc
|
- .eslintrc.js
|
||||||
- bud.config.js
|
- .prettierrc
|
||||||
- tsconfig.json
|
- .stylelintrc
|
||||||
|
- bud.config.js
|
||||||
|
- tsconfig.json
|
||||||
dependencies:
|
dependencies:
|
||||||
- yarn.lock
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- yarn.lock
|
||||||
javascript:
|
javascript:
|
||||||
- resources/scripts/**/*.js
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- resources/scripts/**/*.js
|
||||||
php:
|
php:
|
||||||
- functions.php
|
- changed-files:
|
||||||
- app/**/*.php
|
- any-glob-to-any-file:
|
||||||
- resources/views/**/*.php
|
- functions.php
|
||||||
|
- app/**/*.php
|
||||||
|
- resources/views/**/*.php
|
||||||
views:
|
views:
|
||||||
- index.php
|
- changed-files:
|
||||||
- resources/views/**/*.php
|
- any-glob-to-any-file:
|
||||||
|
- index.php
|
||||||
|
- resources/views/**/*.php
|
||||||
|
|||||||
Reference in New Issue
Block a user