Skip to content

Commit 9521bdc

Browse files
authored
Merge branch 'main' into use-redirects-file-instead-of-stubbed-archived-redirects
2 parents 08bbe03 + 7ec38c4 commit 9521bdc

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

content/github/developing-online-with-codespaces/about-codespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ A limited number of people will be invited to join the beta. To join the waitlis
5656

5757
If you encounter problems using {% data variables.product.prodname_codespaces %}, see "[Troubleshooting your codespace](/github/developing-online-with-codespaces/troubleshooting-your-codespace)."
5858

59-
If you still need help or have feedback about {% data variables.product.prodname_codespaces %}, use the [Community Forum](https://github.community/c/codespaces-beta/45).
59+
If you still need help or have feedback about {% data variables.product.prodname_codespaces %}, use the [Codespaces Feedback](https://github.com/github/feedback/discussions/categories/codespaces-feedback) discussion.

content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,17 @@ To attach a file to an issue or pull request conversation, drag and drop it into
2525

2626
{% endtip %}
2727

28-
The maximum size for files is 25MB and the maximum size for images is 10MB.
28+
The maximum size for files is 25MB and the maximum size for images is 10MB.
29+
{% if currentVersion == "free-pro-team@latest" %}
30+
Videos can be up to 100 MB in size if the repository is owned by a user or organization on a paid GitHub plan.
31+
32+
{% note %}
33+
34+
**Note:** Support for video attachments is currently in beta and subject to change.
35+
36+
{% endnote %}
37+
38+
{% endif %}
2939

3040
We support these files:
3141

@@ -36,6 +46,7 @@ We support these files:
3646
* Microsoft Word (*.docx*), Powerpoint (*.pptx*), and Excel (*.xlsx*) documents
3747
* Text files (*.txt*)
3848
* PDFs (*.pdf*)
39-
* ZIP (*.zip*, *.gz*)
49+
* ZIP (*.zip*, *.gz*){% if currentVersion == "free-pro-team@latest" %}
50+
* Video (*.mp4*, *.mov*){% endif %}
4051

4152
![Attachments animated GIF](/assets/images/help/pull_requests/dragging_images.gif)

0 commit comments

Comments
 (0)