From b96e2419897bc41752ba10ce1638784aee62db6a Mon Sep 17 00:00:00 2001 From: Curtis Dulmage Date: Wed, 6 Dec 2023 17:02:48 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20[Actions]=20Convert=20all=20`lab?= =?UTF-8?q?eler`=20entries=20to=20an=20array=20(#40)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 54 ++++++++++++++++++++++++++++++--------------- 1 file changed, 36 insertions(+), 18 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f13b4f4..787fc5a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,20 +1,38 @@ -๐Ÿงฐ Dependency: package-lock.json +๐Ÿงฐ Dependency: + - changed-files: + - any-glob-to-any-file: 'package-lock.json' + ๐Ÿ“š Documentation: - - README.md - - docs/** -โš–๏ธ Legal: LICENSE -๐Ÿ”– Release: CHANGELOG.md -๐Ÿงช Testing: '**/*.test.ts' + - changed-files: + - any-glob-to-any-file: ['README.md', 'docs/**'] + +โš–๏ธ Legal: + - changed-files: + - any-glob-to-any-file: 'LICENSE' + +๐Ÿ”– Release: + - changed-files: + - any-glob-to-any-file: 'CHANGELOG.md' + +๐Ÿงช Testing: + - changed-files: + - any-glob-to-any-file: '**/*.test.ts' + ๐Ÿ› ๏ธ Tooling: - - .github/** - - .vscode/** - - .editorconfig - - .eslintignore - - .eslintrc - - .gitignore - - .nvmrc - - .prettierrc - - config/** - - package.json - - tsconfig.json - - vite.config.ts + - changed-files: + - any-glob-to-any-file: + [ + '.github/**', + '.vscode/**', + '.editorconfig', + '.eslintignore', + '.eslintrc', + '.gitignore', + '.npmignore', + '.nvmrc', + '.prettierrc', + 'config/**', + 'package.json', + 'tsconfig.json', + 'vite.config.ts', + ]