Skip to content

VIH-10352 Add users to AAD groups before sending notifications #841

VIH-10352 Add users to AAD groups before sending notifications

VIH-10352 Add users to AAD groups before sending notifications #841

Workflow file for this run

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^VIH-[0-9]{4,5} [a-zA-Z0-9._\- ]+$' # Regex the title should match.
allowed_prefixes: 'VIH-' # title should start with the given prefix
prefix_case_sensitive: true # title prefix are case insensitive