cpp-linter / cpp-linter-action

A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.
https://cpp-linter.github.io/cpp-linter-action/
MIT License
87 stars 20 forks source link

fix autolabeler by adding labeler.yml action #209

Closed shenxianpeng closed 3 months ago

shenxianpeng commented 3 months ago

as per https://github.com/cpp-linter/.github/issues/21

shenxianpeng commented 3 months ago

Making the same changes as https://github.com/cpp-linter/cpp-linter/pull/87, I think it can be merged directly without review.