ZedThree / clang-tidy-review

Create a pull request review based on clang-tidy warnings
MIT License
88 stars 44 forks source link

Fix issue with creating a review with too many comments #5

Closed ZedThree closed 3 years ago

ZedThree commented 3 years ago

It seems GitHub will only let you post so many review comments at once. I'm not sure of the exact number, so I've made it an input parameter. Could do something like post n at a time, looping till they're all done, but I figure posting 100 comments is a bit spammy anyway. Triggering another run of this action will post the next max_comments comments, so that's a nice compromise at least