Homebrew / actions

🚀 Homebrew's GitHub Actions
BSD 2-Clause "Simplified" License
118 stars 39 forks source link

create-pull-request: add action #585

Closed Bo98 closed 1 week ago

Bo98 commented 1 week ago

A PR creation action that chews at the API limit less than gh pr create.

Bo98 commented 1 week ago

Added those.

Note that labels + reviewers are an additional API call each (but still overall less than gh). Not sure how valuable reviewers is given we auto merge anyway.