From ecaf0232922eccbebe60658059800a46da6c0d0b Mon Sep 17 00:00:00 2001 From: Emman Nipal Date: Thu, 25 Jan 2024 03:24:46 +0800 Subject: [PATCH] fix: update pr title checker to latest --- .github/workflows/pr-title-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-checker.yml b/.github/workflows/pr-title-checker.yml index 7d51751..5c469b8 100644 --- a/.github/workflows/pr-title-checker.yml +++ b/.github/workflows/pr-title-checker.yml @@ -12,7 +12,7 @@ jobs: pr-title-check: runs-on: ubuntu-latest steps: - - uses: thehanimo/pr-title-checker@v1.3.3 + - uses: thehanimo/pr-title-checker@v1.4.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false