Mislav Marohnić

Results 921 comments of Mislav Marohnić

Thanks for this and sorry for the late reaction. I've amended the approach in a way that I find easier to read/maintain: temporarily create the `.git` directory if missing.

I think this could be solved by adding support throughout the gh codebase for the following environment variables that would supersede GH_HOST: - GITHUB_API_URL, with the default being `https://api.github.com`, -...

> let's do extraction to directories named for run ids. To keep compatibility with the current behavior `gh run download -n name`, where the zip archives are extracted into the...

Agreed that the current behavior is partially undocumented and potentially confusing. `gh run download` does _not_ intentionally filter by latest run only, but after filtering all artifacts in a repo...

@ffalor Yes, I think so. The destination format is not set in stone; this is just a proposal based on the above conversation. I love interfaces with outcomes determined mostly...

@brwilkinson Sorry that this wasn't more clear. GitHub CLI has a concept of a "base repository" where most gh operations should be targeted to, and by default the base repository...

Thanks for the feedback, everyone. Since this is tripping up a lot of folks, I will re-label this as a bug so we can handle it accordingly. To clarify: if...

Thank you for everyone's patience while we discuss this. We decided to remove the "magic" repo resolution from `gh secret` set of commands in favor of the following behavior: -...

> Creating the symbolic link in a Home Assistant OS install (getting a docker bash prompt, etc) and testing is a high bar for most users. I had to learn...

Thank you for reporting! 1. Could you try with the latest gh version? 2. Is the team definitely in the same org as the repository itself? 3. Could you try...