diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 51faa014f..c71ae214a 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -26,7 +26,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false configuration_path: ".github/pr-title-checker-config.json" - - uses: release-drafter/release-drafter@v5.20.0 + - uses: release-drafter/release-drafter@v5.21.1 name: "Set PR's label based on title" with: disable-releaser: true