Skip to content

Fix markdown table formatting in GSA Deployment logs#878

Closed
Copilot wants to merge 1 commit intoNetwork-25422from
copilot/sub-pr-872
Closed

Fix markdown table formatting in GSA Deployment logs#878
Copilot wants to merge 1 commit intoNetwork-25422from
copilot/sub-pr-872

Conversation

Copy link
Contributor

Copilot AI commented Feb 11, 2026

The Recent Deployments table template had the truncation message placeholder directly adjacent to the table header, causing improper rendering when deployments exceed the display limit.

Changes

  • Added newline after truncation message placeholder in format template

Before:

{0}| Date | Operation | Change Type | Status | Initiated By | Error Message |
| :--- | :--- | :--- | :--- | :--- | :--- |

After:

{0}
| Date | Operation | Change Type | Status | Initiated By | Error Message |
| :--- | :--- | :--- | :--- | :--- | :--- |

This ensures proper markdown table rendering whether the deployment list is truncated or not.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Address feedback on GSA deployment logs in Network 25422 PR Fix markdown table formatting in GSA Deployment logs Feb 11, 2026
Copilot AI requested a review from komalp2025 February 11, 2026 04:43
@komalp2025 komalp2025 closed this Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants