Skip to content

Bump phpunit/phpunit from 9.6.13 to 9.6.33 #22

Bump phpunit/phpunit from 9.6.13 to 9.6.33

Bump phpunit/phpunit from 9.6.13 to 9.6.33 #22

# https://github.com/amannn/action-semantic-pull-request
name: "release-please: PR title check"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: "PR: ensure title matches the Conventional Commits spec"
runs-on: ubuntu-slim
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}