Skip to content

Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.8+incompatible #10

Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.8+incompatible

Bump github.com/docker/docker from 23.0.1+incompatible to 23.0.8+incompatible #10

Workflow file for this run

name: "PR Title Checker"
on:
pull_request:
types: [edited, opened, synchronize, reopened]
jobs:
title-check:
name: "Validate PR Title"
runs-on: ubuntu-latest
steps:
- uses: naveenk1223/action-pr-title@master
with:
regex: '.+' # Regex the title should match.
allowed_prefixes: 'fix: ,feat: ,ci: ,test: ,docs: ' # title should start with the given prefix
prefix_case_sensitive: true # title prefix are case insensitive
min_length: 10 # Min length of the title
max_length: -1 # Max length of the title