-
Notifications
You must be signed in to change notification settings - Fork 23
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
Support rerunning --pr-merge
with --strategy append
#283
Comments
I imagine this could be the related code: octopilot/repository/repository.go Lines 158 to 164 in 96db95b
...which runs into this: octopilot/repository/strategy_append.go Lines 70 to 73 in 96db95b
...which makes this code not run: octopilot/repository/repository.go Lines 166 to 182 in 96db95b
Would you agree that's the case? How might we work towards supporting this? |
ok, so if I understand correctly you'd like octopilot to retry merging an existing PR, even if it doesn't need to change anything in the code. |
Yes, that's the idea:
|
I'd like to be able to "rerun Octopilot, and have it attempt auto-merging again".
Steps to reproduce:
--pr-merge
and--strategy append
)--pr-merge
) #280--pr-merge-method
(trying several methods) #281Expected results:
Actual results:
No changes recorded, nothing to push
andRepository update has no changes
, as seen in:The text was updated successfully, but these errors were encountered: