Skip to content

chore(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 #108

chore(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0

chore(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 #108

name: Pull request lint
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
- edited
jobs:
validate-pr-title:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
pull-requests: write
steps:
- uses: amannn/action-semantic-pull-request@47b15d52c5c30e94a17ec87eb8dd51ff5221fed9
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |-
feat
fix
docs
refactor
chore
test
requireScope: false