1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Remove the Hadron article and all refs (#56148)

Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
This commit is contained in:
hubwriter
2025-06-20 22:24:12 +01:00
committed by GitHub
parent 7596051ef1
commit a06384b2a9
15 changed files with 7 additions and 278 deletions

View File

@@ -185,14 +185,6 @@ You can also make changes to files on the {% data variables.product.github %} we
1. In the menu, click **Edit file**.
1. Make your changes in the editor and when committing your change, choose to commit directly back to your head branch.
{% ifversion copilot-hadron %}
If you are part of the {% data variables.release-phases.public_preview %} of {% data variables.copilot.copilot_workspace %}, clicking **Edit** on a file on the "Files changed" tab will open the file in a {% data variables.copilot.copilot_workspace %} on {% data variables.product.prodname_dotcom %}. In a {% data variables.copilot.copilot_workspace %}, you can still make changes to the file but also make changes to other files in the repository, group your changes into a single commit, and take advantage of {% data variables.product.prodname_copilot_short %} code completion.
You can access {% data variables.copilot.copilot_workspace %} by choosing to edit an individual file or by clicking **Open in {% data variables.copilot.copilot_workspace_short %}** in your pull request's right sidebar. For more information about {% data variables.copilot.copilot_workspace %} and joining the {% data variables.release-phases.public_preview %}, see [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request).
{% endif %}
{% endwebui %}
## Further reading

View File

@@ -25,7 +25,7 @@ Organization members with write access can also assign a pull request review to
> [!NOTE]
> Pull request authors can't request reviews unless they are either a repository owner or collaborator with write access to the repository.
{% ifversion copilot-hadron %}
{% ifversion copilot %}
## Requesting reviews from collaborators and organization members
@@ -47,13 +47,10 @@ You can request a review from either a suggested or specific person. Suggested r
![Screenshot of the "Reviewers" section of a pull request's sidebar. To the right of @octocat, a sync icon is outlined in dark orange.](/assets/images/help/pull_requests/request-re-review.png)
{% ifversion copilot-hadron %}
{% ifversion copilot %}
## Requesting a review from {% data variables.product.prodname_copilot %}
>[!NOTE]
>{% data variables.copilot.copilot_workspace %} is currently in {% data variables.release-phases.public_preview %}. For information about joining the {% data variables.release-phases.public_preview %}, see [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request).
You can also request that {% data variables.product.prodname_copilot_short %} reviews your code and provides feedback and suggested changes on your work. See [AUTOTITLE](/copilot/using-github-copilot/code-review/using-copilot-code-review).
{% endif %}

View File

@@ -20,15 +20,6 @@ Other people can suggest specific changes to your pull request. You can apply th
To quickly incorporate more than one suggested change into a single commit, you can also apply suggested changes as a batch. Applying one suggested change or a batch of suggested changes creates a single commit on the compare branch of the pull request.
{% ifversion copilot-hadron %}
>[!NOTE]
>If you are part of the {% data variables.release-phases.public_preview %} of {% data variables.copilot.copilot_workspace %}, suggested changes from people on your team, {% data variables.product.prodname_copilot_short %}, or {% data variables.copilot.copilot_autofix %} can all be applied and edited in {% data variables.copilot.copilot_workspace %}. Click **Open in {% data variables.copilot.copilot_workspace_short %}** on a suggested change to get started.
>
>For more information about {% data variables.copilot.copilot_workspace %} and joining the {% data variables.release-phases.public_preview %}, see [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request).
{% endif %}
Each person who suggested a change included in the commit will be a co-author of the commit. The person who applies the suggested changes will be a co-author and the committer of the commit. For more information about the term committer in Git, see [Git Basics - Viewing the Commit History](https://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History) from the _Pro Git_ book site.
{% data reusables.repositories.sidebar-pr %}