From b40a0a917ad1c51c4176d21808919d5f16612dea Mon Sep 17 00:00:00 2001 From: Emman Nipal Date: Thu, 25 Jan 2024 03:29:54 +0800 Subject: [PATCH] fix: update pr title checker action to 1.4.1 --- .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