diff --git a/.github/labeler.yml b/.github/labeler.yml index f2169db..de0c58c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,8 +1,19 @@ action: - - any: ["action.yml", "Dockerfile", "entrypoint.sh"] +- any: + - changed-files: + - any-glob-to-any-file: ['action.yml', 'Dockerfile', 'entrypoint.sh'] + tests: - - testdata/** +- any: + - changed-files: + - any-glob-to-any-file: testdata/** + automation: - - .github/** +- any: + - changed-files: + - any-glob-to-any-file: .github/** + docs: - - "**/*.md" +- any: + - changed-files: + - any-glob-to-any-file: '**/*.md' diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index d19b282..4d88f14 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -33,7 +33,6 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: sync-labels: true - dot: true