ci: update report workflow for copilot assignment and content - #8310
ci: update report workflow for copilot assignment and content#8310joshblack wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the report-workflow-failures GitHub Actions workflow that files/updates an issue when a monitored workflow run fails, aiming to improve triage by enriching issue content, labeling, and attempting Copilot agent assignment.
Changes:
- Adds a descriptive “Generated by …” line and an “Agent instructions” details section to the created/updated issue body.
- Applies the
area: actionslabel and attempts to set the issue type toBug. - Captures the created/updated issue number and adds a follow-up step to assign
copilot-swe-agent[bot]viagh api.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/report-workflow-failures.yml |
Enhances issue content, adds labeling/type, and introduces a Copilot assignment step using gh api. |
Review details
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Update our workflow for reporting workflow failures to:
area: actions