PowerShell Podcast ScriptingChallenge
This is the PowerShell scripting challenge from my appearance on the PowerShell Podcast
Base Challenge
Using whatever tools and techniques you want, write a PowerShell function that will query the Issues section of a GitHub repository and create output showing the number of open issues by label and the percentage of all open issues. Remember that multiple labels may be used with an issue.
For example, if there are 54 open issues and the bug label is used 23 times,your output would show a count of 23 and a total percentage of 42.59 for the bug