From c18791b18f8cc69b29d3e2678430b8023a25f12e Mon Sep 17 00:00:00 2001 From: Owain van Brakel Date: Sat, 23 Nov 2019 23:50:25 +0100 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6c41bf9f0f..d40fcd14f5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -12,11 +12,9 @@ jobs: steps: - name: PR title lint if: github.event_name == 'pull_request' - uses: seferov/pr-lint-action@master + uses: seferov/pr-lint-action@v1.0.3 with: title-regex: '^([\w-/]+): \w+' - github-token: ${{ secrets.GITHUB_TOKEN }} - auto-close-message: 'Closing this pull request since the title does not match %pattern% pattern. Please fix the title and re-open the pull request.' build: runs-on: ubuntu-latest