Skip to content

Commit

Permalink
fix: labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
jevgenijsblaus committed Dec 18, 2023
1 parent bd7540f commit c1c214b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# Documentation https://github.com/marketplace/actions/labeler

"type: documentation":
- assets/**/*
- .github/*
- ./*.md
- changed-files:
- any-glob-to-any-file: [ 'assets/**/*', '.github/*.yml', './*.md' ]

"type: maintenance":
- .github/workflows/*
- changed-files:
- any-glob-to-any-file: [ '.github/workflows/*' ]

...

0 comments on commit c1c214b

Please sign in to comment.