Skip to content

Commit 715b8b2

Browse files
authored
Merge pull request #41045 from github/repo-sync
Repo sync
2 parents 00c9d7a + 77a0e5f commit 715b8b2

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

content/copilot/concepts/agents/code-review.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This article provides an overview of {% data variables.copilot.copilot_code-revi
3535
{% data variables.copilot.copilot_code-review_short %} has several new tools that are in {% data variables.release-phases.public_preview %} and subject to change.
3636

3737
* **Full project context gathering** to provide more specific, accurate, and contextually aware code reviews.
38-
* **Support for deterministic detections like {% data variables.product.prodname_codeql %} and security findings**, to deliver more high-signal, consistent findings for security and quality.
38+
* **Support for deterministic detections with {% data variables.product.prodname_codeql %}**, to deliver more high-signal, consistent findings for quality.
3939
* **The ability to pass suggestions to {% data variables.copilot.copilot_coding_agent %}**, for automated creation of a new pull request against your branch with the suggested fixes applied.
4040

4141
You are not required to have {% data variables.product.prodname_code_scanning %} and {% data variables.product.prodname_actions %} enabled in your organization or enterprise to use the {% data variables.copilot.copilot_code-review-tools_short %}.

content/copilot/concepts/tools/about-copilot-integrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information about {% data variables.copilot.copilot_coding_agent %}, se
2121
Currently, {% data variables.copilot.copilot_coding_agent %} supports integrations with the following tools:
2222

2323
* **Microsoft Teams**: [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/integrate-coding-agent-with-teams) - Learn how to set up the Microsoft Teams integration to trigger {% data variables.copilot.copilot_coding_agent %} directly from your Teams channels.
24-
* **Slack**: [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/integrate-coding-agent-with-slack) - Learn how to set up the Slack integration to trigger {% data variables.copilot.copilot_coding_agent %} directly from your Slack workspace. (Coming this week.)
24+
* **Slack**: [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/integrate-coding-agent-with-slack) - Learn how to set up the Slack integration to trigger {% data variables.copilot.copilot_coding_agent %} directly from your Slack workspace.
2525
* **Linear**: [AUTOTITLE](/copilot/how-tos/use-copilot-agents/coding-agent/integrate-coding-agent-with-linear) - Learn how to set up the Linear integration to trigger {% data variables.copilot.copilot_coding_agent %} directly from your Linear issues.
2626
* **Azure Boards**: (currently in {% data variables.release-phases.private_preview %}).
2727

content/copilot/how-tos/use-copilot-agents/coding-agent/integrate-coding-agent-with-slack.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ contentType: how-tos
88
---
99

1010
> [!NOTE]
11-
> * Coming this week.
12-
> * This feature will be launching in {% data variables.release-phases.public_preview %} and subject to change.
11+
> * This feature is in {% data variables.release-phases.public_preview %} and subject to change.
1312
> * {% data variables.product.prodname_copilot %} uses AI. Check for mistakes. See [AUTOTITLE](/copilot/responsible-use/copilot-coding-agent)
1413
1514
## Introduction

content/integrations/reference/slack-permissions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ When you connect your {% data variables.product.github %} account to the {% data
3535
|Read access to code| To render code snippets in Slack|
3636
|Read access to actions, commit statuses, checks, discussions, issues, metadata, pull requests, and repository projects | To render previews of links shared in Slack|
3737
|Write access to actions, issues, deployments, and pull requests | To take action from Slack with the `/github` command and directly from messages|
38+
|Write access to content| To open pull requests authored by {% data variables.copilot.copilot_coding_agent %}|
39+
|Read/write access to workflows|To initiate {% data variables.copilot.copilot_coding_agent %} sessions|

0 commit comments

Comments
 (0)