feat: add video file support (mp4, mov, webm)#84
Merged
Conversation
GitHub supports video uploads in PR/issue comments, but gh-attach only allowed image formats. This adds mp4, mov, and webm to the supported formats and bumps the max file size from 10MB to 25MB to match GitHub's own limit for video attachments.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
github-actions Bot
pushed a commit
that referenced
this pull request
May 3, 2026
# [1.7.0](v1.6.2...v1.7.0) (2026-05-03) ### Features * add video file support (mp4, mov, webm) ([#84](#84)) ([f491f1d](f491f1d))
|
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Owner
|
Thanks for your contribution @mfbx9da4! Adding video crossed my mind a couple of times, but never took the time to look into it myself 😓 Changes have been released 🥳 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
GitHub supports mp4, mov, and webm video uploads in PR and issue comments, but
gh-attachonly allows image formats. This prevents usinggh-attachfor uploading demo videos or screen recordings.What changed
Before:
After: