GitHub CLI label list search command returning unusual matches #177597
Unanswered
gilzow
asked this question in
API and Webhooks
Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
Created an issue in the CLI repo, but asking here as well.
I'm using the github cli inside of a workflow job. Specifically, using the cli to search for a label and if the label doesn't exist, create it.
Specific
ghcommand isUp until about a week ago, this returned the correct label "markdown/prose". However, as of late last week, it started returning TWO labels, one of which makes no sense.
According to the help for
--searchit searches both name and description, but the description for both matches is empty.I can replicate this behavior by misspelling the search phrase, or by trying other search strings that should match a given number of labels but the actual results contains results that do not contain the search phrase.
Anyone have any ideas what is going on or what I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions