pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.36k stars 127 forks source link

feat: add mapping for rebase_and_merge_pr #491

Closed Quitlox closed 8 months ago

Quitlox commented 8 months ago

Describe what this PR does / why we need it

This PR add a command rebase_and_merge_pr and provides a mapping to it.

Does this pull request fix one issue?

Describe how you did it

I followed the example of squash_and_merge_pr. The function implementing the merge_pr command already supports a rebase flag, only the command is missing.

Describe how to verify it

Special notes for reviews

pwntester commented 8 months ago

Thanks!