chore(deps-gha): Bump calibreapp/image-actions from 06b947f9bc52d0c23ceae9c59ba3294f0d5d7aad to 82caf2e46a1950e602c8440fde4730ec1da6fef4 #1060
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Commit checks | |
on: | |
pull_request_target: | |
# trigger when the PR title changes | |
types: [opened, edited, reopened] | |
jobs: | |
pr-title: | |
runs-on: ubuntu-22.04 | |
permissions: | |
pull-requests: write # post comments when the PR title doesn't match the "Conventional Commits" rules | |
steps: | |
- name: Check Pull Request title | |
uses: bonitasoft/actions/packages/pr-title-conventional-commits@v3 |