diff --git a/.github/labeler.yml b/.github/labeler.yml index af814de..9bb30de 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/*' ] ...