diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml index f9fb3c5ec5..ce097eb02a 100644 --- a/.github/workflows/check-pr-title.yml +++ b/.github/workflows/check-pr-title.yml @@ -7,7 +7,7 @@ jobs: check-pr-title: runs-on: ubuntu-latest steps: - - uses: morrisoncole/pr-lint-action@v1.1.1 + - uses: morrisoncole/pr-lint-action@v1.4.1 with: title-regex: '^((CORDA|AG|EG|ENT|INFRA)-\d+|NOTICK)(.*)' on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"