Skip to content

fix: handle skipped audits and groups #3281

fix: handle skipped audits and groups

fix: handle skipped audits and groups #3281

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened, synchronize]
jobs:
label:
name: Add PR labels
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true