Skip to content

ci(deps): bump actions/deploy-pages from 4 to 5 #37

ci(deps): bump actions/deploy-pages from 4 to 5

ci(deps): bump actions/deploy-pages from 4 to 5 #37

Workflow file for this run

name: PR Title
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
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 not be empty after the type prefix."