Skip to content

[Enhancement] fetch-pull on finish command #29

[Enhancement] fetch-pull on finish command

[Enhancement] fetch-pull on finish command #29

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