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
317 stars 67 forks source link

amend: Don't attempt to lookup topics if no github remote #80

Closed jerry-skydio closed 1 year ago

jerry-skydio commented 2 years ago

If we're in a repo with no remote, or no github remote, don't attempt the topics lookup at all as we assume the user isn't using "revup upload" in this repo.

This slightly speeds up and avoids some errors.

Topic: amend_lookup Reviewers: brian-k

jerry-skydio commented 2 years ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/80 amend: Don't attempt to lookup topics if no github remote

jerry-skydio commented 2 years ago
# head base diff date summary
0 5a5366d6 311ff10d diff Oct 24 17:41 PM 3 files changed, 51 insertions(+), 40 deletions(-)