Skip to content

test(admin): adopt echotest and testify in admin, auditlog, and cache tests #3899

test(admin): adopt echotest and testify in admin, auditlog, and cache tests

test(admin): adopt echotest and testify in admin, auditlog, and cache tests #3899

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@48f256284bd46cdaab1048c3721360e808335d50 # v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
perf
refactor
docs
test
build
ci
chore
revert