- Added
- Get-GHAssest - This returns a list of releases, the
download
switch lets you download the zip file of it - Get-GHRelease - Get releases in a GitHub repository
- Get-GHReleaseReport - Get releases in a GitHub repository, and export to Excel
- Get-GHAllReports - Gets all metrics from a GitHub repo, Releases, Issues, and Pull Requests. Exports to Excel
- Get-GHAssest - This returns a list of releases, the
- Added
Get-GHIssueReport
- Get 'open|closed|all' issues in a GitHub repository, and save them to Excel, and make a pivot tableGet-GHPullRequestReport
- Get 'open|closed|all' pull requests in a GitHub repository, and save them to Excel, and make a pivot tableExportReport
- Export either issues or pull request details to an Excel fileFind-GHRepoByUser
- Find the GitHub repositories for a user
- Update Get-GHWorkflow, filter workflows by name
Get-GHWorkflow microsoft vscode deep*
- Update Get-GHWorkflow parameters with
[Parameter(ValueFromPipelineByPropertyName)]
- Update Get-GHMetrics GraphQL with total commits, default branch, last commit date
- Add GitHub Token to basic-powershell.yml
- Add
total commits
andlast commit date
toGet-GHMetrics
- Add raw switch to
Get-GHWorkflow
- Add value by property name.
Get-GHMetrics
- Move launching the browser till after all files are pushed.
Set-GHContent
- Enabled
$env:PSAdvantageGHToken
as a third way to pass the GitHub public access token to the PSAdvantage functions
- Enable pipeline processing for
Get-GHLatestJob
,Get-GHLatestJobSteps
,Get-GHLatestRun
,Remove-GHRepo