Skip to content

Commit

Permalink
update labeler config structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ASTRobinson committed Dec 5, 2023
1 parent 6503ab0 commit 0c57577
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
onboarding:
- "environments/**"
- changed-files:
- any-glob-to-any-file:
- "environments/**"

dependencies:
- "terraform/**/*.lock.hcl"
- changed-files:
- any-glob-to-any-file:
- "terraform/**/*.lock.hcl"

github-workflow:
- "github/workflows/**"
- changed-files:
- any-glob-to-any-file:
- ".github/workflows/**"

environments-repository:
- "**/*.*"
- "**/*"
- changed-files:
- any-glob-to-any-file:
- "**/*.*"
- "**/*"

0 comments on commit 0c57577

Please sign in to comment.