Skip to content

Commit 98bf1c1

Browse files
committed
👷 Fix labeler action
1 parent e27af62 commit 98bf1c1

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

.github/labeler.yml

+22-16
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
build:
2-
- .eslintrc.js
3-
- .prettierrc
4-
- .stylelintrc
5-
- bud.config.js
6-
- tsconfig.json
7-
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- .eslintrc.js
5+
- .prettierrc
6+
- .stylelintrc
7+
- bud.config.js
8+
- tsconfig.json
89
dependencies:
9-
- yarn.lock
10-
10+
- changed-files:
11+
- any-glob-to-any-file:
12+
- yarn.lock
1113
javascript:
12-
- resources/scripts/**/*.js
13-
14+
- changed-files:
15+
- any-glob-to-any-file:
16+
- resources/scripts/**/*.js
1417
php:
15-
- functions.php
16-
- app/**/*.php
17-
- resources/views/**/*.php
18-
18+
- changed-files:
19+
- any-glob-to-any-file:
20+
- functions.php
21+
- app/**/*.php
22+
- resources/views/**/*.php
1923
views:
20-
- index.php
21-
- resources/views/**/*.php
24+
- changed-files:
25+
- any-glob-to-any-file:
26+
- index.php
27+
- resources/views/**/*.php

0 commit comments

Comments
 (0)