Skip to content

chore: Some clang-tidy fixes #28121

chore: Some clang-tidy fixes

chore: Some clang-tidy fixes #28121

Workflow file for this run

name: Check PR labels
on:
pull_request_target:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
jobs:
check_pr_labels:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true
dot: true