Skip to content

test(perf): add mv write test that increases latency of regular reads #3202

test(perf): add mv write test that increases latency of regular reads

test(perf): add mv write test that increases latency of regular reads #3202

name: PR require backport label
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
branches:
- master
jobs:
label:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: mheap/github-action-required-labels@v5
with:
mode: minimum
count: 1
labels: "backport/none\nbackport/[\\w-]*[\\d.]*$"
use_regex: true
add_comment: false