Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Jun 14, 2024
2 parents 4d0f7eb + 47247c4 commit 8564aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/add-labels.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function AddLabelsOnPullRequestsBasedOnFilesChanged {
# Note: This function is intended to work on main repo and on contrib. Please
# keep them in sync.

$repoLabels = gh label list --json name,id | ConvertFrom-Json
$repoLabels = gh label list --json name,id -L 200 | ConvertFrom-Json

$filesChangedOnPullRequest = gh pr diff $pullRequestNumber --name-only

Expand Down

0 comments on commit 8564aac

Please sign in to comment.