Skip to content

Commit

Permalink
chore(ci/labeler): update labeler config (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Dec 5, 2024
1 parent 0c4a818 commit dbf4598
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 24 deletions.
65 changes: 41 additions & 24 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,54 @@
'area: background':
- any:
- changed-files:
- any-glob-to-any-file: 'src/background/**/*'
- changed-files:
- any-glob-to-any-file: 'src/background/**/*'

'area: ci':
- any:
- changed-files:
- any-glob-to-any-file: '.github/**/*.yml'
- changed-files:
- any-glob-to-any-file: '.github/**/*.yml'

'area: content':
- any:
- changed-files:
- any-glob-to-any-file: 'src/content/**/*'
- changed-files:
- any-glob-to-any-file: 'src/content/**/*'

'area: pages':
- changed-files:
- any-glob-to-any-file: 'src/pages/**/*'

'area: pages/app':
- changed-files:
- any-glob-to-any-file: 'src/pages/app/**/*'

'area: pages/notification':
- changed-files:
- any-glob-to-any-file: 'src/pages/progress-connect/**/*'

'area: popup':
- any:
- changed-files:
- any-glob-to-any-file: 'src/pages/popup/**/*'
- changed-files:
- any-glob-to-any-file: 'src/pages/popup/**/*'

'area: shared':
- changed-files:
- any-glob-to-any-file: 'src/shared/**/*'

'area: documentation':
- any:
- changed-files:
- all-globs-to-any-file:
- '**/*.md'
- '!.github/actions/**/*.md'
- changed-files:
- any-globs-to-any-file:
- '**/*.md'
- '!.github/actions/**/*.md'

'area: scripts':
- changed-files:
- any-glob-to-any-file:
- 'scripts/**/*'
- 'esbuild/**/*'

'area: tests':
- any:
- changed-files:
- any-glob-to-any-file: '**/*.test.ts'
- any-glob-to-any-file: 'tests/**/*'
- changed-files:
- any-glob-to-any-file:
- '**/*.test.ts'
- '**/*.test.tsx'
- 'tests/**/*'

'area: i18n':
- any:
- changed-files:
- any-glob-to-any-file: 'src/_locales/**/*'
- changed-files:
- any-glob-to-any-file: 'src/_locales/**/*'
1 change: 1 addition & 0 deletions cspell-dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ loglevel
openapi
apidevtools
tailwindcss
esbuild
msedge
SVGOMG
xvfb
Expand Down

0 comments on commit dbf4598

Please sign in to comment.