Skip to content

Commit

Permalink
Add labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Dec 8, 2023
1 parent f042c3a commit 641945b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
'area: background':
- any:
- changed-files:
- any-glob-to-any-file: 'src/background/**/*'

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

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

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

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

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

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

0 comments on commit 641945b

Please sign in to comment.