From 427ee8fd5df13c63efe12dce8dfe529aae71f1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Galeran?= Date: Wed, 24 Feb 2021 12:17:49 +0100 Subject: [PATCH] Add mention of .mp4 .mov (#3571) --- ...ile-attachments-on-issues-and-pull-requests.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md b/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md index 892032e8c3..4abe40a38f 100644 --- a/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md +++ b/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md @@ -25,7 +25,17 @@ To attach a file to an issue or pull request conversation, drag and drop it into {% endtip %} -The maximum size for files is 25MB and the maximum size for images is 10MB. +The maximum size for files is 25MB and the maximum size for images is 10MB. +{% if currentVersion == "free-pro-team@latest" %} +Videos can be up to 100 MB in size if the repository is owned by a user or organization on a paid GitHub plan. + +{% note %} + +**Note:** Support for video attachments is currently in beta and subject to change. + +{% endnote %} + +{% endif %} We support these files: @@ -36,6 +46,7 @@ We support these files: * Microsoft Word (*.docx*), Powerpoint (*.pptx*), and Excel (*.xlsx*) documents * Text files (*.txt*) * PDFs (*.pdf*) -* ZIP (*.zip*, *.gz*) +* ZIP (*.zip*, *.gz*){% if currentVersion == "free-pro-team@latest" %} +* Video (*.mp4*, *.mov*){% endif %} ![Attachments animated GIF](/assets/images/help/pull_requests/dragging_images.gif)