Skip to content

fix: prevent invalid contributor footer markup - #2608

Merged
aaronpowell merged 1 commit into
mainfrom
aaronpowell-investigate-contributor-failure
Aug 10, 2026
Merged

fix: prevent invalid contributor footer markup#2608
aaronpowell merged 1 commit into
mainfrom
aaronpowell-investigate-contributor-failure

Conversation

@aaronpowell

Copy link
Copy Markdown
Contributor

Contributor PRs currently regenerate an invalid </img> tag in the website contributor page, causing Astro builds to fail. The pinned all-contributors-cli version hardcodes this tag in its usage footer.

This change disables that generated footer and keeps the contribution link outside the generated contributor block, so future contributor updates cannot reintroduce invalid Astro markup. The README and website page are updated consistently.

The full website build could not be run locally because dependency installation is blocked by an unavailable internal @github/copilot@1.0.78 package.

Disable the all-contributors usage footer because the pinned CLI emits an invalid closing img tag. Keep the usage link outside the generated contributor block.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 936cc10e-06f7-440c-96e7-51d1e94476ce
Copilot AI balanced review requested due to automatic review settings August 10, 2026 02:11
@github-actions github-actions Bot added the website-update PR touches website content or code label Aug 10, 2026

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

Prevents contributor generation from reintroducing invalid Astro image markup.

Changes:

  • Disables the generated all-contributors usage footer.
  • Adds stable contribution links outside generated blocks.
  • Removes invalid footer markup from contributor pages.
Show a summary per file
File Description
.all-contributorsrc Disables generated usage footers.
README.md Moves the contribution link outside the generated block.
website/src/pages/contributors.astro Replaces generated footer markup with valid Astro markup.

Review details

Tip

Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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

@aaronpowell
aaronpowell merged commit 3f0bba4 into main Aug 10, 2026
21 checks passed
@aaronpowell
aaronpowell deleted the aaronpowell-investigate-contributor-failure branch August 10, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

website-update PR touches website content or code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants