diff --git a/.github/labeler.yml b/.github/labeler.yml index 394e40a..b87a63d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,7 @@ documentation: - - "**/*.md" + - changed-files: + - any-glob-to-any-file: "**/*.md" test: - - "**/test/**/*" + - changed-files: + - any-glob-to-any-file: "**/test/**/*" diff --git a/.github/workflows/pull-request-labeler.yml b/.github/workflows/pull-request-labeler.yml index f5dcd3b..6e07619 100644 --- a/.github/workflows/pull-request-labeler.yml +++ b/.github/workflows/pull-request-labeler.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml