Skip to content

Commit

Permalink
fix: labeler ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Feb 4, 2024
1 parent 20a8a03 commit b922790
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
# this file is for the labeler workflow job
# Documentation https://github.com/marketplace/actions/labeler

'type: documentation':
- assets/**/*
- .github/*
- ./*.md

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

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

...

0 comments on commit b922790

Please sign in to comment.