Skip to content

Repo sync #39417

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 21, 2025
Prev Previous commit
Next Next commit
[EDI] Actions - reorg troubleshooting/monitoring content (#56736)
  • Loading branch information
subatoi authored Jul 21, 2025
commit 86bb097f9d376d91ec8b65a0509ef624acc78a23
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: About custom actions
shortTitle: Custom actions
intro: 'Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, or use and customize actions shared by the {% data variables.product.prodname_dotcom %} community.'
redirect_from:
- /articles/about-actions
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions content/actions/concepts/workflows-and-actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ children:
- /concurrency
- /workflow-artifacts
- /dependency-caching
- /about-monitoring-workflows
- /notifications-for-workflow-runs
- /about-troubleshooting-workflows
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Working with Support for GitHub Actions
title: Getting help from GitHub Support about GitHub Actions
shortTitle: Get support
intro: 'Learn how {% data variables.contact.github_support %} can assist with {% data variables.product.prodname_actions %}'
versions:
fpt: '*'
Expand All @@ -9,10 +10,10 @@ type: reference
topics:
- Actions
- Support
shortTitle: 'Working with {% data variables.contact.github_support %}'
redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/working-with-support-for-github-actions
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/working-with-support-for-github-actions
- /actions/how-tos/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/working-with-support-for-github-actions
---

You can [contact {% data variables.contact.github_support %}](/support/contacting-github-support) for assistance with {% data variables.product.prodname_actions %}.
Expand Down
7 changes: 6 additions & 1 deletion content/actions/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ children:
- /writing-workflows
- /managing-workflow-runs-and-deployments
- /sharing-automations
- /monitoring-and-troubleshooting-workflows
- /using-github-hosted-runners
- /hosting-your-own-runners
- /security-for-github-actions
- /use-cases-and-examples
- /administering-github-actions
- /monitor-workflows
- /troubleshooting-workflows
- /getting-help-from-github-support-about-github-actions
redirect_from:
- /actions/how-tos/monitoring-and-troubleshooting-workflows
- /actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting
---

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Monitoring workflows
shortTitle: Monitor
title: Monitor workflows
intro: 'You can monitor {% data variables.product.prodname_actions %} workflows by using tools like the visualization graph and run logs.'
versions:
fpt: '*'
Expand All @@ -12,6 +11,8 @@ children:
- /viewing-job-execution-time
- /adding-a-workflow-status-badge
- /using-workflow-run-logs
- /enabling-debug-logging
redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/monitoring-workflows
- /actions/concepts/workflows-and-actions/about-monitoring-workflows
---
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Using the visualization graph
shortTitle: Visualization graph
shortTitle: Use the visualization graph
intro: Every workflow run generates a real-time graph that illustrates the run progress. You can use this graph to monitor and debug workflows.
redirect_from:
- /actions/managing-workflow-runs/using-the-visualization-graph
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Using workflow run logs
shortTitle: Workflow run logs
shortTitle: Use workflow run logs
intro: 'You can view, search, and download the logs for each job in a workflow run.'
redirect_from:
- /actions/managing-workflow-runs/using-workflow-run-logs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Viewing workflow run history
shortTitle: Workflow run history
shortTitle: View workflow run history
intro: You can view logs for each run of a workflow. Logs include the status for each job and step in a workflow.
redirect_from:
- /actions/managing-workflow-runs/viewing-workflow-run-history
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: About troubleshooting workflows
title: Troubleshooting workflows
shortTitle: Troubleshoot workflows
intro: 'You can use the tools in {% data variables.product.prodname_actions %} to debug your workflows.'
versions:
fpt: '*'
ghes: '*'
ghec: '*'
shortTitle: About troubleshooting
redirect_from:
- /actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/about-troubleshooting-workflows
- /actions/how-tos/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/using-copilot-to-troubleshoot-workflows
- /actions/how-tos/monitoring-and-troubleshooting-workflows/troubleshooting-workflows
---

{% data reusables.actions.enterprise-github-hosted-runners %}
Expand All @@ -18,9 +20,16 @@ There are several ways you can troubleshoot failed workflow runs.

{% ifversion copilot %}

>[!NOTE] If you are on a {% data variables.copilot.copilot_free %} subscription, this will count towards your monthly chat message limit.

### Using {% data variables.product.prodname_copilot %}

If a workflow run fails, you can open a chat with {% data variables.product.prodname_copilot %} for assistance resolving the error. See [AUTOTITLE](/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/using-copilot-to-troubleshoot-workflows).
To open a chat with {% data variables.product.prodname_copilot %} about a failed workflow run, you can either:

* Next to the failed check in the merge box, click **{% octicon "kebab-horizontal" aria-hidden="true" aria-label="kebab-horizontal" %}**, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} 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" aria-label="copilot" %} Explain error**.

This opens a chat window with {% data variables.product.prodname_copilot %}, where it will provide instructions to resolve the issue.

{% endif %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ versions:
children:
- /using-github-hosted-runners
- /customizing-github-hosted-runners
- /monitoring-your-current-jobs
- /viewing-your-current-jobs
- /using-larger-runners
- /connecting-to-a-private-network
redirect_from:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Monitoring your current jobs
shortTitle: Monitor current jobs
title: Viewing your current jobs
shortTitle: View current jobs
intro: 'Monitor how {% data variables.product.prodname_dotcom %}-hosted runners are processing jobs in your organization or enterprise, and identify any related constraints.'
versions:
feature: github-runner-dashboard
Expand All @@ -9,6 +9,8 @@ redirect_from:
- /actions/using-github-hosted-runners/about-github-hosted-runners/monitoring-your-current-jobs
- /actions/using-github-hosted-runners/using-github-hosted-runners/monitoring-your-current-jobs
- /actions/how-tos/using-github-hosted-runners/using-github-hosted-runners/monitoring-your-current-jobs
- /actions/how-tos/using-github-hosted-runners/monitoring-your-current-jobs#viewing-active-jobs-in-your-organization-or-enterprise
- /actions/how-tos/using-github-hosted-runners/monitoring-your-current-jobs
---

{% data reusables.actions.enterprise-github-hosted-runners %}
Expand Down
1 change: 0 additions & 1 deletion content/actions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ featuredLinks:
- /actions/concepts/overview/continuous-integration
- /actions/tutorials/deploying-with-github-actions
- /packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions
- /actions/how-tos/monitoring-and-troubleshooting-workflows
guideCards:
- /actions/how-tos/writing-workflows/using-workflow-templates
- /actions/tutorials/publishing-packages/publishing-nodejs-packages
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy