Skip to content

chore: Upgrade release-please-action from v4 to v5 #692

chore: Upgrade release-please-action from v4 to v5

chore: Upgrade release-please-action from v4 to v5 #692

Workflow file for this run

name: Lint PR title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Verify the PR title matches conventional commit spec.
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}