From b4eb2d41446f4813d881b9ee1cc5c97117a5d24c Mon Sep 17 00:00:00 2001 From: Emman Nipal Date: Thu, 25 Jan 2024 03:22:37 +0800 Subject: [PATCH] chore: revert bumping pr title checker action --- .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 39a4262..7d51751 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.4 + - uses: thehanimo/pr-title-checker@v1.3.3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false