Skip to content

build(deps): bump js-yaml from 4.1.0 to 4.1.1 #47

build(deps): bump js-yaml from 4.1.0 to 4.1.1

build(deps): bump js-yaml from 4.1.0 to 4.1.1 #47

name: Semantic PR check
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- name: Check semantic PR title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}