Skip to content

CORE-19017 detect when an input record is a replayed event based on data stored in the mediator state #9028

CORE-19017 detect when an input record is a replayed event based on data stored in the mediator state

CORE-19017 detect when an input record is a replayed event based on data stored in the mediator state #9028

Workflow file for this run

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