Skip to content

Commit

Permalink
ci: add labels for new packages
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Oct 16, 2024
1 parent 844d529 commit 5f5a2e8
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
- changed-files:
- any-glob-to-any-file: 'packages/models/src/**'

🧩 utils:
- changed-files:
- any-glob-to-any-file: 'packages/utils/src/**'

🧩 ci:
- changed-files:
- any-glob-to-any-file: 'packages/ci/src/**'

🧩 create-cli:
- changed-files:
- any-glob-to-any-file: 'packages/create-cli/src/**'

🧩 nx-plugin:
- changed-files:
- any-glob-to-any-file: 'packages/nx-plugin/src/**'
Expand All @@ -18,10 +30,6 @@
- changed-files:
- any-glob-to-any-file: 'packages/plugin-eslint/src/**'

🧩 lighthouse-plugin:
- changed-files:
- any-glob-to-any-file: 'packages/plugin-lighthouse/src/**'

🧩 coverage-plugin:
- changed-files:
- any-glob-to-any-file: 'packages/plugin-coverage/src/**'
Expand All @@ -30,9 +38,9 @@
- changed-files:
- any-glob-to-any-file: 'packages/plugin-js-packages/src/**'

🧩 utils:
🧩 lighthouse-plugin:
- changed-files:
- any-glob-to-any-file: 'packages/utils/src/**'
- any-glob-to-any-file: 'packages/plugin-lighthouse/src/**'

🔬 testing:
- changed-files:
Expand Down

0 comments on commit 5f5a2e8

Please sign in to comment.