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

   <!-- signed-commits -->
   
   ## Commits on this pull request are not verified
   
   5 of 5 commits are not showing as **Verified** on GitHub, so this pull 
request cannot be merged into `main` yet.
   
   ### `unsigned`
   
   These commits carry no signature at all.
   
   - `54d059cd` fix(i18n): rename advanced client search
   - `3b128b53` feat(clients): consolidate paginated client search
   - `9b696d99` fix(clients): preserve exact search totals
   - `a2ac85d8` test(clients): preserve redirect routes in title coverage
   - `db4b4402` test(clients): use the literal title separator
   
   **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