Aman-Mittal commented on PR #449: URL: https://github.com/apache/fineract-backoffice-ui/pull/449#issuecomment-5398156266
> <!-- signed-commits --> > > ## 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. > > ### `unsigned` > > These commits carry no signature at all. > > - `abb8d0fa` fix(api): adapt floating rate form to generated request types > > **How to fix:** Set up commit signing, then re-sign the commits already on this branch. [CONTRIBUTING.md](https://github.com/apache/fineract-backoffice-ui/blob/main/CONTRIBUTING.md#commit-signing) has the setup. > > ### Re-signing > > ```bash > # 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. Please sign your commits. -- 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]
