-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add custom committer #63
Add custom committer #63
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
]); | ||
await exec("git", ["config", "--global", "user.name", "readme-bot"]); | ||
await exec("git", ["config", "--global", "user.name", commitName]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here also, the same fix is required
I requested more changes, @Lorenzo0111 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's working properly!
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 #