mirror of
https://github.com/corda/corda.git
synced 2025-06-12 04:08:26 +00:00
NOTICK Add AG tickets to pr title check (#6747)
This commit is contained in:
2
.github/workflows/check-pr-title.yml
vendored
2
.github/workflows/check-pr-title.yml
vendored
@ -9,6 +9,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: morrisoncole/pr-lint-action@v1.1.1
|
- uses: morrisoncole/pr-lint-action@v1.1.1
|
||||||
with:
|
with:
|
||||||
title-regex: '^((CORDA|EG|ENT|INFRA)-\d+|NOTICK)(.*)'
|
title-regex: '^((CORDA|AG|EG|ENT|INFRA)-\d+|NOTICK)(.*)'
|
||||||
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"
|
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
Reference in New Issue
Block a user