IOhacker commented on PR #5470:
URL: https://github.com/apache/fineract/pull/5470#issuecomment-3881551723

   There's a new ci action for PRs to check that new commits are signed.
   
   All committers already have PGP/GPG keys, so just make sure you're also 
signing commits. You can add this to your ~/.gitconfig (or equivalent) to do it 
automatically:
   
   [commit]
       gpgSign = true
   
   [Upload your public key to github](https://github.com/settings/keys) to make 
the verified badges green.
   
   More info: 
[FINERACT-2177](https://issues.apache.org/jira/browse/FINERACT-2177), [PR 
#5431](https://github.com/apache/fineract/pull/5431).
   
   Hints: 1) try it locally before pushing. 2) have git run it for you: Create 
.git/hooks/pre-push with:
   
   #!/bin/sh
   scripts/verify-signed-commits.sh --strict
   
   Be sure to make that script executable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to