Skip to content

Commit

Permalink
ci: add auto-label rule for gallery in labeler.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler authored Apr 27, 2024
1 parent 9fc0135 commit 7e6bf6e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ kind/documentation:
- changed-files:
- any-glob-to-any-file: '*.md'

area/ai-model:
- any:
- changed-files:
- any-glob-to-any-file: 'gallery/*'

examples:
- any:
- changed-files:
Expand All @@ -16,4 +21,4 @@ examples:
ci:
- any:
- changed-files:
- any-glob-to-any-file: '.github/*'
- any-glob-to-any-file: '.github/*'

0 comments on commit 7e6bf6e

Please sign in to comment.