Skip to content

CORE-16815: added explanatory comments for contract testing in apples #101

CORE-16815: added explanatory comments for contract testing in apples

CORE-16815: added explanatory comments for contract testing in apples #101

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