You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve Polarion vs EA display when model is already in sync (#107)
* Initial plan
* improve Polarion review comment display when Polarion is in sync with EA model
Agent-Logs-Url: https://github.com/LieberLieber/LemonTree.DevOps.Demo/sessions/61ed236b-d2db-4e9c-8244-9fc97101fca7
Co-authored-by: danielsiegl <41949368+danielsiegl@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: danielsiegl <41949368+danielsiegl@users.noreply.github.com>
const body = COMMENT_MARKER + '\nPolarion vs Model comparison in current Branch\n${{steps.uploadSession.outputs.SfsFileNameLinks}}\n\n${{ steps.processSvgs.outputs.svgLinksMarkdown }}${{steps.pcsDiff.outputs.CommitID}}\n\nChanged Requirements:\n${{steps.diffreport.outputs.ModifiedRequirements}}';
'## Polarion vs Model Comparison - Run #' + runId + '\n' +
274
+
'\n' +
275
+
'**Status:** :heavy_check_mark: Polarion is in sync with EA model\n' +
276
+
'\n' +
277
+
'**Details:**\n' +
278
+
'- Branch: `' + branch + '`\n' +
279
+
'- Changed Requirements: None\n' +
280
+
'- Commit: `' + commitId + '`\n' +
281
+
'- Run: [View logs](' + runUrl + ')\n' +
282
+
'\n' +
283
+
'---\n' +
284
+
'*This comment is automatically updated per run*';
285
+
} else {
286
+
body = COMMENT_MARKER + '\nPolarion vs Model comparison in current Branch\n${{steps.uploadSession.outputs.SfsFileNameLinks}}\n\n${{ steps.processSvgs.outputs.svgLinksMarkdown }}${{steps.pcsDiff.outputs.CommitID}}\n\nChanged Requirements:\n${{steps.diffreport.outputs.ModifiedRequirements}}';
0 commit comments