diff --git a/.github/labeler-config.yml b/.github/labeler-config.yml index d72607386..73f92aaa3 100644 --- a/.github/labeler-config.yml +++ b/.github/labeler-config.yml @@ -54,8 +54,8 @@ Docker: - any-glob-to-any-file: '.github/workflows/build.yml' - any-glob-to-any-file: '.github/workflows/push-docker.yml' - any-glob-to-any-file: 'Dockerfile' - - any-glob-to-any-file: 'Dockerfile.*' - - all-globs-to-all-files: '!Dockerfile.dev' + - any-glob-to-any-file: 'Dockerfile.fat' + - any-glob-to-any-file: 'Dockerfile.ultra-lite' - any-glob-to-any-file: 'exampleYmlFiles/*.yml' - any-glob-to-any-file: 'scripts/download-security-jar.sh' - any-glob-to-any-file: 'scripts/init.sh'