Skip to content

create-issue-command: reply-to-pull-request-review-comment not working #71

@pmalarme

Description

@pmalarme

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_TOKEN has 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-token field 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

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions