DeathGun44 commented on PR #5460: URL: https://github.com/apache/fineract/pull/5460#issuecomment-3921194052
@adamsaghy Regarding the 2 failing checks after re-run: 1. Signed Commits Check — My commit is GPG-signed and my key is on GitHub. The check is failing because it validates GitHub's auto-generated merge ref (b35e92e), which is an unsigned merge commit created by GitHub to test mergeability — not my actual commit. I'll open a fix for the verify script to skip these merge commits. 2. Liquibase Backward Compatibility (ExternalEventConfigurationNotFoundException) — This is unrelated to my changes. My PR is purely additive (3 Java files, 247 insertions, 0 deletions) with no changes to Liquibase changelogs, SQL, or config files. This appears to be a base branch / CI environment issue. -- 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]
