Skip to content

feat: bump dasmeta/modules/aws from 0.36.8 to 2.16.0 #10

feat: bump dasmeta/modules/aws from 0.36.8 to 2.16.0

feat: bump dasmeta/modules/aws from 0.36.8 to 2.16.0 #10

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