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', + ]