How can Claude action be used to create a PR? #578
|
I am trying to use Claude action to automatically work on open issues marked with a specific label. Though, it adds the right commit to a new branch, it does not do the following (even though they are specifically mentioned in the instructions):
References |
Answered by
tomoish
Sep 21, 2025
Replies: 1 comment 1 reply
|
@smol-ninja PR creation is manual. The action generates a "Create PR" link in the comment that users must click manually. |
1 reply
Answer selected by
smol-ninja
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@smol-ninja
Claude Code Action currently does not support automatic PR creation.
PR creation is manual. The action generates a "Create PR" link in the comment that users must click manually.
Additionally, the codebase doesn't contain any calls to GitHub's PR creation API (octokit.rest.pulls.create). It only generates comparison URLs for manual PR creation.