Add custom committer#63
Add custom committer#63abhijoshi2k merged 4 commits intoReadme-Workflows:mainfrom Lorenzo0111:feature/committer
Conversation
|
Thanks for opening this pull request! Make sure you have read the contributing guidelines, assigned an respective issue (if applicable) to this PR 😇 |
|
I for my part can't see the real benefit here. But I let the other maintainers give their feedback |
|
Hi @Lorenzo0111! Please wait for Abishek 🙏. |
|
Andre, just update the Changelog. |
|
Hi @Lorenzo0111. |
abhijoshi2k
left a comment
There was a problem hiding this comment.
Please change the incorrect variable names in src/functions/commitFile.js and merge latest commits from main branch.
After that, update the docs/Configuration.md
|
…ivity into feature/committer
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
@Lorenzo0111 Can you resolve the requested changes? |
done |
dist/index.js
Outdated
| commitEmail, | ||
| ]); | ||
| await exec("git", ["config", "--global", "user.name", "readme-bot"]); | ||
| await exec("git", ["config", "--global", "user.name", commitName]); |
There was a problem hiding this comment.
Here also, the same fix is required
|
I requested more changes, @Lorenzo0111 |
Andre601
left a comment
There was a problem hiding this comment.
You shouldn't request my review here, since I don't have the proper knowledge of this coding language to give proper feedback
I didn't requested it. I think it is automatic |
True. Just saw it. |
He didn't, you are a CODEOWNER |
You have to review it, as their as changes in docs |
|
Congrats on merging your first pull request🎉! We are proud of you! |

Checks
I have...
Type of Pull request
This Pull request doesn't break existing configuration.
This Pull request will break existing configuration.
This Pull request will fix a (critical) bug.
This Pull request only changes documentation (README.md, CHANGELOG.md, etc.)
__________Description
Added an option to edit committer name and email.
Closes #