Skip to content

feat(clang-tidy): add --fix opt-in flag for auto-applying fixes in place #403

feat(clang-tidy): add --fix opt-in flag for auto-applying fixes in place

feat(clang-tidy): add --fix opt-in flag for auto-applying fixes in place #403

Workflow file for this run

name: PR Auto-labeler
on:
# pull_request event is required for auto-labeler
pull_request:
types: [opened, reopened, synchronize]
permissions: {}
jobs:
draft-release:
permissions:
pull-requests: write
contents: read
uses: cpp-linter/.github/.github/workflows/pr-labeler.yml@main