New GitHubComment - X-Guardian/PowerShellForGitHub GitHub Wiki

New-GitHubComment

SYNOPSIS

SYNTAX

DESCRIPTION

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

EXAMPLES

EXAMPLE 1

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.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

GitHub.Branch

GitHub.Content

GitHub.Event

GitHub.Issue

GitHub.IssueComment

GitHub.Label

GitHub.Milestone

GitHub.PullRequest

GitHub.Project

GitHub.ProjectCard

GitHub.ProjectColumn

GitHub.Release

GitHub.Repository

GitHub.User

OUTPUTS

GitHub.IssueComment

NOTES

RELATED LINKS

⚠️ **GitHub.com Fallback** ⚠️