Describe the bug
Claude commented on the issue as if it was completed. However, the job url is wrong, the branch it referenced doesn’t exist. And the code is lost.
To Reproduce
No idea how, only occurred once for me so far. But here is the URL to the issue:
gaarutyunov/mcp-anything#84
Expected behavior
- Create branch
- Push everything there
- post a comment with standard format for PR creation
Screenshots
Just open the issue in the repo.
Workflow yml file
https://github.com/gaarutyunov/mcp-anything/blob/main/.github/workflows/claude.yml
API Provider
[x] Anthropic First-Party API (default)
[ ] AWS Bedrock
[ ] GCP Vertex
Additional context
In my experience it’s better to make such actions deterministic. For example,
- instruct claude to write the body of the PR or commit message into a file in the end of the task.
- commit and push with git cli. If the file is empty, then just use default commit message.
- create PR with gh cli. If the file with PR body is empty use default format.
Describe the bug
Claude commented on the issue as if it was completed. However, the job url is wrong, the branch it referenced doesn’t exist. And the code is lost.
To Reproduce
No idea how, only occurred once for me so far. But here is the URL to the issue:
gaarutyunov/mcp-anything#84
Expected behavior
Screenshots
Just open the issue in the repo.
Workflow yml file
https://github.com/gaarutyunov/mcp-anything/blob/main/.github/workflows/claude.yml
API Provider
[x] Anthropic First-Party API (default)
[ ] AWS Bedrock
[ ] GCP Vertex
Additional context
In my experience it’s better to make such actions deterministic. For example,