Skip to content

Conversation

@rulasg
Copy link
Owner

@rulasg rulasg commented Dec 5, 2024

Introduce functions to extract repository details from issue comments and improve the output of the Get-OctodemoIssues function.

@rulasg rulasg merged commit 3a11033 into main Dec 5, 2024
2 checks passed
@rulasg rulasg deleted the add-repo-info-in-issue-list branch December 5, 2024 15:39
param(
[string]$url
)
$json = gh issue view $url --comments --json comments

Check notice

Code scanning / PSScriptAnalyzer

Line has trailing whitespace Note

Line has trailing whitespace

return $ret
}

Check notice

Code scanning / PSScriptAnalyzer

The cmdlet 'Get-RepoInfoFromString' does not have a help comment. Note

The cmdlet 'Get-RepoInfoFromString' does not have a help comment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants