ejoffe / spr

Stacked Pull Requests on GitHub
MIT License
796 stars 68 forks source link

Feature Request: handle merges by bot #225

Closed misha-ridge closed 2 years ago

misha-ridge commented 2 years ago

The project I'm working on has a bot that automatically merges PRs that:

Would it be hard for spr update to acknowledge automatically merged PRs and update the stack accordingly?

ejoffe commented 2 years ago

I think this should work well with the current implementation, spr doesn't keep any state, so prs can automatically merge, and next time you run spr it will only show the unmerged prs. Give it a try, and posts issues here if they come up.

misha-ridge commented 2 years ago

Yes, it works well, thanks.