rnorth / gh-combine-prs

A `gh` extension for combining multiple PRs (e.g. Dependabot PRs) into one.
Apache License 2.0
100 stars 14 forks source link

added branch-name, label, no-label, and title CLI params #14

Open fearphage opened 1 year ago

fearphage commented 1 year ago

Sample usage:

--branch-name pull-requests-combined
--label yes,no,maybe
--no-label
--title "Where Prs are combined"

Notes