From 5a8a578b754012b593073bf1b7bf60268d5eb292 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Wed, 29 Oct 2025 14:18:24 +0000 Subject: [PATCH 1/3] CCR: Update bullet to match messaging (#58250) --- content/copilot/concepts/agents/code-review.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/concepts/agents/code-review.md b/content/copilot/concepts/agents/code-review.md index 293ece5a064f..18d3b72a2fc4 100644 --- a/content/copilot/concepts/agents/code-review.md +++ b/content/copilot/concepts/agents/code-review.md @@ -35,7 +35,7 @@ This article provides an overview of {% data variables.copilot.copilot_code-revi {% data variables.copilot.copilot_code-review_short %} has several new tools that are in {% data variables.release-phases.public_preview %} and subject to change. * **Full project context gathering** to provide more specific, accurate, and contextually aware code reviews. -* **Support for deterministic detections like {% data variables.product.prodname_codeql %} and security findings**, to deliver more high-signal, consistent findings for security and quality. +* **Support for deterministic detections with {% data variables.product.prodname_codeql %}**, to deliver more high-signal, consistent findings for quality. * **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. 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 %}. From 006156d156750550b9a6bc2a3401fdf50405bd02 Mon Sep 17 00:00:00 2001 From: Jules <19994093+jules-p@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:19:37 +0100 Subject: [PATCH 2/3] Adds new permissions for Copilot in Slack (#58248) Co-authored-by: Jules Porter Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- content/integrations/reference/slack-permissions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/integrations/reference/slack-permissions.md b/content/integrations/reference/slack-permissions.md index 7f02ed8f6a2b..0dcbe02e36f8 100644 --- a/content/integrations/reference/slack-permissions.md +++ b/content/integrations/reference/slack-permissions.md @@ -35,3 +35,5 @@ When you connect your {% data variables.product.github %} account to the {% data |Read access to code| To render code snippets in Slack| |Read access to actions, commit statuses, checks, discussions, issues, metadata, pull requests, and repository projects | To render previews of links shared in Slack| |Write access to actions, issues, deployments, and pull requests | To take action from Slack with the `/github` command and directly from messages| +|Write access to content| To open pull requests authored by {% data variables.copilot.copilot_coding_agent %}| +|Read/write access to workflows|To initiate {% data variables.copilot.copilot_coding_agent %} sessions| From 77a0e5f097f01c12e3b43e715d851b314624d9a9 Mon Sep 17 00:00:00 2001 From: Jules <19994093+jules-p@users.noreply.github.com> Date: Wed, 29 Oct 2025 15:20:58 +0100 Subject: [PATCH 3/3] Remove coming soon note from Copilot + Slack docs (#58249) Co-authored-by: Jules Porter --- content/copilot/concepts/tools/about-copilot-integrations.md | 2 +- .../coding-agent/integrate-coding-agent-with-slack.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/copilot/concepts/tools/about-copilot-integrations.md b/content/copilot/concepts/tools/about-copilot-integrations.md index b35f36fb271e..42d9c48f6c17 100644 --- a/content/copilot/concepts/tools/about-copilot-integrations.md +++ b/content/copilot/concepts/tools/about-copilot-integrations.md @@ -21,7 +21,7 @@ For more information about {% data variables.copilot.copilot_coding_agent %}, se Currently, {% data variables.copilot.copilot_coding_agent %} supports integrations with the following tools: * **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. -* **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.) +* **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. * **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. * **Azure Boards**: (currently in {% data variables.release-phases.private_preview %}). diff --git a/content/copilot/how-tos/use-copilot-agents/coding-agent/integrate-coding-agent-with-slack.md b/content/copilot/how-tos/use-copilot-agents/coding-agent/integrate-coding-agent-with-slack.md index 04d27f167c21..ebc3b0702d61 100644 --- a/content/copilot/how-tos/use-copilot-agents/coding-agent/integrate-coding-agent-with-slack.md +++ b/content/copilot/how-tos/use-copilot-agents/coding-agent/integrate-coding-agent-with-slack.md @@ -8,8 +8,7 @@ contentType: how-tos --- > [!NOTE] -> * Coming this week. -> * This feature will be launching in {% data variables.release-phases.public_preview %} and subject to change. +> * This feature is in {% data variables.release-phases.public_preview %} and subject to change. > * {% data variables.product.prodname_copilot %} uses AI. Check for mistakes. See [AUTOTITLE](/copilot/responsible-use/copilot-coding-agent) ## Introduction