Skip to content

test: start RealisticLoad after pod is Ready (real fix for contention) #59

test: start RealisticLoad after pod is Ready (real fix for contention)

test: start RealisticLoad after pod is Ready (real fix for contention) #59

Workflow file for this run

name: PR Title
on:
pull_request_target:
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
semantic-title:
name: Semantic PR Title
if: github.event.pull_request.user.login != 'dependabot[bot]'
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
ci
refactor
test
chore
perf
build
revert
requireScope: false
subjectPattern: ^[a-z].+$
subjectPatternError: >
The PR title subject must start with a lowercase letter.
Example: "feat: add memory ratio support"