Skip to content

[Feature] finish command #22

[Feature] finish command

[Feature] finish command #22

Workflow file for this run

name: Pull Request validation
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: read
contents: read
steps:
- uses: actions/checkout@v4
- uses: deepakputhraya/action-pr-title@master
with:
allowed_prefixes: "[Enhancement],[BugFix],[Feature],[Config],[HotFix]"
prefix_case_sensitive: true
min_length: 5
max_length: 100
github_token: ${{ secrets.GITHUB_TOKEN }}