Skip to content

release(4.0.1): public redaction helpers, ReDoS validator latency, phantom ban, singleton resets, path-level gates #194

release(4.0.1): public redaction helpers, ReDoS validator latency, phantom ban, singleton resets, path-level gates

release(4.0.1): public redaction helpers, ReDoS validator latency, phantom ban, singleton resets, path-level gates #194

Workflow file for this run

name: Labeler
on: [pull_request_target]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true