Skip to content

Fix markdownlint CI failure by normalizing root-guide markdown formatting#850

Merged
Bryan-Roe merged 2 commits into
mainfrom
copilot/fix-markdownlint-job-again
Jul 11, 2026
Merged

Fix markdownlint CI failure by normalizing root-guide markdown formatting#850
Bryan-Roe merged 2 commits into
mainfrom
copilot/fix-markdownlint-job-again

Conversation

Copilot AI commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

The markdownlint GitHub Actions job failed due to markdown style violations in changed documentation files, primarily MD060/table-column-style and MD007/ul-indent. This update applies minimal, file-scoped formatting corrections so the existing workflow passes without changing CI logic.

  • Root cause addressed

    • Corrected markdownlint violations in the root-guide docs selected by the workflow’s changed-file targeting.
    • Focused on table pipe spacing/style and unordered list indentation issues reported in the failing run.
  • Scope of change

    • Updated only affected Markdown files under docs/root-guides/ (no workflow, app, or script behavior changes).
    • Changes are formatting-only and preserve document content.
  • Representative formatting adjustment

    -| Category      | Example                          | Risk   |
    +| Category | Example | Risk |
     | ------------- | -------------------------------- | ------ |
    -| Bug Fix       | "Fix failing test_chat.py"       | Medium |
    +| Bug Fix | "Fix failing test_chat.py" | Medium |

Copilot AI review requested due to automatic review settings July 11, 2026 04:36

Copilot AI commented Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

@Bryan-Roe Unfortunately, I hit an error while trying to use the custom Copilot setup steps configured for this repository and had to close this PR. The error I am seeing is:

no `copilot-setup-steps` job found in your `copilot-setup-steps.yml` workflow file. Please ensure you have a single job named `copilot-setup-steps`. For more details, see https://gh.io/copilot/actions-setup-steps

Once you or someone with the necessary access fixes the problem, please unassign and then reassign issue #0 to me and I'll retry. Thanks!

Copilot AI removed the request for review from Copilot July 11, 2026 04:36
Copilot AI requested review from Copilot and removed request for Copilot July 11, 2026 04:38
Copilot AI changed the title [WIP] Fix failing GitHub Actions job 'markdownlint' Fix markdownlint CI failure by normalizing root-guide markdown formatting Jul 11, 2026
Copilot AI requested a review from Bryan-Roe July 11, 2026 04:39
@Bryan-Roe Bryan-Roe marked this pull request as ready for review July 11, 2026 04:39
Copilot AI review requested due to automatic review settings July 11, 2026 04:39

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry @Bryan-Roe, you have reached your weekly rate limit of 500000 diff characters.

Please try again later or upgrade to continue using Sourcery

@Bryan-Roe Bryan-Roe merged commit c5965e6 into main Jul 11, 2026
5 of 10 checks passed
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Copilot AI commented Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

@Bryan-Roe Thanks for sending me some feedback. Unfortunately, I hit an error while trying to use the custom Copilot setup steps configured for this repository. The error I am seeing is:

no `copilot-setup-steps` job found in your `copilot-setup-steps.yml` workflow file. Please ensure you have a single job named `copilot-setup-steps`. For more details, see https://gh.io/copilot/actions-setup-steps

Once you or someone with the necessary access fixes the problem, please let me know in a comment and I'll try again. Thanks!

@Bryan-Roe Bryan-Roe deleted the copilot/fix-markdownlint-job-again branch July 11, 2026 04:39

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

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.

3 participants