You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm glad to see someone taking up the torch to update ArtificialAmateur's stale action. I was wondering if you'd be open to contributions. I'd like to add an input option that makes use of clang-format's --style= arg. Also, I think there's a way to consolidate the demo repo into this one.
The text was updated successfully, but these errors were encountered:
I'm very glad you would like to contribute, and support --style= option will be very helpful, please go ahead.
About consolidate the demo repo into this one, could explain more? Thank you!
About consolidate the demo repo into this one, could explain more?
I'm just guessing here, but you could have a "demo" subdirectory in this repo that exists on 2 branches. 1 branch would have a PR open to merge un-formatted code to the other branch. Let the this action run on this repo as you would for any other repo (except pinned to the this repo's master branch instead of a version like shenxianpeng/cpp-linter-action@master), so the PR would demonstrate the bot comments. I'm also guessing the PR could be converted to a draft if it sticks out like a sore thumb in the PR list.
If you decide to expand what the bot says in comments later, it would be easy to delete the comment in the demo PR and do a rebase for the PR'd branch.
I'm glad to see someone taking up the torch to update ArtificialAmateur's stale action. I was wondering if you'd be open to contributions. I'd like to add an input option that makes use of clang-format's
--style=
arg. Also, I think there's a way to consolidate the demo repo into this one.The text was updated successfully, but these errors were encountered: