Skip to content

Commit 5f5a2e8

Browse files
committed
ci: add labels for new packages
1 parent 844d529 commit 5f5a2e8

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

.github/labeler.yml

+14-6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@
1010
- changed-files:
1111
- any-glob-to-any-file: 'packages/models/src/**'
1212

13+
🧩 utils:
14+
- changed-files:
15+
- any-glob-to-any-file: 'packages/utils/src/**'
16+
17+
🧩 ci:
18+
- changed-files:
19+
- any-glob-to-any-file: 'packages/ci/src/**'
20+
21+
🧩 create-cli:
22+
- changed-files:
23+
- any-glob-to-any-file: 'packages/create-cli/src/**'
24+
1325
🧩 nx-plugin:
1426
- changed-files:
1527
- any-glob-to-any-file: 'packages/nx-plugin/src/**'
@@ -18,10 +30,6 @@
1830
- changed-files:
1931
- any-glob-to-any-file: 'packages/plugin-eslint/src/**'
2032

21-
🧩 lighthouse-plugin:
22-
- changed-files:
23-
- any-glob-to-any-file: 'packages/plugin-lighthouse/src/**'
24-
2533
🧩 coverage-plugin:
2634
- changed-files:
2735
- any-glob-to-any-file: 'packages/plugin-coverage/src/**'
@@ -30,9 +38,9 @@
3038
- changed-files:
3139
- any-glob-to-any-file: 'packages/plugin-js-packages/src/**'
3240

33-
🧩 utils:
41+
🧩 lighthouse-plugin:
3442
- changed-files:
35-
- any-glob-to-any-file: 'packages/utils/src/**'
43+
- any-glob-to-any-file: 'packages/plugin-lighthouse/src/**'
3644

3745
🔬 testing:
3846
- changed-files:

0 commit comments

Comments
 (0)