Skip to content

feat(ui, server): Intuitive JSON editing for Controls #750

feat(ui, server): Intuitive JSON editing for Controls

feat(ui, server): Intuitive JSON editing for Controls #750

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
scopes: |
sdk
sdk-ts
server
models
engine
evaluators
ci
docs
infra
ui
examples
requireScope: true
# Allow these types without scope
ignoreTypes: |
docs
ci
test
style