Skydio / revup

Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.
https://github.com/Skydio/revup
MIT License
310 stars 61 forks source link

Handle Relative across forks #44

Closed jerry-skydio closed 2 years ago

jerry-skydio commented 2 years ago

Github's review model does not allow the base branch to live in another fork, making it impossible to use the relative review model.

Throw an error if using Relative-Branch, and skip topics that are relative until the base is merged.

Reviewers: greg-b, brian-k

jerry-skydio commented 2 years ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/44 Handle Relative across forks

jerry-skydio commented 2 years ago
# head base diff date summary
0 1e4320b4 116812da diff Sep 15 2:10 PM 2 files changed, 16 insertions(+)
1 52f8e0d0 116812da diff Sep 15 2:12 PM 1 file changed, 2 insertions(+), 1 deletion(-)