Skip to content

feat(ir): Add CLI version and definition URL #794

feat(ir): Add CLI version and definition URL

feat(ir): Add CLI version and definition URL #794

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
ruby
seed
postman
ci
requireScope: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}