Skip to content

Commit e8df114

Browse files
committed
can't touch these
1 parent d88f871 commit e8df114

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ 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+
118120
## Next steps
119121

120122
* [AUTOTITLE](/code-security/code-scanning/managing-code-scanning-alerts/about-code-scanning-alerts)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{% ifversion copilot-hadron %}
2+
3+
> [!NOTE]
4+
> If you are part of the {% data variables.release-phases.public_preview %} of {% data variables.copilot.copilot_workspace_pr_short %}, you can click **Open in Workspace** on a {% data variables.copilot.copilot_autofix_short %} suggestion to open a {% data variables.copilot.copilot_workspace %} directly on {% data variables.product.github %}. {% data variables.copilot.copilot_workspace_pr_short %} allows you to view and edit all {% data variables.copilot.copilot_autofix_short %} suggestions and other review suggestions for the pull request, run CI tests to confirm they still pass, and then apply multiple changes in one commit. 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).
5+
6+
{% endif %}

data/variables/copilot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,9 @@ copilot_o4_mini: 'o4-mini'
118118
## Next edit suggestions in VS Code
119119
next_edit_suggestions: 'next edit suggestions'
120120
next_edit_suggestions_caps: 'Next edit suggestions'
121+
122+
## Copilot Workspace
123+
copilot_workspace_pr: 'GitHub Copilot Workspace for pull requests'
124+
copilot_workspace_pr_short: 'Copilot Workspace for PRs'
125+
copilot_workspace: 'Copilot Workspace'
126+
copilot_workspace_short: 'Workspace'

0 commit comments

Comments
 (0)