external help file: PSReleaseTools-help.xml Module Name: PSReleaseTools online version: https://bit.ly/3lMpNgK schema: 2.0.0
Get PowerShell issue labels.
Get-PSIssueLabel [[-Name] <String>] [<CommonParameters>]
The GitHub issues for the PowerShell repository have numerous labels defined. You can run this command to get a list of these labels.
PS C:\> Get-PSIssueLabel
Name Description
---- -----------
.NET Pull requests that update .net code
Area-Build
Area-Cmdlets
Area-Cmdlets-Archive
Area-Cmdlets-Core
...
Specify a label name. You can use wildcards.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/