From d3a38babd6b66437e8c9ee2a886b962bdfc7d5b0 Mon Sep 17 00:00:00 2001 From: Jevgenijs Blaus Date: Mon, 18 Dec 2023 12:10:43 +0200 Subject: [PATCH] fix: labeler --- .github/labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index af814de..709b160 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/*', './*.md' ] "type: maintenance": - - .github/workflows/* + - changed-files: + - any-glob-to-any-file: [ '.github/workflows/*' ] ...