Skip to content

refactor(test): update data plane tracing tests #701

refactor(test): update data plane tracing tests

refactor(test): update data plane tracing tests #701

name: Lint PR
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: write
statuses: write
jobs:
main:
name: Validate PR Title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
# Scope requirement: currently optional (set to true to make mandatory
requireScope: false
validateSingleCommit: false
# Ignore merge commits
ignoreLabels: |
ignore-semantic-pull-request