CCM-17208: Digital Letter - Supplier API Pact tests #135
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@4e781d1d72739015821a380871aa5a66d070177c # 3.1.0 | |
| with: | |
| title: ${{ github.event.pull_request.title }} |