Skip to content

release(prod): stage to main #15

release(prod): stage to main

release(prod): stage to main #15

Workflow file for this run

name: Validate PR Title
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
- ready_for_review
- edited
jobs:
pr-validate-title:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Release has been added so that we can easily see trunk based PRs
types: |
feat
fix
docs
ci
chore
release
requireScope: false