Skip to content

feat: Add generated_by to input to specify the generator #2

feat: Add generated_by to input to specify the generator

feat: Add generated_by to input to specify the generator #2

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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}