gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
933 stars 63 forks source link

Fix --skip-pull-requests behavior #86

Closed zackproser closed 2 years ago

zackproser commented 2 years ago

Description

Fixes #71.

Depends on #85, which must be merged first.

TODOs

Read the Gruntwork contribution guidelines.

Release Notes (draft)

Fix --skip-pull-requests logic so that pull requests are skipped and the default branch can be used as a target.

Migration Guide

zackproser commented 2 years ago

Thanks for reviews! Going to merge this in now.