-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
The SingleMilestone3 integration test is attempting to generate the release notes for ChocolateyGUI 0.13.0 but it's failing with the following error message:
Bad Issue https://github.com/chocolatey/ChocolateyGUI/issues/242 expected to find a single label with either Breaking Change, Bug, Documentation, Feature, Good First Issue, Help Wanted, Improvement, Question or Build.
I noticed this problem today but I believe it started about two weeks ago because it looks like a bot named chco-sync added the 'Enhancement' label on this issue (notice that 'Enhancement' is not on the list of expected labels as mentioned in the error message). I suspect the bot modified several other issues, so 242 is probably not the only one.
The solution is simply to add Enhancement to the IssueLabelsInclude list in the body of the SingleMilestone3 test.
I will submit a PR with this fix.