[aw] Milestone Changelog Generator is missing required tool
- Dominant language
- C#
- Stars
- 6.3k
- Forks
- 991
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 196
Description
### Workflow Failure
**Workflow:** [Milestone Changelog Generator](https://github.com/microsoft/aspire/blob/main/.github/workflows/milestone-changelog.md)
**Branch:** main
**Run:** https://github.com/microsoft/aspire/actions/runs/33931735027
> [!WARNING]
> **Missing Tools Reported**: The agent reported missing tools during execution.
**Missing Tools:**
- **bash**: security
Alternatives:
| Tool | Alternative |
| --- | --- |
| bash | Rewrite the batch-writing command to avoid shell interpolation; use pure Python subprocess calls and direct file writes instead. |
### Action Required
**Assign this issue to an agent** to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
````
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/microsoft/aspire/actions/runs/33931735027
````
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the `agentic-workflows` prompt.
- Start your agent
- Load the `agentic-workflows` skill from `.github/skills/agentic-workflows/SKILL.md` or
- Type `debug the agentic workflow milestone-changelog failure in https://github.com/microsoft/aspire/actions/runs/33931735027`
> [!TIP]
>
> Stop reporting this workflow as a failure
>
> To stop a workflow from creating failure issues, set `report-failure-as-issue: false` in its frontmatter:
> ```yaml
> safe-outputs:
> report-failure-as-issue: false
> ```
>
>
> Generated from [Milestone Changelog Generator](https://github.com/microsoft/aspire/actions/runs/33931735027) · 145.6 AIC · [◷](https://github.com/search?q=repo%3Amicrosoft%2Faspire+is%3Aissue+%22gh-aw-workflow-id%3A+milestone-changelog%22&type=issues)
> - [x] expires on Sep 12, 2026, 12:18 AM UTC
Contributor guide
Research direction
Start by reading .github/workflows/milestone-changelog.md and inspecting run 33931735027 to locate the batch-writing command that requires bash. Replace that command as indicated with Python subprocess calls and direct file writes, then rerun the Milestone Changelog Generator workflow and confirm it completes without missing-tool failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, github-actions, python
- Domain
- ci-cd, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100