Skip to content

ci(github-actions): bump pinnacles/github-action-module-release from 4.1.0 to 4.2.1 #3

ci(github-actions): bump pinnacles/github-action-module-release from 4.1.0 to 4.2.1

ci(github-actions): bump pinnacles/github-action-module-release from 4.1.0 to 4.2.1 #3

Workflow file for this run

name: Check PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: pinnacles/github-action-module-release/.github/actions/validate-pr-title@v4.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}