diff --git a/.github/labeler.yml b/.github/labeler.yml index e85768c855..61193775d5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,13 +1,16 @@ # Add labels when specific files are changed translations: - - any: ['i18n/**/*'] + - changed-files: + - any-glob-to-any-file: 'i18n/**/*' documentation: - - any: ['docs/**/*.md', 'docs/**/*.mdx'] + - changed-files: + - any-glob-to-any-file: ['docs/**/*.md', 'docs/**/*.mdx'] dependencies: - - 'package.json' - - 'package-lock-json' + - changed-files: + - any-glob-to-any-file: ['package.json', 'package-lock.json'] docusaurus-config: - - 'docusaurus.config.js' \ No newline at end of file + - changed-files: + - any-glob-to-any-file: 'docusaurus.config.js'