Skip to content

Commit a06384b

Browse files
Remove the Hadron article and all refs (#56148)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent 7596051 commit a06384b

File tree

15 files changed

+7
-278
lines changed

15 files changed

+7
-278
lines changed

content/code-security/code-scanning/managing-code-scanning-alerts/resolving-code-scanning-alerts.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,3 @@ You may have multiple code scanning configurations on a single repository. When
136136
* [AUTOTITLE](/code-security/code-scanning/managing-code-scanning-alerts/triaging-code-scanning-alerts-in-pull-requests)
137137
* [AUTOTITLE](/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning)
138138
* [AUTOTITLE](/code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning)
139-
{%- ifversion copilot-hadron %}
140-
* [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request)
141-
{%- endif %}

content/code-security/code-scanning/managing-code-scanning-alerts/responsible-use-autofix-code-scanning.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ The best way to mitigate the limitations of suggestions from {% data variables.c
115115

116116
It is important to remember that the author of a pull request retains responsibility for how they respond to review comments and suggested code changes, whether proposed by colleagues or automated tools. Developers should always look at suggestions for code changes critically. If needed, they should edit the suggested changes to ensure that the resulting code and application are correct, secure, meet performance criteria, and satisfy all other functional and non-functional requirements for the application.
117117

118-
{% data reusables.rai.code-scanning.copilot-workspaces-prs-autofix-note %}
119-
120118
## Next steps
121119

122120
* [AUTOTITLE](/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts)

content/code-security/code-scanning/managing-code-scanning-alerts/triaging-code-scanning-alerts-in-pull-requests.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ Each {% data variables.copilot.copilot_autofix_short %} suggestion demonstrates
142142
1. Click **Edit** to display the editing options and select your preferred method.
143143
* Under **Edit with {% data variables.product.prodname_cli %}**, follow the instructions for checking out the pull request locally and applying the suggested fix.
144144
* Select **Edit FILENAME** to edit the file directly on {% data variables.product.prodname_dotcom %} with the suggested fix applied.
145-
146-
{% data reusables.rai.code-scanning.copilot-workspaces-prs-autofix-note %}
147-
148145
1. Optionally, if you prefer to apply the fix on a local repository or branch, select the {% octicon "copy" aria-hidden="true" aria-label="copy" %} dropdown menu on the suggestion.
149146
* Select **View autofix patch** to display instructions for applying the suggested fix to any local repository or branch.
150147
* Select **Copy modified line LINE_NUMBER** to copy a specific line of the suggestion.
@@ -169,9 +166,3 @@ An alternative way of closing an alert is to dismiss it. You can dismiss an aler
169166
{% data reusables.code-scanning.false-positive-fix-codeql %}
170167

171168
For more information about dismissing alerts, see [AUTOTITLE](/code-security/code-scanning/managing-code-scanning-alerts/resolving-code-scanning-alerts#dismissing--alerts).
172-
173-
## Further reading
174-
175-
{%- ifversion copilot-hadron %}
176-
* [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request)
177-
{%- endif %}

content/copilot/about-github-copilot/github-copilot-features.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ AI-generated code review suggestions to help you write better code. See [AUTOTIT
3838

3939
### {% data variables.copilot.copilot_for_prs %}
4040

41-
AI-generated summaries of the changes that were made in a pull request, which files they impact, and what a reviewer should focus on when they conduct their review. See [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-for-pull-requests/creating-a-pull-request-summary-with-github-copilot).
42-
43-
### {% data variables.copilot.copilot_workspace %} ({% data variables.release-phases.public_preview %})
44-
45-
A {% data variables.product.prodname_copilot_short %}-enabled environment for refining your pull requests, validating changes, and integrating suggestions from reviewers. See [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request).
41+
AI-generated summaries of the changes that were made in a pull request, which files they impact, and what a reviewer should focus on when they conduct their review. See [AUTOTITLE](/copilot/using-github-copilot/creating-a-pull-request-summary-with-github-copilot).
4642

4743
### {% data variables.copilot.copilot_autocomplete_pr %} ({% data variables.release-phases.public_preview %})
4844

content/copilot/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ shortTitle: '{% data variables.product.prodname_copilot %}'
44
intro: 'You can use {% data variables.product.prodname_copilot %} to enhance your productivity and assist as you work on code.'
55
redirect_from:
66
- /github/copilot
7+
- /copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request
78
changelog:
89
label: copilot
910
introLinks:

content/copilot/quickstart.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ topics:
2626

2727
You can use {% data variables.product.prodname_copilot_short %} to get answers to coding-related questions, such as how best to code something, how to fix a bug, or how someone else's code works. For full details of what {% data variables.product.prodname_copilot_short %} can do, see [AUTOTITLE](/copilot/about-github-copilot/what-is-github-copilot).
2828

29-
If you have access to {% data variables.copilot.copilot_workspace %}, {% data variables.product.prodname_copilot_short %} can also help you when you are editing files in a pull request on the {% data variables.product.github %} website by offering you code completion suggestions. For more information about {% data variables.copilot.copilot_workspace %}, see [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request).
30-
3129
Instructions for using {% data variables.product.prodname_copilot_short %} differ depending on where you are using it. This version of the quickstart is for {% data variables.product.github %}. Click the tabs above for instructions on using {% data variables.product.prodname_copilot_short %} in other environments.
3230

3331
{% ifversion fpt %}

content/copilot/using-github-copilot/code-review/using-copilot-code-review.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ Where possible, {% data variables.product.prodname_copilot_short %}'s feedback i
116116

117117
If you're happy with the changes, you can accept a single suggestion from {% data variables.product.prodname_copilot_short %} and commit it, or accept a group of suggestions together in a single commit. For more information, see [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request).
118118

119-
If you want to validate {% data variables.product.prodname_copilot_short %}'s suggested changes (for example by running automated tests or your linter), or if you want to make modifications before committing the suggested changes, click the **Open in Workspace** button. For more information, see [AUTOTITLE](/copilot/using-github-copilot/using-github-copilot-for-pull-requests/using-copilot-to-help-you-work-on-a-pull-request).
120-
121119
## Providing feedback on {% data variables.product.prodname_copilot_short %}'s reviews
122120

123121
You can provide feedback on {% data variables.product.prodname_copilot_short %}'s comments directly within each comment. We use this information to improve the product and the quality of {% data variables.product.prodname_copilot_short %}'s suggestions.

content/copilot/using-github-copilot/using-github-copilot-for-pull-requests/creating-a-pull-request-summary-with-github-copilot.md renamed to content/copilot/using-github-copilot/creating-a-pull-request-summary-with-github-copilot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ topics:
88
- Copilot
99
product: '{% data reusables.gated-features.copilot-free-availability %}'
1010
redirect_from:
11-
- /copilot/using-github-copilot/creating-a-pull-request-summary-with-github-copilot
11+
- /copilot/using-github-copilot/using-github-copilot-for-pull-requests/creating-a-pull-request-summary-with-github-copilot
1212
- /copilot/github-copilot-enterprise/copilot-pull-request-summaries/creating-a-pull-request-summary-with-github-copilot
1313
- /copilot/github-copilot-enterprise/copilot-pull-request-summaries
14+
- /copilot/using-github-copilot/using-github-copilot-for-pull-requests
1415
---
1516

1617
## About {% data variables.copilot.copilot_for_prs %}

content/copilot/using-github-copilot/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ children:
1919
- /using-extensions-to-integrate-external-tools-with-copilot-chat
2020
- /ai-models
2121
- /finding-public-code-that-matches-github-copilot-suggestions
22-
- /using-github-copilot-for-pull-requests
22+
- /creating-a-pull-request-summary-with-github-copilot
2323
- /using-github-copilot-to-create-issues
2424
- /guides-on-using-github-copilot
2525
redirect_from:

content/copilot/using-github-copilot/using-github-copilot-for-pull-requests/index.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)