Skip to content

Commit

Permalink
feat(labeler): apply label on migration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vicferpoy committed Feb 26, 2025
1 parent 26014a9 commit 2d8bb1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,7 @@ compliance:
- any-glob-to-any-file: "prowler/compliance/**"
- any-glob-to-any-file: "prowler/lib/outputs/compliance/**"
- any-glob-to-any-file: "tests/lib/outputs/compliance/**"

review-django-migrations:
- changed-files:
- any-glob-to-any-file: "api/src/backend/api/migrations/**"

0 comments on commit 2d8bb1c

Please sign in to comment.