Skip to content

Commit bf46799

Browse files
committed
👷 Fix labeler action
1 parent e27af62 commit bf46799

File tree

1 file changed

+27
-12
lines changed

1 file changed

+27
-12
lines changed

Diff for: .github/labeler.yml

+27-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,36 @@
11
build:
2-
- .eslintrc.js
3-
- .prettierrc
4-
- .stylelintrc
5-
- bud.config.js
6-
- tsconfig.json
2+
any:
3+
changed-files:
4+
any-glob-to-any-file:
5+
- '.eslintrc.js'
6+
- '.prettierrc'
7+
- '.stylelintrc'
8+
- 'bud.config.js'
9+
- 'tsconfig.json'
710

811
dependencies:
9-
- yarn.lock
12+
any:
13+
changed-files:
14+
any-glob-to-any-file:
15+
- 'yarn.lock'
1016

1117
javascript:
12-
- resources/scripts/**/*.js
18+
any:
19+
changed-files:
20+
any-glob-to-any-file:
21+
- 'resources/scripts/**/*.js'
1322

1423
php:
15-
- functions.php
16-
- app/**/*.php
17-
- resources/views/**/*.php
24+
any:
25+
changed-files:
26+
any-glob-to-any-file:
27+
- 'functions.php'
28+
- 'app/**/*.php'
29+
- 'resources/views/**/*.php'
1830

1931
views:
20-
- index.php
21-
- resources/views/**/*.php
32+
any:
33+
changed-files:
34+
any-glob-to-any-file:
35+
- 'index.php'
36+
- 'resources/views/**/*.php'

0 commit comments

Comments
 (0)