Skip to content

Commit

Permalink
ci: add python label config to labeler action
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed May 6, 2024
1 parent f2fc4ab commit 27c5e7c
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 @@ -12,6 +12,10 @@ kind/go:
- changed-files:
- any-glob-to-any-file: "**/*.go"

kind/python:
- changed-files:
- any-glob-to-any-file: "python/*"

kind/yaml:
- changed-files:
- any-glob-to-any-file: "**/*.yaml"
Expand Down

0 comments on commit 27c5e7c

Please sign in to comment.