Skip to content

feat(.github/actions): add pre-release support to create-release-pr actions #43

feat(.github/actions): add pre-release support to create-release-pr actions

feat(.github/actions): add pre-release support to create-release-pr actions #43

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: ./.github/actions/validate-pr-title
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}