silverstripe / module-standardiser

Tool that standardises some files in Silverstripe modules
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

FIX Don't try to use option when it doesn't exist #61

Closed GuySartorelli closed 4 months ago

GuySartorelli commented 4 months ago

When running this command:

MS_GITHUB_TOKEN=my_token php run.php labels --only=gha-add-pr-to-project

I got the following error:

The "unsupported-default-branch" option does not exist.

Issue