New GitHubComment - X-Guardian/PowerShellForGitHub GitHub Wiki
Creates a new GitHub comment for an issue for the given repository
The Git repo for this module can be found here: http://aka.ms/PowerShellForGitHub
New-GitHubIssueComment -OwnerName microsoft -RepositoryName PowerShellForGitHub -Issue 1 -Body "Testing this API"
Creates a new GitHub comment for an issue for the microsoft\PowerShellForGitHub project.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.