Skip to content

Commit 1dc6132

Browse files
authored
Fix Github Action labeler configuration (#19023)
1 parent ad556a4 commit 1dc6132

File tree

1 file changed

+32
-18
lines changed

1 file changed

+32
-18
lines changed

.github/labeler.yml

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,45 @@
11
Build:
2-
- build-scripts/**
3-
- .browserslistrc
4-
- gulpfile.js
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- build-scripts/**
5+
- .browserslistrc
6+
- gulpfile.js
57

68
Cast:
7-
- cast/src/**
8-
- src/cast/**
9+
- changed-files:
10+
- any-glob-to-any-file:
11+
- cast/src/**
12+
- src/cast/**
913

1014
Demo:
11-
- demo/src/**
12-
- src/fake_data/**
15+
- changed-files:
16+
- any-glob-to-any-file:
17+
- demo/src/**
18+
- src/fake_data/**
1319

1420
Design:
15-
- gallery/src/**
16-
- src/fake_data/**
21+
- changed-files:
22+
- any-glob-to-any-file:
23+
- gallery/src/**
24+
- src/fake_data/**
1725

1826
Dependencies:
19-
- package.json
20-
- renovate.json
21-
- yarn.lock
22-
- .yarn/**
23-
- .yarnrc.yml
24-
- .nvmrc
27+
- changed-files:
28+
- any-glob-to-any-file:
29+
- package.json
30+
- renovate.json
31+
- yarn.lock
32+
- .yarn/**
33+
- .yarnrc.yml
34+
- .nvmrc
2535

2636
GitHub Actions:
27-
- .github/workflows/**
28-
- .github/*.yml
37+
- changed-files:
38+
- any-glob-to-any-file:
39+
- .github/workflows/**
40+
- .github/*.yml
2941

3042
Supervisor:
31-
- hassio/src/**
43+
- changed-files:
44+
- any-glob-to-any-file:
45+
- hassio/src/**

0 commit comments

Comments
 (0)