diff --git a/.github/labeler.yml b/.github/labeler.yml index 49b038b..485f85e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,6 @@ 'pr': - changed-files: - - any-glob-to-any-file: src/** + - any-glob-to-any-file: 'src/**' 'ci': - changed-files: - - any-glob-to-any-file: .github/** + - any-glob-to-any-file: '.github/**'