Skip to content

chore(ci): enforce 'rstcheck' checks #645

chore(ci): enforce 'rstcheck' checks

chore(ci): enforce 'rstcheck' checks #645

name: pr-title
# `zizmor` always flags these triggers because they are easy to use
# incorrectly. This usage doesn't execute any PR specific code, it
# only confirms that the PR title conforms to conventional commits
# and so can be run from a forked PR.
on: # zizmor: ignore[dangerous-triggers]
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: {}
jobs:
semantic-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}