Skip to content

CORE-15149: replace old contract test API to new contract test API #101

CORE-15149: replace old contract test API to new contract test API

CORE-15149: replace old contract test API to new contract test API #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: '^([A-Z]{2,}-\d+)(.*)'
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"
repo-token: "${{ secrets.GITHUB_TOKEN }}"