Skip to content

chore(deps): bump js-yaml from 4.3.0 to 4.3.1 #401

chore(deps): bump js-yaml from 4.3.0 to 4.3.1

chore(deps): bump js-yaml from 4.3.0 to 4.3.1 #401

Workflow file for this run

name: 'Check Semantic Commit'
on:
pull_request:
types:
- opened
- edited
- synchronize
permissions: {}
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: semantic-pull-request
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: false