Skip to content

CORE-16368: Configurable skip tests during buildCpis task #96

CORE-16368: Configurable skip tests during buildCpis task

CORE-16368: Configurable skip tests during buildCpis task #96

Workflow file for this run

name: 'Check PR Title'
on:
pull_request:
types: [opened, edited, reopened]
jobs:
check-pr-title:
runs-on: ubuntu-latest
steps:
- uses: morrisoncole/[email protected]
with:
title-regex: '^((CORDA|EG|ENT|INFRA|CORE|ES)-\d+)(.*)'
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"
repo-token: "${{ secrets.GITHUB_TOKEN }}"