* New Crowdin translations by Github Action * Reset broken translated files to English * Ran script/i18n/homogenize-frontmatter.js * Ran script/fix-translation-errors.js * Reverted translated files with parsing and rendering errors * Update script to skip checked in list of files to reset for broken translations * Temporarily enable all langauges to check CI status * Need better performance for more languages * Revert "Update script to skip checked in list of files to reset for broken translations" This reverts commit f88f01a0f790fcd9fba5fc79937edd923263b6c5. * Revert changes used to test CI passes when all languages are enabled Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2.9 KiB
2.9 KiB
title, shortTitle, intro, product, versions, type, topics
| title | shortTitle | intro | product | versions | type | topics | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Using Codespaces for pull requests | Pull requests | You can use {% data variables.product.prodname_codespaces %} in your development workflow to create pull requests, review pull requests, and address review comments. | {% data reusables.gated-features.codespaces %} |
|
how_to |
|
About pull requests in {% data variables.product.prodname_codespaces %}
{% data variables.product.prodname_codespaces %} provides you with many of the capabilities you might need to work with pull requests:
- Create a pull request - Using either the Terminal and Git commands or the Source Control view, you can create pull requests just as you would on {% data variables.product.prodname_dotcom_the_website %}. If the repository uses a pull request template, you'll be able to use this within the Source Control view.
- Open a pull request – You can open an existing pull request in a codespace, provided you have codespace access to the branch that is being merged in.
- Review a pull request - Once you have opened a pull request in a codespace, you can use the "GitHub Pull Request" view to add review comments and approve pull requests. You can also use {% data variables.product.prodname_codespaces %} to view review comments.
Opening a pull request in {% data variables.product.prodname_codespaces %}
{% data reusables.repositories.sidebar-pr %}
- In the list of pull requests, click the pull request you'd like to open in {% data variables.product.prodname_codespaces %}.
- On the right-hand side of your screen, click {% octicon "code" aria-label="The code icon" %} Code.
- From the {% data variables.product.prodname_codespaces %} tab, click New codespace.

Reviewing a pull request in {% data variables.product.prodname_codespaces %}
{% data reusables.codespaces.review-pr %}
For more information on reviewing a pull request, see "Reviewing proposed changes in a pull request."
View comments from a review in {% data variables.product.prodname_codespaces %}
Once you have received feedback on a pull request, you can open it in a codespace to see the review comments. From there you can respond to comments, add reactions, or dismiss the review.
