Skip to content

chore(deps): bump the github-actions group with 4 updates #5

chore(deps): bump the github-actions group with 4 updates

chore(deps): bump the github-actions group with 4 updates #5

Workflow file for this run

name: PR title
# semantic-release derives the next version from commit messages, and a squash
# merge takes its message from the PR title. An unchecked title is therefore a
# silently wrong version number, not a style nit.
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions: {}
jobs:
pr-title:
permissions:
contents: read
pull-requests: write
uses: devops-ia/.github/.github/workflows/github-pr-title.yml@main
secrets: inherit