Skip to content

Commit

Permalink
changes based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
etgottli committed Dec 10, 2018
1 parent 9562901 commit 791d5ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GitHubComments.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ function Get-GitHubComment
$elements = Resolve-RepositoryElements
$OwnerName = $elements.ownerName
$RepositoryName = $elements.repositoryName
$uriFragment = [String]::Empty
$description = [String]::Empty

if ($null -ne $Since)
{
Expand Down
3 changes: 3 additions & 0 deletions GitHubMilestones.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function Get-GitHubMilestone
Get-GitHubMilestone -OwnerName Powershell -RepositoryName PowerShellForGitHub
Get the milestones for the PowerShell\PowerShellForGitHub project.
.EXAMPLE
Get-GitHubMilestone -Uri 'https://github.com/PowerShell/PowerShellForGitHub' -Milestone 1
Get milestone number 1 for the PowerShell\PowerShellForGitHub project.
#>
Expand Down Expand Up @@ -97,6 +98,8 @@ function Get-GitHubMilestone
$elements = Resolve-RepositoryElements
$OwnerName = $elements.ownerName
$RepositoryName = $elements.repositoryName
$uriFragment = [String]::Empty
$description = [String]::Empty

$telemetryProperties = @{
'OwnerName' = (Get-PiiSafeString -PlainText $OwnerName)
Expand Down

0 comments on commit 791d5ff

Please sign in to comment.