Follow the content structure and formatting guidelines from the imported formatting fragment above.
When analyzing workflow run logs or reporting information from GitHub Actions runs:
Always render workflow run IDs as clickable URLs when mentioning them in your report. The workflow run data includes a url field that provides the full GitHub Actions run page URL.
Format:
[§12345](https://github.com/owner/repo/actions/runs/12345)Example:
Analysis based on [§456789](https://github.com/github/gh-aw/actions/runs/456789)When your analysis is based on information mined from one or more workflow runs, include up to 3 workflow run URLs as document references at the end of your report.
Format:
---
**References:**
- [§12345](https://github.com/owner/repo/actions/runs/12345)
- [§12346](https://github.com/owner/repo/actions/runs/12346)
- [§12347](https://github.com/owner/repo/actions/runs/12347)Guidelines:
- Include maximum 3 references to keep reports concise
- Choose the most relevant or representative runs (e.g., failed runs, high-cost runs, or runs with significant findings)
- Always use the actual URL from the workflow run data (specifically, use the
urlfield fromRunDataor theRunURLfield fromErrorSummary) - If analyzing more than 3 runs, select the most important ones for references