Skip to content

Commit e2875ad

Browse files
committed
ci: add new plugins to labels and codeowners
1 parent 1aa6211 commit e2875ad

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Mocks
2+
23
/examples/react-todos-app/ @matejchalk
34
/testing/test-utils/src/lib/utils/dynamic-mocks/ @matejchalk
45

56
# Plugins
7+
68
/packages/plugin-eslint/ @matejchalk
79
/packages/plugin-coverage/ @matejchalk
810
/packages/plugin-js-packages/ @matejchalk
911
/packages/plugin-lighthouse/ @BioPhoton
12+
/packages/plugin-typescript/ @BioPhoton
1013
/packages/nx-plugin/ @BioPhoton
1114
/examples/plugins/ @BioPhoton

.github/labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
- changed-files:
4343
- any-glob-to-any-file: 'packages/plugin-lighthouse/src/**'
4444

45+
🧩 jsdocs-plugin:
46+
- changed-files:
47+
- any-glob-to-any-file: 'packages/plugin-jsdocs/src/**'
48+
49+
🧩 typescript-plugin:
50+
- changed-files:
51+
- any-glob-to-any-file: 'packages/plugin-typescript/src/**'
52+
4553
🔬 testing:
4654
- changed-files:
4755
- any-glob-to-any-file:

0 commit comments

Comments
 (0)