From d1b9d4ee88cec91ed8ae5bc0384d310629b0f794 Mon Sep 17 00:00:00 2001 From: Zhiguo Wu Date: Fri, 13 Sep 2024 11:35:18 +0800 Subject: [PATCH] change config --- .github/workflows/pr.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 207899dc..fe6fff20 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -8,8 +8,7 @@ jobs: name: "Check PR Title" runs-on: ubuntu-latest steps: - - name: Check PR title - uses: thehanimo/pr-title-checker@v1.4.1 + - uses: thehanimo/pr-title-checker@v1.4.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} pass_on_octokit_error: false