Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Configure Renovate #146

Configure Renovate

Configure Renovate #146

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} [a-zA-Z0-9._\- ]+)|(\[Snyk\].+)$' # Regex the title should match.
allowed_prefixes: 'VIH-,[Snyk]' # title should start with the given prefix
prefix_case_sensitive: true # title prefix are case insensitive: