-
Notifications
You must be signed in to change notification settings - Fork 3
CCM-17346: Add Shared Modules #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
01b05dd
35aa202
3c6fccf
e5e0104
14d70fa
be98efe
8329b62
2c17116
969844c
0b561b3
6bd03af
495c566
d68ff92
5672a24
eec33e5
c6c5cf9
84c0923
357d1f8
035d277
829dd76
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| 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@3.1.2 | ||
| with: | ||
| title: ${{ github.event.pull_request.title }} |
Uh oh!
There was an error while loading. Please reload this page.