ppkarwasz commented on PR #175: URL: https://github.com/apache/logging-log4j-tools/pull/175#issuecomment-2859577016
@alan0428a, Thanks, this is ready to merge! In all our repos we **require** signed Git commit, which means that I can not merge until **all** commits are signed. This means that you need to: 1. You need to [add your GPG key to your Github account](https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account). 2. You need to sign all commits, e.g. by rebasing: ```bash git rebase --force-rebase --gpg-sign origin/main ``` -- 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: notifications-unsubscr...@logging.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org