-
Notifications
You must be signed in to change notification settings - Fork 60.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copilot Users Can Ask About a Failed Actions Job [GA] (#53914)
Co-authored-by: Sunbrye Ly <[email protected]>
- Loading branch information
Showing
3 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...-workflows/troubleshooting-workflows/using-copilot-to-troubleshoot-workflows.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Using Copilot to troubleshoot workflows | ||
intro: 'You can use {% data variables.product.prodname_copilot %} to help resolve failed workflow runs.' | ||
versions: | ||
feature: copilot | ||
shortTitle: Use Copilot | ||
permissions: This feature is available for users on all {% data variables.product.prodname_copilot %} subscription tiers. | ||
--- | ||
|
||
If a workflow run fails, you can open a chat with {% data variables.product.prodname_copilot %} for assistance resolving the error. | ||
|
||
To open a chat about a failed workflow run, you can either: | ||
|
||
* Next to the failed check in the merge box, click **{% octicon "kebab-horizontal" aria-hidden="true" %}**, then click **{% octicon "copilot" aria-hidden="true" %} Explain error**. | ||
* In the merge box, click on the failed check. At the top of the workflow run summary page, click **{% octicon "copilot" aria-hidden="true" %} Explain error**. | ||
|
||
This opens a chat window with {% data variables.product.prodname_copilot %}, where it will provide instructions to resolve the issue. | ||
|
||
>[!NOTE] If you are on a {% data variables.product.prodname_copilot_free %} subscription, this will count towards your monthly chat message limit. |