-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iterate with PR comments #31
Comments
Accidentally triggered it with the rocket emoji (this was back before AutoPR was triggered by labels) It failed because Github Action tokens can't edit workflows, I'd need to replace it with a personal access token. It also can't pull the branch of #28 – when this issue is solved, we will be able to iterate on PRs in the PR comments section itself. But cute effort honestly, it created correct little stubs ready to be filled out. |
Functionality to iteratively amend PRs; currently it regenerates the PR every time you run it on an issue, I'd like it to respond code review/pull request comments, adding new commits and a new comment.
Draft for this is PR #28.
TODO is:
The text was updated successfully, but these errors were encountered: