Skip to content
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

checks for both commit.author and commit.committer #68

Merged
merged 1 commit into from
Apr 23, 2018

Conversation

hiimbex
Copy link
Contributor

@hiimbex hiimbex commented Apr 20, 2018

Finally closes #39 in checking the sign off against commit.author and commit.committer values

feedback welcome on the implementation, wasn't sure what a better way would be

Signed-off-by: Bex Warner <bexmwarner@gmail.com>
@hiimbex hiimbex requested a review from bkeepers April 20, 2018 18:04
Copy link
Contributor

@bkeepers bkeepers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM!

@hiimbex hiimbex merged commit dcf31cc into master Apr 23, 2018
@hiimbex hiimbex deleted the check-committer branch April 23, 2018 17:50
gr2m added a commit that referenced this pull request Nov 9, 2021
I think that we actually should review the `const email = commit.author.email || commit.committer.email` code. I think we should validate both emails explicitly instead of only verifying the committer email if author email is not set. I do not even know if that is possible at all
gr2m added a commit that referenced this pull request Nov 9, 2021
I think that we actually should review the `const email = commit.author.email || commit.committer.email` code. I think we should validate both emails explicitly instead of only verifying the committer email if author email is not set. I do not even know if that is possible at all

Signed-off-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
gr2m added a commit that referenced this pull request Nov 9, 2021
I think that we actually should review the `const email = commit.author.email || commit.committer.email` code. I think we should validate both emails explicitly instead of only verifying the committer email if author email is not set. I do not even know if that is possible at all

Signed-off-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
gr2m added a commit that referenced this pull request Nov 16, 2021
I think that we actually should review the `const email = commit.author.email || commit.committer.email` code. I think we should validate both emails explicitly instead of only verifying the committer email if author email is not set. I do not even know if that is possible at all

Signed-off-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
@github-actions
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sign-offs hung up on old user account
2 participants