Hi @Adam Monsen (meonkeys), @Victor Romero I just opened the PR for Signed Commits (FINERACT-2177): https://github.com/apache/fineract/pull/5431
Two quick notes based on your previous feedback:
Two quick notes based on your previous feedback:
- I moved the logic into a standalone `bash` script (instead of pure YAML) so it works locally and avoids vendor lock-in, as you suggested!
- I defaulted it to Strict Mode (fails on unsigned), but I added a note that we can easily flip it to 'Warn Mode' if it blocks too many existing PRs.