Skip to content

[Enhancement] script order change (finish) #30

[Enhancement] script order change (finish)

[Enhancement] script order change (finish) #30

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 }}