diff --git a/.github/labeler.yml b/.github/labeler.yml index 7c42826..9fc3967 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,6 +3,7 @@ documentation: - changed-files: + - any-glob-to-any-file: ['**/*.md', 'docs/**/*'] - any-glob-to-any-file: '**/*.md' - changed-files: - any-glob-to-any-file: 'docs/**/*' @@ -29,10 +30,15 @@ tests: configuration: - changed-files: + - any-glob-to-any-file: ['**/.*.yml', '**/.*.yaml', '**/.*.json', '.editorconfig', '.gitignore'] + +community: + - changed-files: + - any-glob-to-any-file: ['CODE_OF_CONDUCT.md', 'CONTRIBUTING.md', 'SECURITY.md', 'SUPPORT.md', 'LICENSE'] - any-glob-to-any-file: ['**/.*.yml', '**/.*.yaml', '**/.*.json', '.editorconfig', '.gitignore'] community: - changed-files: - any-glob-to-any-file: - ['CODE_OF_CONDUCT.md', 'CONTRIBUTING.md', 'SECURITY.md', 'SUPPORT.md', 'LICENSE'] + ['CODE_OF_CONDUCT.md', 'CONTRIBUTING.md', 'SECURITY.md', 'SUPPORT.md', 'LICENSE'] \ No newline at end of file