gh-combine-prs icon indicating copy to clipboard operation
gh-combine-prs copied to clipboard

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

Open fearphage opened this issue 1 year ago • 0 comments

Sample usage:

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

Notes

  • The few things I moved were to sort things alphabetically.
  • --label and --no-label should be exclusive, but I didn't add that logic in.

fearphage avatar Jan 15 '23 03:01 fearphage