Skip to content

Commit

Permalink
fix(global): add missing labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Sep 28, 2024
1 parent 73ca952 commit e639c21
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
'infra':
- changed-files:
- any-glob-to-any-file: ['hetzner/**/*', 'config/**/*', 'infra/**/*', 'aws/**/*']

'app: admin':
- changed-files:
- any-glob-to-any-file: ['apps/admin/**/*']

'app: backend':
- changed-files:
- any-glob-to-any-file: ['apps/backend/**/*']

'app: frontend':
- changed-files:
- any-glob-to-any-file: ['apps/frontend/**/*']

'package: commons':
- changed-files:
- any-glob-to-any-file: ['packages/commons/**/*']

'package: commons-front':
- changed-files:
- any-glob-to-any-file: ['packages/commons-front/**/*']

'package: sdk':
- changed-files:
- any-glob-to-any-file: ['packages/sdk/**/*']
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
pull-requests: write

steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit e639c21

Please sign in to comment.