Aman-Mittal commented on PR #427: URL: https://github.com/apache/fineract-backoffice-ui/pull/427#issuecomment-5384856756
> ## Commits on this pull request are not verified > > 1 of 1 commit is not showing as **Verified** on GitHub, so this pull request cannot be merged into `main` yet. > ### `unknown_key` > > The signing key is not registered on your GitHub account. > > * `9d3527a1` fix(security): add route titles so breadcrumbs and tab titles appear > > > **How to fix:** Add the public half of your signing key under Settings → SSH and GPG keys, as a **signing** key, then re-sign. > ### Re-signing > > ```shell > # only for the identity reasons above (no_user / unverified_email): > git config user.email "[email protected]" > > # re-sign every commit on this branch: > git rebase --exec 'git commit --amend --no-edit --reset-author -S' origin/main > git push --force-with-lease > ``` > > Force-pushing is expected here — re-signing rewrites the commits, so their hashes change. > > This comment is posted automatically and updates itself when you push; it disappears once every commit verifies. If you believe this is wrong, say so on the pull request — a maintainer can check. @slegarraga Signed commit is showing problem -- 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]
