deep5050 / cppcheck-action

A github action to perform C/C++ security checks automatically
MIT License
39 stars 24 forks source link

feature request: configurable commit message / details #4

Closed bmahlbrand closed 4 years ago

bmahlbrand commented 4 years ago

I'd really like to have more control over the commit messages in this action, for example in a clang-format action I use, this is how they expose the parameters.

    author_name: Clang Robot
    author_email: robot@example.com
    message: 'Committing clang-format changes'

Does this seem like something worth integrating?

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.80. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

deep5050 commented 4 years ago

Hi @bmahlbrand , sounds cool to me, indeed it would be a great feature, but the problem is I'm having a busy schedule. I'm not sure if I could manage time to work for this repo. I'll definitely add this feature once I have some time. 👍