Skip to content

feat(php): undiscriminated unions #2147

feat(php): undiscriminated unions

feat(php): undiscriminated unions #2147

Workflow file for this run

name: "Lint PR Title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
run:
name: Lint PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
fix
feat
revert
break
chore
scopes: |
docs
internal
cli
typescript
python
java
csharp
go
php
ruby
seed
postman
ci
fastapi
spring
express
openapi
requireScope: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}