Skip to content

Commit

Permalink
fix: team-linter issue duplication (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSidebotham authored Dec 22, 2023
1 parent 1130e4c commit f679634
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Find-GithubIssue {
[string]$title
)

$issueList = gh issue list --json number,title,assignees,labels,id | ConvertFrom-Json
$issueList = gh issue list --limit 500 --json number,title,assignees,labels,id | ConvertFrom-Json
$issueDetails = $null

foreach ($issueItem in $issueList) {
Expand Down

0 comments on commit f679634

Please sign in to comment.