Andy Feller

Results 385 comments of Andy Feller

Thanks for opening this bug report, @findepi! 🤗 Using the following workflow, I was able to reproduce this without involving a pull request: ```yaml on: workflow_dispatch: jobs: long-running: runs-on: ubuntu-latest...

Thanks for opening up this pull request, @iamazeem! ❤️ Right now, we are a bit understaffed and juggling some high priority items, so I'm going to be a little slow...

@iamazeem : just want you to know I'm catching up on this PR today, stay tuned and sincere thank you for patience! 🙇

Bringing up https://github.com/cli/cli/issues/8274#issuecomment-2802187292 internally to see if we can get movement on this PR. Thank you again for your patience as I know this has been dragging on 🙇

Additionally, we could include the number of comments and reactions in the table view 🤷 ```shell $ ./bin/gh search issues --updated=">=$(date -j -v'-3m' '+%Y-%m-%d')" --interactions=">10" --repo cli/cli --limit 10 Showing...

I think @kerthcet meant to link https://github.com/InftyAI/Awesome-LLMOps/blob/main/.github/workflows/kube-workflow.yaml as the example. Aside from seeing the actual workflow file, the snippet above doesn't appear to reference the [`secrets` context](https://docs.github.com/en/actions/learn-github-actions/contexts#secrets-context) but also double...

With [convertProjectV2DraftIssueItemToIssue](https://docs.github.com/en/graphql/reference/mutations#convertprojectv2draftissueitemtoissue) mutation available, I believe this is now unblocked for someone interested to pick up.

@spenserblack : with `v2.72.0` release of accessibility public preview improvements, the GitHub CLI will use default color text when displaying labels rather than the 24-bit RGB hex codes unless you...

@GuillaumeDesforges : thank you for opening up this suggestion! 🤗 **What might some of the commands to view, subscribe, and unsubscribe from watched repositories look like?** - Which top level...

> ``` > # add a filter to gh repo list > > gh repo list --subscription all > gh repo list --subscription participating+mention > gh repo list --subscription ignore...