Skip to content

Shrink issue screenshots into clickable thumbnails - #51

Merged
d4rken merged 1 commit into
mainfrom
thumbnail-images-workflow
Aug 11, 2026
Merged

Shrink issue screenshots into clickable thumbnails#51
d4rken merged 1 commit into
mainfrom
thumbnail-images-workflow

Conversation

@d4rken

@d4rken d4rken commented Aug 11, 2026

Copy link
Copy Markdown
Member

What changed

Screenshots attached to GitHub issues and comments get shrunk into small clickable thumbnails, instead of filling the whole thread at full size. Covers both Markdown-style images and the HTML image tags GitHub's uploader emits today.

Technical Context

  • Adds the small trigger stub for the shared thumbnail workflow in d4rken-org/.github (the same setup already live in sdmaid-se, capod, permission-pilot, octi, bluemusic and airplanes-live-app), pinned at 94e36d9.
  • The workflow splits privilege: the half that parses attacker-controlled text runs with zero token scopes; only a parse-free apply job holds issues: write. HTML tags carry their dimensions, so they trigger no outbound requests.
  • <!-- no-thumbnail --> in a body opts it out.

@github-actions github-actions Bot added Build/Deploy Build system / CI / release tooling enhancement New feature or request labels Aug 11, 2026
@d4rken
d4rken merged commit d8b1615 into main Aug 11, 2026
12 checks passed
@d4rken
d4rken deleted the thumbnail-images-workflow branch August 11, 2026 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build/Deploy Build system / CI / release tooling enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant