Skip to content

ES-991: Use C5 GA versions when resolving Corda level dependecies #96

ES-991: Use C5 GA versions when resolving Corda level dependecies

ES-991: Use C5 GA versions when resolving Corda level dependecies #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: '^([A-Z]{2,}-\d+)(.*)'
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"
repo-token: "${{ secrets.GITHUB_TOKEN }}"