Skip to content

Prevent Super Linter false-negative failures by disabling broken summary formatting path - #49409

Merged
pelikhan merged 2 commits into
mainfrom
copilot/aw-failures-fix-summary-formatter
Aug 1, 2026
Merged

Prevent Super Linter false-negative failures by disabling broken summary formatting path#49409
pelikhan merged 2 commits into
mainfrom
copilot/aw-failures-fix-summary-formatter

Conversation

Copilot AI commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Super Linter scheduled runs were failing after a clean lint pass because the post-lint summary formatter crashed on the generated markdown summary (SyntaxError at 1:1 on # Super-linter summary). This change removes that failure path from this workflow so clean lint runs can conclude successfully.

  • Workflow behavior change

    • Updated .github/workflows/super-linter.md to disable Super Linter’s GitHub summary outputs that trigger the failing formatter path.
    • Recompiled .github/workflows/super-linter.lock.yml to keep generated workflow config in sync.
  • Config delta (Super Linter env)

    • Added:
      • ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: "false"
      • ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: "false"
env:
  VALIDATE_MARKDOWN: "true"
  VALIDATE_ALL_CODEBASE: "false"
  ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: "false"
  ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT: "false"

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix summary formatter crashes in Super Linter Prevent Super Linter false-negative failures by disabling broken summary formatting path Jul 31, 2026
Copilot AI requested a review from pelikhan July 31, 2026 22:00
@pelikhan
pelikhan marked this pull request as ready for review August 1, 2026 00:44
Copilot AI review requested due to automatic review settings August 1, 2026 00:44
@pelikhan
pelikhan merged commit cf6e8d6 into main Aug 1, 2026
@pelikhan
pelikhan deleted the copilot/aw-failures-fix-summary-formatter branch August 1, 2026 00:44

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.

Pull request overview

Disables Super Linter summary outputs that caused clean scheduled runs to fail during formatting.

Changes:

  • Disables GitHub Actions and pull-request summaries.
  • Recompiles the generated workflow configuration.
Show a summary per file
File Description
.github/workflows/super-linter.md Disables the failing summary paths.
.github/workflows/super-linter.lock.yml Synchronizes the compiled workflow.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.84.2

@HereIsMuhammad HereIsMuhammad left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Merged

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.

[aw-failures] Super Linter Report: 10/10 scheduled runs fail — summary formatter crashes on its own auto-generated heading

4 participants