From d62ad04526d469ace37d6d22ae2705366b92448f Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Tue, 14 May 2024 09:12:36 +0000 Subject: [PATCH] ci: fix PR title checker Signed-off-by: Ian Lewis --- .github/workflows/pre-submit.pr-title.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-submit.pr-title.yml b/.github/workflows/pre-submit.pr-title.yml index af4deb32c4..5e29b17658 100644 --- a/.github/workflows/pre-submit.pr-title.yml +++ b/.github/workflows/pre-submit.pr-title.yml @@ -26,7 +26,7 @@ jobs: name: Validate PR Title runs-on: ubuntu-latest steps: - - uses: thehanimo/pr-title-checker@e914bff8ab5e6f1a6a270da6954cd6bfd1d7f1fb # v1 + - uses: thehanimo/pr-title-checker@1d8cd483a2b73118406a187f54dca8a9415f1375 # v1.4.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} configuration_path: ".github/pr-title-checker-config.json"