Skip to content

chore(shield): improve test naming for consistency #5506

chore(shield): improve test naming for consistency

chore(shield): improve test naming for consistency #5506

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
branches: [main]
jobs:
pr-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v7.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"