sorenlouv / backport

A simple CLI tool that automates the process of backporting commits on a GitHub repo
https://github.com/sqren/backport/blob/main/docs/config-file-options.md
Apache License 2.0
241 stars 57 forks source link

Improve handling missing scopes #471

Closed sorenlouv closed 10 months ago

sorenlouv commented 10 months ago

This checks whether the user selected the minimum required scopes (repo scope for private repos and public_repo for public repos) and aborts with an error if they didn't.