We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e11d53 commit 49f7863Copy full SHA for 49f7863
GitHubComments.ps1
@@ -273,7 +273,6 @@ function Get-GitHubComment
273
$telemetryProperties = @{
274
'OwnerName' = (Get-PiiSafeString -PlainText $OwnerName)
275
'RepositoryName' = (Get-PiiSafeString -PlainText $RepositoryName)
276
- 'Number' = $IssueNumber
277
'CommentID' = $CommentID
278
}
279
@@ -429,7 +428,7 @@ function Edit-GitHubComment
429
428
.EXAMPLE
430
Edit-GitHubComment -OwnerName Powershell -RepositoryName PowerShellForGitHub -CommentID 1 -Body "Testing this API"
431
432
- Get the top 10 referrers over the last 14 days from the PowerShell\PowerShellForGitHub project.
+ Edits an existing comment in an issue for the PowerShell\PowerShellForGitHub project.
433
#>
434
[CmdletBinding(
435
SupportsShouldProcess,
0 commit comments