auto-label
auto-label copied to clipboard
Never-before-used labels are not added
Hey thanks this is really useful!
Issue
New labels, which have never been created manually, will never be added.
Recreate
Set the auto-label
action to add a label which has never been used.
Solutions
- Add documentation that you must manually add any labels first.
- Configure the Action to add new non-existent labels.
Solution #2 is definitely possible as https://github.com/pascalgn/size-label-action doesn't have this issue
@pi0neerpat That's because the necessary labels creation step is outlined in the repo's README.
Nice! I skipped over that since it wasn't clear. Maybe add a sentence about creating them manually if you don't use the script? It seems users may prefer that method than use the script, and will be confused when it doesnt work.