Skip to content

fix(deps): update dependency symfony/yaml to v8 #36

fix(deps): update dependency symfony/yaml to v8

fix(deps): update dependency symfony/yaml to v8 #36

Workflow file for this run

name: Lint PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
title:
runs-on: ubuntu-latest
steps:
# Enforce Conventional Commits on the PR title. Because PRs are
# squash-merged, the title becomes the commit subject on main, which
# release-please parses to decide the version bump and changelog entry.
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}