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

View File

@ -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 }}"