Skip to content

chore(deps): update jamesives/github-pages-deploy-action action to v4.4.3 #2238

chore(deps): update jamesives/github-pages-deploy-action action to v4.4.3

chore(deps): update jamesives/github-pages-deploy-action action to v4.4.3 #2238

name: Check Pull Request
on:
pull_request_target:
types:
- opened
- edited
- labeled
- unlabeled
- synchronize
jobs:
check-title:
name: Check Title
runs-on: ubuntu-latest
steps:
- name: Semantic pull request
uses: amannn/action-semantic-pull-request@v5.2.0
with:
validateSingleCommit: true
ignoreLabels: revert
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}