Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/improve-existing-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ body:
- type: markdown
attributes:
value: |
**HUBBERS!!** This is the github/docs open source repo. You may want to open an issue in the internal-only github/docs-content repo instead.
* Before you file an issue read the [Contributing guide](https://docs.github.com/en/contributing).
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues).
* If your issue relates to API endpoint reference content under https://docs.github.com/rest, please raise it against https://github.com/github/rest-api-description.
- type: checkboxes
id: terms
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-for-spammy-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
owner: owner,
repo: repo,
issue_number: issue.number,
body: `This issue may have been opened accidentally. I'm going to close it now, but feel free to open a new issue with a more descriptive title!`
body: `This issue may have been opened accidentally. I'm going to close it now, but feel free to open a new issue with a more descriptive title! Make sure not to include full URLs in your issue titles, and use paths instead.`
});
// Add the issue to the Done column on the triage board
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/check-for-spammy-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
return changedLines.length > 0 &&
changedLines.every(line => line.slice(1).trim() === '')
})
const onlyRenames = files.length > 0 && files.every(f => f.status === 'renamed')
const onlyRenames = files.length > 0 && files.every(
f => f.status === 'renamed' && f.additions === 0 && f.deletions === 0
)
if (
targetsNonMain ||
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ From the Agents tab, you can:
{% data reusables.copilot.cloud-agent.use-latest-vscode %}
* **Review and merge agent code**: Once the agent completes a session, you can jump to the pull request to review the changes, request further improvements, or approve and merge. See [AUTOTITLE](/copilot/how-tos/copilot-on-github/use-copilot-agents/review-copilot-output).
* **Set up {% data variables.copilot.copilot_automations %}**: Run {% data variables.copilot.copilot_cloud_agent %} automatically, on a schedule or in response to events such as an issue being opened. See [AUTOTITLE](/copilot/concepts/agents/cloud-agent/about-automations).
* **Query your past sessions**: You can search and reference your past agent sessions using natural language from {% data variables.copilot.copilot_cli_short %} or {% data variables.product.prodname_vscode_shortname %}. See [AUTOTITLE](/copilot/concepts/agents/copilot-cli/chronicle).
* **Query your past sessions**: You can search and reference your past agent sessions using natural language from {% data variables.copilot.copilot_cli_short %} or {% data variables.product.prodname_vscode_shortname %}. See [AUTOTITLE](/copilot/concepts/security-governance-and-network-settings/session-data).

## Next steps

Expand Down
1 change: 0 additions & 1 deletion content/copilot/concepts/agents/cloud-agent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ children:
- /about-automations
- /about-automation-rationale-and-approvals
- /mcp-and-cloud-agent
- /risks-and-mitigations
contentType: concepts
redirect_from:
- /copilot/concepts/agents/coding-agent
Expand Down
118 changes: 0 additions & 118 deletions content/copilot/concepts/agents/copilot-cli/chronicle.md

This file was deleted.

1 change: 0 additions & 1 deletion content/copilot/concepts/agents/copilot-cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ children:
- /autopilot
- /fleet
- /research
- /chronicle
- /rubber-duck
- /lsp-servers
- /about-cli-extensions
Expand Down
2 changes: 1 addition & 1 deletion content/copilot/concepts/context/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ children:
- /mcp
- /spaces
- /repository-indexing
- /content-exclusion
contentType: concepts
---

4 changes: 1 addition & 3 deletions content/copilot/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ children:
- /completions
- /chat
- /agents
- /about-cloud-and-local-sandboxes
- /prompting
- /context
- /tools
- /models
- /billing-and-usage
- /network-settings
- /security-governance-and-network-settings
- /enterprise
contentType: concepts
---

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ versions:
feature: copilot
redirect_from:
- /copilot/concepts/about-github-sandbox
- /copilot/concepts/about-cloud-and-local-sandboxes
contentType: concepts
category:
- Learn about Copilot
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ versions:
redirect_from:
- /copilot/concepts/content-exclusion-for-github-copilot
- /copilot/concepts/content-exclusion
- /copilot/concepts/context/content-exclusion
contentType: concepts
category:
category:
- Manage Copilot for a team
---

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Security, governance, and network settings for GitHub Copilot
shortTitle: Security, governance, and network settings
intro: Understand how to control access to {% data variables.product.prodname_copilot %}, protect data, isolate agent execution, and configure network access.
versions:
feature: copilot
children:
- /content-exclusion
- /session-data
- /about-cloud-and-local-sandboxes
- /risks-and-mitigations
- /network-settings
contentType: concepts
category:
- Manage Copilot for a team
- Roll Copilot out at scale
---
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ versions:
ghec: '*'
redirect_from:
- /copilot/concepts/network-settings-for-github-copilot
- /copilot/concepts/network-settings
contentType: concepts
category:
- Manage Copilot for a team
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Risks and mitigations for GitHub Copilot cloud agent
shortTitle: Risks and mitigations
intro: 'How do {% data variables.copilot.copilot_cloud_agent %}''s built-in security protections mitigate known risks?'
intro: How do {% data variables.copilot.copilot_cloud_agent %}'s built-in security protections mitigate known risks?
versions:
feature: copilot
contentType: concepts
Expand All @@ -11,6 +11,7 @@ category:
- Roll Copilot out at scale
redirect_from:
- /copilot/concepts/agents/coding-agent/risks-and-mitigations
- /copilot/concepts/agents/cloud-agent/risks-and-mitigations
---

{% data variables.copilot.copilot_cloud_agent %} is an autonomous agent that has access to your code and can push changes to your repository. This entails certain risks.
Expand Down
Loading
Loading