mab / dotfiles

Manage my dotfiles with chezmoi
MIT License
2 stars 0 forks source link

Update dependency cli/cli to v2.60.1 #260

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Update Change
cli/cli minor v2.54.0 -> v2.60.1

Release Notes

cli/cli (cli/cli) ### [`v2.60.1`](https://redirect.github.com/cli/cli/releases/tag/v2.60.1): GitHub CLI 2.60.1 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.60.0...v2.60.1) This is a small patch release to fix installing `gh` via `go install` which was broken with v2.60.0. #### What's Changed - Update testscript to use hard fork by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9821](https://redirect.github.com/cli/cli/pull/9821) **Full Changelog**: https://github.com/cli/cli/compare/v2.60.0...v2.60.1 ### [`v2.60.0`](https://redirect.github.com/cli/cli/releases/tag/v2.60.0): GitHub CLI 2.60.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.59.0...v2.60.0) #### What's Changed - Add ArchivedAt field by [@​tsukasaI](https://redirect.github.com/tsukasaI) in [https://github.com/cli/cli/pull/9790](https://redirect.github.com/cli/cli/pull/9790) - Include startedAt, completedAt in run steps data by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9774](https://redirect.github.com/cli/cli/pull/9774) - Adjust environment help for host and tokens by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9809](https://redirect.github.com/cli/cli/pull/9809) - Add handling of empty titles for Issues and PRs by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9701](https://redirect.github.com/cli/cli/pull/9701) - `LiveSigstoreVerifier.Verify` should error if no attestations are present by [@​phillmv](https://redirect.github.com/phillmv) in [https://github.com/cli/cli/pull/9742](https://redirect.github.com/cli/cli/pull/9742) - `gh at verify` retries fetching attestations if it receives a 5xx by [@​phillmv](https://redirect.github.com/phillmv) in [https://github.com/cli/cli/pull/9797](https://redirect.github.com/cli/cli/pull/9797) - Prevent local extension installations with invalid names and conflicts with core commands and other extensions by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9794](https://redirect.github.com/cli/cli/pull/9794) - Rewrite a sentence in CONTRIBUTING.md by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9772](https://redirect.github.com/cli/cli/pull/9772) - Use new GitHub preview terms in `working-with-us.md` by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9800](https://redirect.github.com/cli/cli/pull/9800) - Use new GitHub previews terminology in attestation commands' help docs by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9799](https://redirect.github.com/cli/cli/pull/9799) - Clarify in README that `gh` is supported on GitHub Enterprise Cloud by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9805](https://redirect.github.com/cli/cli/pull/9805) - build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.5 to 1.4.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9752](https://redirect.github.com/cli/cli/pull/9752) ##### Acceptance Test Changes - Add acceptance tests for `workflow`, `run`, and `cache` commands by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9766](https://redirect.github.com/cli/cli/pull/9766) - Add basic `api` acceptance tests by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9770](https://redirect.github.com/cli/cli/pull/9770) - Add acceptance tests for `release` commands by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9771](https://redirect.github.com/cli/cli/pull/9771) - Add acceptance tests for `org` and `ssh-key` commands by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9812](https://redirect.github.com/cli/cli/pull/9812) - Add acceptance tests for `gh auth` commands by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9787](https://redirect.github.com/cli/cli/pull/9787) - Add acceptance tests for `repo` commands by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9783](https://redirect.github.com/cli/cli/pull/9783) - Add acceptance tests for `search` command by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9786](https://redirect.github.com/cli/cli/pull/9786) - Add acceptance tests for `variable` commands by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/978](https://redirect.github.com/cli/cli/pull/978) - Add testscripts for gpg-key and label commands by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9811](https://redirect.github.com/cli/cli/pull/9811) - Use forked testscript for token redaction by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9804](https://redirect.github.com/cli/cli/pull/9804) - Add acceptance tests for `secret` commands by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9782](https://redirect.github.com/cli/cli/pull/9782) - Note token redaction in Acceptance test README by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9813](https://redirect.github.com/cli/cli/pull/9813) #### New Contributors - [@​tsukasaI](https://redirect.github.com/tsukasaI) made their first contribution in [https://github.com/cli/cli/pull/9790](https://redirect.github.com/cli/cli/pull/9790) **Full Changelog**: https://github.com/cli/cli/compare/v2.59.0...v2.60.0 ### [`v2.59.0`](https://redirect.github.com/cli/cli/releases/tag/v2.59.0): GitHub CLI 2.59.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.58.0...v2.59.0) #### What's Changed - Allow community submitted design work by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9683](https://redirect.github.com/cli/cli/pull/9683) - Improve `SECURITY.md` with expectations for privately reported vulnerabilities by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9687](https://redirect.github.com/cli/cli/pull/9687) - Emit a log message when extension installation falls back to a `darwin-amd64` binary on an Apple Silicon macOS device by [@​timrogers](https://redirect.github.com/timrogers) in [https://github.com/cli/cli/pull/9650](https://redirect.github.com/cli/cli/pull/9650) - Print the login URL even when opening a browser by [@​ulfjack](https://redirect.github.com/ulfjack) in [https://github.com/cli/cli/pull/7091](https://redirect.github.com/cli/cli/pull/7091) - configurable maxwidth for markdown WithWrap() by [@​smemsh](https://redirect.github.com/smemsh) in [https://github.com/cli/cli/pull/9626](https://redirect.github.com/cli/cli/pull/9626) - Handle errors when parsing hostname in auth flow by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9729](https://redirect.github.com/cli/cli/pull/9729) - Add `repo license list/view` and `repo gitignore list/view` by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9721](https://redirect.github.com/cli/cli/pull/9721) - Introduce testscript acceptance tests generally, and for the PR command specifically by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9745](https://redirect.github.com/cli/cli/pull/9745) - Support `GH_ACCEPTANCE_SCRIPT` env var to target a single script by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9756](https://redirect.github.com/cli/cli/pull/9756) - Ensure Acceptance defer failures are debuggable by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9754](https://redirect.github.com/cli/cli/pull/9754) - Add acceptance task to makefile by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9748](https://redirect.github.com/cli/cli/pull/9748) - Add Acceptance tests for `issue` command by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9757](https://redirect.github.com/cli/cli/pull/9757) - Update IsEnterprise and IsTenancy for orthogonality using go-gh by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9755](https://redirect.github.com/cli/cli/pull/9755) - Supporting filtering on `gist list` by [@​heaths](https://redirect.github.com/heaths) in [https://github.com/cli/cli/pull/9728](https://redirect.github.com/cli/cli/pull/9728) #### New Contributors - [@​ulfjack](https://redirect.github.com/ulfjack) made their first contribution in [https://github.com/cli/cli/pull/7091](https://redirect.github.com/cli/cli/pull/7091) - [@​smemsh](https://redirect.github.com/smemsh) made their first contribution in [https://github.com/cli/cli/pull/9626](https://redirect.github.com/cli/cli/pull/9626) **Full Changelog**: https://github.com/cli/cli/compare/v2.58.0...v2.59.0 ### [`v2.58.0`](https://redirect.github.com/cli/cli/releases/tag/v2.58.0): GitHub CLI 2.58.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.57.0...v2.58.0) #### What's Changed - Better messaging for `attestation verify` custom issuer mismatch error by [@​bdehamer](https://redirect.github.com/bdehamer) in [https://github.com/cli/cli/pull/9616](https://redirect.github.com/cli/cli/pull/9616) - Enhance gh repo create docs, fix random cmd link by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9630](https://redirect.github.com/cli/cli/pull/9630) - Add HasActiveToken method to AuthConfig to refactor auth check for `attestation trusted-root` command by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9635](https://redirect.github.com/cli/cli/pull/9635) - Improve the suggested command for creating an issue when an extension doesn't have a binary for your platform by [@​timrogers](https://redirect.github.com/timrogers) in [https://github.com/cli/cli/pull/9608](https://redirect.github.com/cli/cli/pull/9608) - Disable auth check for `attestation trusted-root` command by [@​bdehamer](https://redirect.github.com/bdehamer) in [https://github.com/cli/cli/pull/9610](https://redirect.github.com/cli/cli/pull/9610) - build(deps): bump github.com/henvic/httpretty from 0.1.3 to 0.1.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9645](https://redirect.github.com/cli/cli/pull/9645) - Fix tenant-awareness for `trusted-root` command by [@​bdehamer](https://redirect.github.com/bdehamer) in [https://github.com/cli/cli/pull/9638](https://redirect.github.com/cli/cli/pull/9638) - Replace "GitHub Enterprise Server" option with "other" in gh auth login prompting by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9642](https://redirect.github.com/cli/cli/pull/9642) - build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.4 to 2.0.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9634](https://redirect.github.com/cli/cli/pull/9634) - Add `dnf5` instructions to `docs/install_linux.md` by [@​its-miroma](https://redirect.github.com/its-miroma) in [https://github.com/cli/cli/pull/9660](https://redirect.github.com/cli/cli/pull/9660) - build(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.0.0 to 2.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9688](https://redirect.github.com/cli/cli/pull/9688) #### New Contributors - [@​its-miroma](https://redirect.github.com/its-miroma) made their first contribution in [https://github.com/cli/cli/pull/9660](https://redirect.github.com/cli/cli/pull/9660) **Full Changelog**: https://github.com/cli/cli/compare/v2.57.0...v2.58.0 ### [`v2.57.0`](https://redirect.github.com/cli/cli/releases/tag/v2.57.0): GitHub CLI 2.57.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.56.0...v2.57.0) #### What's Changed - Move non-integration tests to different test file by [@​codysoyland](https://redirect.github.com/codysoyland) in [https://github.com/cli/cli/pull/9577](https://redirect.github.com/cli/cli/pull/9577) - Added tenancy aware attestation commands by [@​kommendorkapten](https://redirect.github.com/kommendorkapten) in [https://github.com/cli/cli/pull/9542](https://redirect.github.com/cli/cli/pull/9542) - Added `--active` flag to the `gh auth status` command by [@​velumuruganr](https://redirect.github.com/velumuruganr) in [https://github.com/cli/cli/pull/9520](https://redirect.github.com/cli/cli/pull/9520) - build(deps): bump github.com/sigstore/sigstore-go from 0.6.1 to 0.6.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9601](https://redirect.github.com/cli/cli/pull/9601) - `gh attestation verify` test for custom OIDC issuers by [@​bdehamer](https://redirect.github.com/bdehamer) in [https://github.com/cli/cli/pull/9595](https://redirect.github.com/cli/cli/pull/9595) - Suggest installing Rosetta when extension installation fails due to missing `darwin-arm64` binary, but a `darwin-amd64` binary is available by [@​timrogers](https://redirect.github.com/timrogers) in [https://github.com/cli/cli/pull/9599](https://redirect.github.com/cli/cli/pull/9599) - Update `gh attestation verify` bundle parsing and validation errors by [@​malancas](https://redirect.github.com/malancas) in [https://github.com/cli/cli/pull/9564](https://redirect.github.com/cli/cli/pull/9564) - Suppress `attestation verify` output when no TTY present by [@​bdehamer](https://redirect.github.com/bdehamer) in [https://github.com/cli/cli/pull/9612](https://redirect.github.com/cli/cli/pull/9612) - Use api subdomains for tenant hosts by [@​williammartin](https://redirect.github.com/williammartin) in [https://github.com/cli/cli/pull/9618](https://redirect.github.com/cli/cli/pull/9618) #### New Contributors - [@​kommendorkapten](https://redirect.github.com/kommendorkapten) made their first contribution in [https://github.com/cli/cli/pull/9542](https://redirect.github.com/cli/cli/pull/9542) - [@​velumuruganr](https://redirect.github.com/velumuruganr) made their first contribution in [https://github.com/cli/cli/pull/9520](https://redirect.github.com/cli/cli/pull/9520) - [@​bdehamer](https://redirect.github.com/bdehamer) made their first contribution in [https://github.com/cli/cli/pull/9595](https://redirect.github.com/cli/cli/pull/9595) - [@​timrogers](https://redirect.github.com/timrogers) made their first contribution in [https://github.com/cli/cli/pull/9599](https://redirect.github.com/cli/cli/pull/9599) **Full Changelog**: https://github.com/cli/cli/compare/v2.56.0...v2.57.0 ### [`v2.56.0`](https://redirect.github.com/cli/cli/releases/tag/v2.56.0): GitHub CLI 2.56.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.55.0...v2.56.0) #### Important note about renewed GPG key The Debian and RedHat releases have been signed with a new GPG key. If you are experiencing issues updating your `.deb` or `.rpm` packages, please read [cli/cli#9569](https://redirect.github.com/cli/cli/issues/9569). #### What's Changed - Always print URL scheme to stdout by [@​heaths](https://redirect.github.com/heaths) in [https://github.com/cli/cli/pull/9471](https://redirect.github.com/cli/cli/pull/9471) - Quote repo names consistently in `gh repo sync` stdout by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9491](https://redirect.github.com/cli/cli/pull/9491) - Fetch bundle from OCI registry for verify by [@​ejahnGithub](https://redirect.github.com/ejahnGithub) in [https://github.com/cli/cli/pull/9421](https://redirect.github.com/cli/cli/pull/9421) - Remove `Internal` from `gh repo create` prompt when owner is not an org by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9465](https://redirect.github.com/cli/cli/pull/9465) - Drop surplus trailing space char in flag names in web by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9495](https://redirect.github.com/cli/cli/pull/9495) - fix the trimming of log filenames for `gh run view` by [@​benebsiny](https://redirect.github.com/benebsiny) in [https://github.com/cli/cli/pull/9482](https://redirect.github.com/cli/cli/pull/9482) - "offline" verification using the bundle of attestations without any additional handling of the file by [@​aryanbhosale](https://redirect.github.com/aryanbhosale) in [https://github.com/cli/cli/pull/9523](https://redirect.github.com/cli/cli/pull/9523) - build(deps): bump actions/attest-build-provenance from 1.4.1 to 1.4.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9518](https://redirect.github.com/cli/cli/pull/9518) - Fix doc typo for `repo sync` by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9509](https://redirect.github.com/cli/cli/pull/9509) - Correct the help message for -F by [@​Goooler](https://redirect.github.com/Goooler) in [https://github.com/cli/cli/pull/9525](https://redirect.github.com/cli/cli/pull/9525) - chore: fix some function names by [@​crystalstall](https://redirect.github.com/crystalstall) in [https://github.com/cli/cli/pull/9555](https://redirect.github.com/cli/cli/pull/9555) - verify 2nd artifact without swapping order by [@​aryanbhosale](https://redirect.github.com/aryanbhosale) in [https://github.com/cli/cli/pull/9532](https://redirect.github.com/cli/cli/pull/9532) - `gh attestation verify` handles empty JSONL files by [@​malancas](https://redirect.github.com/malancas) in [https://github.com/cli/cli/pull/9541](https://redirect.github.com/cli/cli/pull/9541) - Enhance Linux installation docs to redirect users to GPG renewal issue, better troubleshooting support by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9573](https://redirect.github.com/cli/cli/pull/9573) - Upgrade sigstore-go to v0.6.1 by [@​codysoyland](https://redirect.github.com/codysoyland) in [https://github.com/cli/cli/pull/9566](https://redirect.github.com/cli/cli/pull/9566) - Check for nil values to prevent nil dereference panic by [@​codysoyland](https://redirect.github.com/codysoyland) in [https://github.com/cli/cli/pull/9578](https://redirect.github.com/cli/cli/pull/9578) - build(deps): bump actions/attest-build-provenance from 1.4.2 to 1.4.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9575](https://redirect.github.com/cli/cli/pull/9575) #### New Contributors - [@​aryanbhosale](https://redirect.github.com/aryanbhosale) made their first contribution in [https://github.com/cli/cli/pull/9523](https://redirect.github.com/cli/cli/pull/9523) - [@​Goooler](https://redirect.github.com/Goooler) made their first contribution in [https://github.com/cli/cli/pull/9525](https://redirect.github.com/cli/cli/pull/9525) - [@​crystalstall](https://redirect.github.com/crystalstall) made their first contribution in [https://github.com/cli/cli/pull/9555](https://redirect.github.com/cli/cli/pull/9555) **Full Changelog**: https://github.com/cli/cli/compare/v2.55.0...v2.56.0 ### [`v2.55.0`](https://redirect.github.com/cli/cli/releases/tag/v2.55.0): GitHub CLI 2.55.0 [Compare Source](https://redirect.github.com/cli/cli/compare/v2.54.0...v2.55.0) #### What's Changed - Update `gh variable get` to use repo host by [@​andyfeller](https://redirect.github.com/andyfeller) in [https://github.com/cli/cli/pull/9411](https://redirect.github.com/cli/cli/pull/9411) - build(deps): bump actions/attest-build-provenance from 1.3.3 to 1.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9400](https://redirect.github.com/cli/cli/pull/9400) - Unify use of tab indent in non-test source files by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9407](https://redirect.github.com/cli/cli/pull/9407) - Add Acceptance Criteria requirement to triage.md for accepted issues by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9435](https://redirect.github.com/cli/cli/pull/9435) - Improve Unix compliance `gh repo set-default` by [@​thecaffeinedev](https://redirect.github.com/thecaffeinedev) in [https://github.com/cli/cli/pull/9431](https://redirect.github.com/cli/cli/pull/9431) - Document that `gh run download` downloads the latest artifact by default by [@​sato11](https://redirect.github.com/sato11) in [https://github.com/cli/cli/pull/9412](https://redirect.github.com/cli/cli/pull/9412) - build(deps): bump github.com/google/go-containerregistry from 0.20.1 to 0.20.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9432](https://redirect.github.com/cli/cli/pull/9432) - Replace `--project.*` flags' `name` with `title` in docs by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9443](https://redirect.github.com/cli/cli/pull/9443) - Wrap flags with backticks, continued by [@​muzimuzhi](https://redirect.github.com/muzimuzhi) in [https://github.com/cli/cli/pull/9444](https://redirect.github.com/cli/cli/pull/9444) - Improve `gh release create --notes-from-tag` behavior with multiline tag annotation by [@​babakks](https://redirect.github.com/babakks) in [https://github.com/cli/cli/pull/9385](https://redirect.github.com/cli/cli/pull/9385) - Add `pr create --editor` by [@​benebsiny](https://redirect.github.com/benebsiny) in [https://github.com/cli/cli/pull/9433](https://redirect.github.com/cli/cli/pull/9433) - build(deps): bump actions/attest-build-provenance from 1.4.0 to 1.4.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9451](https://redirect.github.com/cli/cli/pull/9451) - Require Sigstore Bundle v0.2+ when verifying with `gh attestation` by [@​codysoyland](https://redirect.github.com/codysoyland) in [https://github.com/cli/cli/pull/9442](https://redirect.github.com/cli/cli/pull/9442) - build(deps): bump github.com/creack/pty from 1.1.21 to 1.1.23 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cli/cli/pull/9459](https://redirect.github.com/cli/cli/pull/9459) - Update Go and other extension workflow templates to reflect recent enhancements to `cli/gh-extension-precompile` by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9462](https://redirect.github.com/cli/cli/pull/9462) - Add note for external contributors to `working-with-us.md` by [@​BagToad](https://redirect.github.com/BagToad) in [https://github.com/cli/cli/pull/9468](https://redirect.github.com/cli/cli/pull/9468) - Update attestation TUF root by [@​codysoyland](https://redirect.github.com/codysoyland) in [https://github.com/cli/cli/pull/9467](https://redirect.github.com/cli/cli/pull/9467) - Improve documentation for pr checks and exit codes by [@​thecaffeinedev](https://redirect.github.com/thecaffeinedev) in [https://github.com/cli/cli/pull/9452](https://redirect.github.com/cli/cli/pull/9452) - cmd/pr/checks: Describe bucket and state JSON fields by [@​arunsathiya](https://redirect.github.com/arunsathiya) in [https://github.com/cli/cli/pull/9439](https://redirect.github.com/cli/cli/pull/9439) - Add Flox as an installation option by [@​bryanhonof](https://redirect.github.com/bryanhonof) in [https://github.com/cli/cli/pull/9396](https://redirect.github.com/cli/cli/pull/9396) - fix behavior for `gh issue develop -b does-not-exist-on-remote` by [@​benebsiny](https://redirect.github.com/benebsiny) in [https://github.com/cli/cli/pull/9477](https://redirect.github.com/cli/cli/pull/9477) - Update `--project ` flags in `gh search` to `owner/number` by [@​jtmcg](https://redirect.github.com/jtmcg) in [https://github.com/cli/cli/pull/9453](https://redirect.github.com/cli/cli/pull/9453) #### New Contributors - [@​jtmcg](https://redirect.github.com/jtmcg) made their first contribution in [https://github.com/cli/cli/pull/9435](https://redirect.github.com/cli/cli/pull/9435) - [@​thecaffeinedev](https://redirect.github.com/thecaffeinedev) made their first contribution in [https://github.com/cli/cli/pull/9431](https://redirect.github.com/cli/cli/pull/9431) - [@​sato11](https://redirect.github.com/sato11) made their first contribution in [https://github.com/cli/cli/pull/9412](https://redirect.github.com/cli/cli/pull/9412) - [@​codysoyland](https://redirect.github.com/codysoyland) made their first contribution in [https://github.com/cli/cli/pull/9442](https://redirect.github.com/cli/cli/pull/9442) - [@​BagToad](https://redirect.github.com/BagToad) made their first contribution in [https://github.com/cli/cli/pull/9462](https://redirect.github.com/cli/cli/pull/9462) - [@​bryanhonof](https://redirect.github.com/bryanhonof) made their first contribution in [https://github.com/cli/cli/pull/9396](https://redirect.github.com/cli/cli/pull/9396) **Full Changelog**: https://github.com/cli/cli/compare/v2.54.0...v2.55.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.