Skip to content

Commit

Permalink
chore(labeler): Add compliance (prowler-cloud#5790)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfagoagas authored Nov 15, 2024
1 parent c9898d6 commit 17af724
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ output/csv:
- changed-files:
- any-glob-to-any-file: "prowler/lib/outputs/csv/**"
- any-glob-to-any-file: "tests/lib/outputs/csv/**"

compliance:
- changed-files:
- any-glob-to-any-file: "prowler/lib/outputs/compliance/**"
- any-glob-to-any-file: "tests/lib/outputs/compliance/**"
- any-glob-to-any-file: "prowler/compliance/**"

0 comments on commit 17af724

Please sign in to comment.