Skip to content

Conversation

Alex-Welsh
Copy link
Member

When listing labels using the gh, there is a default limit of 30. We have exceeded this limit in some places, which can cause the check to fail:

alex@alex-XPS-9315:~/work/skc$ gh label list -L 500 --json name --jq 'any(.name == "stackhpc-ci")'
true
alex@alex-XPS-9315:~/work/skc$ gh label list  --json name --jq 'any(.name == "stackhpc-ci")'
false

This change increases the label limit to 500

@Alex-Welsh Alex-Welsh requested a review from a team as a code owner May 21, 2025 08:18
@Alex-Welsh Alex-Welsh merged commit 886a6d5 into main May 21, 2025
3 checks passed
@Alex-Welsh Alex-Welsh deleted the gh-label-limit branch May 21, 2025 08:20
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