diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 6790f804d..78c114c45 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.21.1 + - uses: release-drafter/release-drafter@v5.22.0 name: "Set PR's label based on title" with: disable-releaser: true