Skip to content

feat(audit): log audio endpoint bodies with dashboard playback #1117

feat(audit): log audio endpoint bodies with dashboard playback

feat(audit): log audio endpoint bodies with dashboard playback #1117

Workflow file for this run

name: PR Title
on:
pull_request_target:
types: [opened, edited, reopened, synchronize]
permissions:
contents: read
pull-requests: read
jobs:
semantic-pr-title:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Validate PR title (Conventional Commits)
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
refactor
docs
test
build
ci
chore
revert