Skip to content

feat(bpf): use time window for bpf sampling to replace per call based sampling #6539

feat(bpf): use time window for bpf sampling to replace per call based sampling

feat(bpf): use time window for bpf sampling to replace per call based sampling #6539

Workflow file for this run

name: Commit Message Check
on: # yamllint disable-line rule:truthy
pull_request:
jobs:
check-commit-message:
name: Check Commit Message
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Check commit message
uses: webiny/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}