Skip to content

Commit

Permalink
chore(labeler): add provider github (#6194)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrooot authored Dec 13, 2024
1 parent d00d254 commit f7e8df6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ provider/kubernetes:
- any-glob-to-any-file: "prowler/providers/kubernetes/**"
- any-glob-to-any-file: "tests/providers/kubernetes/**"

provider/github:
- changed-files:
- any-glob-to-any-file: "prowler/providers/github/**"
- any-glob-to-any-file: "tests/providers/github/**"

github_actions:
- changed-files:
- any-glob-to-any-file: ".github/workflows/*"
Expand Down

0 comments on commit f7e8df6

Please sign in to comment.