mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Updated pr-lint-action to the latest version
v1.1.1 doesn't work any longer
This commit is contained in:
parent
494654cea6
commit
d6154ab59e
2
.github/workflows/check-pr-title.yml
vendored
2
.github/workflows/check-pr-title.yml
vendored
@ -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%`"
|
||||
|
Loading…
Reference in New Issue
Block a user