Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,26 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "CCM-9336: "
cooldown:
default-days: 7

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "CCM-9336: "
cooldown:
default-days: 7

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "CCM-9336: "
cooldown:
default-days: 7
exclude-paths:
Expand Down Expand Up @@ -52,6 +58,8 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "CCM-9336: "
cooldown:
default-days: 7
exclude-paths:
Expand All @@ -61,5 +69,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "CCM-9336: "
cooldown:
default-days: 7
20 changes: 20 additions & 0 deletions .github/workflows/cicd-4-pr-title-check.yaml
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@3009a36549abae57bae8fe0119c2f3fed156a628 # 3.1.2
with:
title: ${{ github.event.pull_request.title }}
4 changes: 2 additions & 2 deletions .github/workflows/manual-combine-dependabot-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
ci_required: false
labels: dependencies
pr_title: Combined Dependabot PRs
pr_title: "CCM-9336: Combined Dependabot PRs"
combine_branch_name: dependabotCombined
pr_body_header: Combined Dependabot PRs
pr_body_header: "CCM-9336: Combined Dependabot PRs"
Loading