-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
The reply-to-pull-request-review-comment safe output in the create-issue-command agentic workflow is not working. After creating an issue from a /create-issue command, the reply confirming the issue creation fails to post.
Current Configuration
safe-outputs:
reply-to-pull-request-review-comment:
max: 1
github-token: ${{ secrets.GH_AW_AGENT_TOKEN }}Investigation
- Check action run logs for the specific error message
- Verify
GH_AW_AGENT_TOKENhas sufficient permissions for replying to review comments - Confirm the safe output parameters (comment ID, body) are correct
- Check if the issue is related to the
github-tokenfield or the safe output itself - Compare with
resolve-pull-request-review-thread(also not working — tracked in create-issue-command: resolve-pull-request-review-thread not working #66)
Related
- create-issue-command: resolve-pull-request-review-thread not working #66 —
resolve-pull-request-review-threadnot working (same workflow, same token) - PR feat: add agentic workflows and security posture #51 — feat: add agentic workflows and security posture
Reactions are currently unavailable
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working