Skip to content

ES-852: Merging forward updates from 5.0 to 5.1 - 2023-07-28 #2328

ES-852: Merging forward updates from 5.0 to 5.1 - 2023-07-28

ES-852: Merging forward updates from 5.0 to 5.1 - 2023-07-28 #2328

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/[email protected]
with:
title-regex: '^((CORDA|EG|ENT|INFRA|CORE|DOC|ES)-\d+)(.*)'
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"
repo-token: "${{ secrets.GITHUB_TOKEN }}"