Skip to content

feat: bump terraform-module/release/helm from 2.7.0 to 2.8.2 #12

feat: bump terraform-module/release/helm from 2.7.0 to 2.8.2

feat: bump terraform-module/release/helm from 2.7.0 to 2.8.2 #12

name: 'PR Title Checker'
on:
pull_request:
types: [edited, opened, synchronize, reopened]
jobs:
title-check:
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/[email protected]
with:
regex: 'DMVP-[0-9]*:' # Regex the title should match.
allowed_prefixes: 'DMVP-' # title should start with the given prefix
prefix_case_sensitive: false # title prefix are case insensitive
min_length: 5 # Min length of the title
max_length: -1 # Max length of the title