ppkarwasz commented on issue #3430: URL: https://github.com/apache/logging-log4j2/issues/3430#issuecomment-2893396418
@jhl221123, Thanks for your interest in continuing this work! While we can’t grant you direct access to @Suvrat1629’s PR, you can absolutely pick up where he left off by creating your own branch from his work. Please note that we now require all commits to be GPG-signed, so you’ll need to rebase the branch and sign the commits with your key. ```bash # Fetch the latest commits from Suvrat's branch git fetch g...@github.com:Suvrat1629/logging-log4j2.git expunge-stale-entries # Create a new local branch from the fetched work git checkout -b feat/expunge-stale-entries FETCH_HEAD # Rebase onto the current base branch and sign all commits with your GPG key git rebase --gpg-sign origin/2.x ``` Let us know if you run into any issues—we’re happy to help! -- 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