Skip to content

chore(ci): bump softprops/action-gh-release from 2.5.0 to 2.6.1 #64

chore(ci): bump softprops/action-gh-release from 2.5.0 to 2.6.1

chore(ci): bump softprops/action-gh-release from 2.5.0 to 2.6.1 #64

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
lint:
name: Conventional Commit
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
requireScope: false
subjectPattern: ^.+$
subjectPatternError: "PR title must have a subject after the type prefix."