action-conventional-commits icon indicating copy to clipboard operation
action-conventional-commits copied to clipboard

how to deal with Co-authored-by?

Open SamYuan1990 opened this issue 1 year ago • 1 comments

step 1 I submit a PR. step 2 I accept some change request.

as the change request/suggestion is accepted from webUI. so the commit msg like

Co-authored-by: Maryam Tahhan <[email protected]>
  Signed-off-by: Sam Yuan <yy[19](https://github.com/sustainable-computing-io/kepler/actions/runs/12026779534/job/33526430942?pr=1856#step:3:20)[email protected]>
  🚩 Update CONTRIBUTING.md

is there any way to avoid this kind of issue or I should add commit msg before accept commit from webUI?

SamYuan1990 avatar Nov 26 '24 08:11 SamYuan1990

I'm not the maintainer but having run into this ourselves we made the decision to not use the Github UI to make changes since the resulting commits are not compatible with conventional commits and as a result, this action.

doomspork avatar Jan 07 '25 13:01 doomspork