Skip to content

Commit 17411cb

Browse files
timrogersCopilotCopilot
authored
Fix broken anchor link for GitHub Actions workflow section in start-copilot-sessions (#61181)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 108ecf5 commit 17411cb

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

content/copilot/how-tos/use-copilot-agents/cloud-agent/start-copilot-sessions.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ You can start {% data variables.copilot.copilot_cloud_agent %} from:
4444
* Your preferred IDE or agentic coding tool with [Model Context Protocol (MCP)](#asking-copilot-to-create-a-pull-request-from-the-github-mcp-server) support
4545
* The [Raycast](#asking-copilot-to-create-a-pull-request-from-raycast) launcher
4646
* The ["New repository" form](#asking-copilot-to-create-a-pull-request-from-the-new-repository-page) on {% data variables.product.github %}
47+
* A failing [{% data variables.product.prodname_actions %} workflow run](#asking-copilot-to-fix-a-failing-github-actions-workflow-run) on {% data variables.product.github %}
4748
* [Jira](/copilot/how-tos/use-copilot-agents/cloud-agent/integrate-cloud-agent-with-jira)
4849
* [Slack](/copilot/how-tos/use-copilot-agents/cloud-agent/integrate-cloud-agent-with-slack)
4950
* [Microsoft Teams](/copilot/how-tos/use-copilot-agents/cloud-agent/integrate-cloud-agent-with-teams)
@@ -651,6 +652,18 @@ When creating a new repository, you can ask {% data variables.product.prodname_c
651652

652653
{% data reusables.copilot.cloud-agent.monitoring-progress-heading %}
653654

655+
## Asking {% data variables.product.prodname_copilot_short %} to fix a failing {% data variables.product.prodname_actions %} workflow run
656+
657+
> [!NOTE]
658+
> This feature is only available to {% data variables.copilot.copilot_business_short %} and {% data variables.copilot.copilot_enterprise_short %} users.
659+
660+
When an {% data variables.product.prodname_actions %} workflow run fails on a pull request branch, you can ask {% data variables.product.prodname_copilot_short %} to investigate and fix the failure.
661+
662+
1. On {% data variables.product.github %}, navigate to the failing workflow run job page.
663+
1. Click the **{% octicon "agent" aria-label="The Agents icon" %} Fix with {% data variables.product.prodname_copilot_short %}** button.
664+
665+
{% data variables.product.prodname_copilot_short %} will start a new session, investigate the cause of the failure, and push a fix to your branch.
666+
654667
## Further reading
655668

656669
* [AUTOTITLE](/copilot/concepts/agents/cloud-agent/about-cloud-agent)

0 commit comments

Comments
 (0)