Gets GitHub Issues as Posts
Gets GitHub Issues as Posts.
By default, will get closed issues with the label ‘post’.
Get-GitPubIssue -UserName StartAutomating -Repository PipeScript
The GitHub Username or Organization.
Type:
[String]
Required: false
Position: 1
PipelineInput:false
The repository
Type:
[String]
Required: true
Position: 2
PipelineInput:false
The issue state. Can be open, closed, or all
Valid Values:
Type:
[String]
Required: false
Position: 3
PipelineInput:false
The issue label.
Type:
[String[]]
Required: false
Position: 4
PipelineInput:false
The GitHub Access token. If this is not provided, $env:GITHUB_TOKEN is present, $env:GITHUB_TOKEN will be used.
Type:
[String]
Required: false
Position: 5
PipelineInput:false
Get-GitPubIssue [[-UserName] <String>] [-Repository] <String> [[-IssueState] <String>] [[-IssueLabel] <String[]>] [[-GitHubAccessToken] <String>] [<CommonParameters>]