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 |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
@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.