Updated pr-lint-action to the latest version

v1.1.1 doesn't work any longer
This commit is contained in:
Waldemar Żurowski 2020-11-13 15:47:43 +00:00 committed by GitHub
parent 494654cea6
commit d6154ab59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%`"