Skip to content

Commit

Permalink
update labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Jan 22, 2024
1 parent 9e45a38 commit 7d7f5a1
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
functions:
- apps/onboarding-functions/**
- changed-files:
- any-glob-to-any-file: ['apps/onboarding-functions/**']

onboarding-ms:
- apps/onboarding-ms/**
- changed-files:
- any-glob-to-any-file: ['apps/onboarding-ms/**']

libs:
- libs/**
- changed-files:
- any-glob-to-any-file: ['libs/**']

ops:
- .github/**
- infra/**
- .identity/**
- changed-files:
- any-glob-to-any-file: ['.github/**', 'infra/**', '.identity/**']

docs:
- README.md
- changed-files:
- any-glob-to-any-file: ['README.md']

hotfix:
- base-branch: ['releases/**']

0 comments on commit 7d7f5a1

Please sign in to comment.