Skip to content

Commit

Permalink
Update labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dartpain authored Nov 3, 2024
1 parent 5d4c067 commit dbfc1bb
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,31 @@
repo:
- '*'
- changed-files:
- any-glob-to-any-file: '*'

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

application:
- application/**/*
- changed-files:
- any-glob-to-any-file: 'application/**/*'

docs:
- docs/**/*
- changed-files:
- any-glob-to-any-file: 'docs/**/*'

extensions:
- extensions/**/*
- changed-files:
- any-glob-to-any-file: 'extensions/**/*'

frontend:
- frontend/**/*
- changed-files:
- any-glob-to-any-file: 'frontend/**/*'

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

tests:
- tests/**/*
- changed-files:
- any-glob-to-any-file: 'tests/**/*'

0 comments on commit dbfc1bb

Please sign in to comment.