You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TROUBLESHOOTING.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,40 @@ If issues persist:
178
178
- Include your collected information
179
179
- Describe steps to reproduce the issue
180
180
181
+
## CI / GitHub Actions
182
+
183
+
### Re-running Failed Jobs
184
+
185
+
GitHub Actions workflows can occasionally fail due to intermittent issues (network timeouts, flaky upstream services, etc.). If you believe a failure is not related to your changes:
186
+
187
+
#### Via the GitHub UI
188
+
189
+
1. Open the failed check from your pull request's **Checks** tab.
190
+
2. Click **Re-run failed jobs**.
191
+
192
+
See [Re-running workflows and jobs](https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs) for details.
193
+
194
+
#### Via the `gh` CLI
195
+
196
+
See [Re-run failed jobs from a workflow run](https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#re-run-failed-jobs-from-a-workflow-run).
Replace `RUN_ID` with the workflow run ID from your pull request's **Checks** tab or from `gh run list --branch <your-branch>`.
209
+
210
+
#### Required Permissions
211
+
212
+
-**Repository collaborators** (write access) can re-run workflows directly.
213
+
-**Fork contributors** cannot re-run workflows on the upstream repo. Ask a maintainer to re-run the failed jobs, or push an empty commit (`git commit --allow-empty -m "retry CI"`) to trigger a fresh run.
214
+
181
215
## Other AI Assistants
182
216
183
217
Support for additional AI assistants will be added here as the plugin system expands.
0 commit comments