diff --git a/.github/labeler.yml b/.github/labeler.yml index 819d89ccd06..2401a5f6095 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,4 +2,6 @@ # SPDX-License-Identifier: MPL-2.0 release-once-merged: - - resource-manager/**/* \ No newline at end of file +- changed-files: + - any-glob-to-any-file: + - resource-manager/**/* \ No newline at end of file diff --git a/.github/workflows/pr-labeler.yaml b/.github/workflows/pr-labeler.yaml index 1c68f184cb5..d0ef816cb93 100644 --- a/.github/workflows/pr-labeler.yaml +++ b/.github/workflows/pr-labeler.yaml @@ -11,6 +11,6 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0 + - uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"