Merge pull request #7241 from corda/knguyen/INFRA-1856/update_pr_scanner_version

INFRA-1856: Update pr scanner version
This commit is contained in:
Ronan Browne 2022-09-12 08:57:23 +01:00 committed by GitHub
commit 242d7d45c5
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.4.1
- uses: morrisoncole/pr-lint-action@v1.6.1
with:
title-regex: '^((CORDA|AG|EG|ENT|INFRA|NAAS)-\d+|NOTICK)(.*)'
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"