Skip to content

CCM-9336: Bump NHSDigital/nhs-notify-shared-modules from 4.0.0 to 4.0.2 #526

CCM-9336: Bump NHSDigital/nhs-notify-shared-modules from 4.0.0 to 4.0.2

CCM-9336: Bump NHSDigital/nhs-notify-shared-modules from 4.0.0 to 4.0.2 #526

name: "4. PR Title Check"
on:
pull_request:
types: [opened, reopened, synchronize, edited]
branches:
- main
permissions:
contents: read
jobs:
check-pr-title:
name: "Check PR title"
runs-on: ubuntu-latest
steps:
- name: "Check PR title format"
uses: NHSDigital/nhs-notify-shared-modules/.github/actions/check-pr-title-format@100d865a9925fde63d097a3749cf302fb219273e # 4.0.2
with:
title: ${{ github.event.pull_request.title }}