NOTICK Add AG tickets to pr title check (#6747)

This commit is contained in:
Ramzi El-Yafi 2020-10-05 11:23:39 +01:00 committed by GitHub
parent dcc65b1d65
commit f73bb5ae11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,6 @@ jobs:
steps:
- uses: morrisoncole/pr-lint-action@v1.1.1
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%`"
repo-token: "${{ secrets.GITHUB_TOKEN }}"