Aman-Mittal commented on PR #5515: URL: https://github.com/apache/fineract/pull/5515#issuecomment-3939471356
Thanks for sharing On Sun, Feb 22, 2026, 2:24 AM budaidev ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In .github/workflows/verify-api-backward-compatibility.yml > <https://github.com/apache/fineract/pull/5515#discussion_r2836611448>: > > > + body = '\n'.join(lines) > + > + with open(os.environ['GITHUB_OUTPUT'], 'a') as f: > + f.write('has_report=true\n') > + > + report_file = '${GITHUB_WORKSPACE}/breaking-changes-report.md' > + with open(report_file, 'w') as f: > + f.write('## Breaking API Changes Detected\n\n') > + f.write(body) > + f.write('\n\n> **Note:** This check is informational only and does not block the PR.\n') > + > + # Also write to step summary > + with open(os.environ['GITHUB_STEP_SUMMARY'], 'a') as f: > + f.write('## Breaking API Changes Detected\n\n') > + f.write(body) > + f.write('\n\n> **Note:** This check is informational only and does not block the PR.\n') > > You can check it on the fork directly (now the develop is out sync, so it > shows error): > openMF#191 <https://github.com/openMF/fineract/pull/191> > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/fineract/pull/5515#discussion_r2836611448>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AHV6TAZMY5BRKI3SVQMJF3D4NDAWRAVCNFSM6AAAAACVTN4DKSVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTQMZWGAYDONBVG4> > . > You are receiving this because you commented.Message ID: > ***@***.***> > -- 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]
