-
Notifications
You must be signed in to change notification settings - Fork 85
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
Empty commit with [placeholder] title #122
Comments
Hey, sorry for the delay, I'm assuming you're trying to use the initial functionality of AutoPR (generating an pull request from an issue). Could you try replacing line 40 in your From: uses: irgolic/AutoPR@main to uses: docker://ghcr.io/irgolic/autopr:v0.1.2 |
@irgolic Has this functionality (generating PR from issue) been depreciated permanently? |
Not permanently, but we're moving toward a configurable infrastructure for writing LLM-powered processes over your git repo. We're hitting some lower-hanging fruit first, and will be reimplementing generating PR from issues in a way that allows configuring different generation use cases. To be honest, I wasn't expecting so many people to be using AutoPR's issue => PR generation, lots popped their heads out after I made the change to main. Is there something you found it better at than the alternatives (namely Sweep)? |
Thanks, it helped :) It created one PR and now I have another problem connected with PR creation. I understood that creating issues connected with the old version (with issue->PR feature) doesn't make sense :D For me, this feature is great for non-code issues like translations or content creation. I will check Sweep but I prefer solutions where I use my own API key for openai like this. |
Awesome, thanks for the insight. I'll keep your use case in mind, I think we should be able to support something like that in a more structured way quite soon. |
Hi.
I wanna use AutoPR to automate translations in my project. I followed with documentation and added proper workflow and secret.
Then I created a small issue with a plain description (I think :) ). AutoPR workflow ran and finished with success but no PR was created. The only output of this action was an empty commit with a "[placeholder]" title.
Link to labelled issue: WezSieTato/ScanNow#63
The text was updated successfully, but these errors were encountered: