Skip to content

fix(deps): update all non-major dependencies #2293

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #2293

name: pull-request-health-checks
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
pull-request-health-checks:
runs-on: ubuntu-latest
steps:
- name: 🩺 Perform Pull Request Health Checks
if: ${{ github.actor != 'dependabot[bot]' }}
uses: aslafy-z/conventional-pr-title-action@v2.2.5
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-conventionalcommits@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}