github-actions[bot] commented on PR #434:
URL: 
https://github.com/apache/fineract-backoffice-ui/pull/434#issuecomment-5384358510

   <!-- 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.
   
   - `bbd6a7a9` test: migrate organization and working capital specs to vitest
   
   **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.


-- 
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