Skip to content

Commit

Permalink
[repo] Auto-label PR workflow improvements (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Jun 14, 2024
1 parent 0819114 commit 47247c4
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 47247c4

Please sign in to comment.