Skip to content

seccheck: Add redis benchmarking docs and configs #50276

seccheck: Add redis benchmarking docs and configs

seccheck: Add redis benchmarking docs and configs #50276

Workflow file for this run

# Labeler labels incoming pull requests.
name: "Labeler"
"on":
- pull_request
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read # read labeler config
pull-requests: write # apply labels to the PR
steps:
- uses: actions/labeler@v6
if: github.base_ref == null
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"