-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to merge PR due to commit signature #1718
Comments
I will merge the PR however it would be good to investigate why what I said is happening! I look forward to any updates or interest around this. 👍🏻 |
Thanks, @miguelnietoa, for creating the issue! I think this is happening because the commits are not signed using GPG, SSH, or S/MIME. https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification We will investigate how to do this for the bot and get back. CC: @boahc077 |
Yes @varunsh-coder, that's why! 👍🏻 Thanks a lot |
This issue is resolved. Here is an example. Please re-open if you see an issue with the fix. |
Hi there 👋🏻
GitHub has a rule that requires commits to be signed.
Seems like this PR contains commits that are not signed, and therefore I am unable to merge it. Although it has
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
in the commit description. 🤔Not sure why GitHub doesn't recognize it as a verified commit.
PR: kommitters/stellar_sdk#264
⬇️ Notice the last text ❌ Merging is blocked
The text was updated successfully, but these errors were encountered: