Skip to content

CCM-9336: Bump github/codeql-action/upload-sarif from 4.35.5 to 4.36.2 #827

CCM-9336: Bump github/codeql-action/upload-sarif from 4.35.5 to 4.36.2

CCM-9336: Bump github/codeql-action/upload-sarif from 4.35.5 to 4.36.2 #827

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@4.0.5
with:
title: ${{ github.event.pull_request.title }}