Skip to content

Commit

Permalink
Fix for labeler V5
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Dec 12, 2023
1 parent d8319a6 commit 4ce4bb7
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
---

VisualCSharp:
- GetIntoTeachingApi/**/*.cs
- changed-files:
- any-glob-to-any-file: 'GetIntoTeachingApi/**/*.cs'

Test:
- GetIntoTeachingApiTests/**/*
- changed-files:
- any-glob-to-any-file: 'GetIntoTeachingApiTests/**/*'

Monitoring:
- monitoring/**/*
- changed-files:
- any-glob-to-any-file: 'monitoring/**/*'

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

Docker:
- Dockerfile
- docker-compose.yml
- changed-files:
- any-glob-to-any-file: 'Dockerfile'
- any-glob-to-any-file: 'docker-compose.yml'

0 comments on commit 4ce4bb7

Please sign in to comment.