Skip to content
This repository was archived by the owner on Apr 16, 2023. It is now read-only.

GitHub CLI nightly 2.25.1-48-g991e6806

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 07:22
· 1 commit to main since this release

Nightly build of the unofficial snap of GitHub CLI.

Changelog

  • 991e6806 Merge pull request #7249 from alex-petrov-vt/iss-7235
  • 6e1693ea Merge pull request #7241 from cli/repo-list-owner-test
  • 72f64cc6 Merge pull request #7080 from heaths/issue7055
  • d64c19e8 Merge pull request #7244 from SonicGDX/patch-1
  • 66706f08 Fix typo in README.md
  • 82662685 Autocomplete branch flags (#6031)
  • d104926c Resolve lint error
  • 3085c39a Specify branch to force exit code
  • 36436cb8 Retry fetching repo from template
  • 1fb12a98 improve test resiliency
  • 852bc003 feat: allow filtering workflow runs by statuses
  • 944df28f repo list: add test for invalid owner error
  • 3b239781 repo sync: clearer error message with actionable hint (#7110)
  • 1f0e5331 fix: throw error for non-existing org / repo with non-zero status in repo list (#7240)
  • 2f0bc867 Merge pull request #7232 from wingkwong/feat/run-view-attempt
  • 0dd8261d refactor: use net/url JoinPath
  • 48ed914d refactor: set the default case first
  • cc554135 fix: change MaximumNArgs from 2 to 1 in run view.go
  • c6a693c4 Add --template flag for issue create and pr create (#7185)
  • 185ebbe6 Add a --fail-fast option to pr checks --watch (#7203)
  • 5a2c24d3 docs: revise GH_CONFIG_DIR content in help_topic.go (#7230)
  • 0fa168b8 feat: add tests for attempt flag
  • a4c77ffd feat: include attempt in getRunLog
  • 897a2aa5 refactor: don't show latest attempt
  • 3796b6d6 feat: append attempt number in returned run url
  • 6c663427 feat: pass latest attempt to RenderRunHeader for watch
  • baaa5c31 feat: add attemptLabel to RenderRunHeader
  • 343e7300 feat: pass attempt to RenderRunHeader
  • 9a0f7916 feat: update GetRun path based on attempt
  • bd0f535d feat: pass 0 to fetch latest attempt
  • 28946956 feat: add attempt flag to run view
  • 82927b0c Merge pull request #7186 from srgk26/trunk
  • 9cf6f77a Merge pull request #7212 from wingkwong/feat/gist-rename
  • c6454064 refactor: revise errMsg in rename_test.go
  • 6854f0f6 refactor: remove unnecessary validations
  • 951d1aaa refactor: use ExactArgs instead of MaximumNArgs
  • 5699daef refactor: change from [] to {}
  • 39805fa9 Properly handle closing files that have been writen to (#7199)
  • 3534cf75 Bump github.com/mattn/go-isatty from 0.0.17 to 0.0.18 (#7217)
  • 3b27e068 feat: gist rename test
  • 9c83723a Merge branch 'trunk' into trunk
  • b705ea94 fix: revise test cases in TestNewCmdRename in rename_test.go
  • 9e1d34f4 feat: add FlagErrorf for missing flag cases
  • eb2da16b feat: TestNewCmdRename for gist rename
  • daf49221 refactor: remove unused code
  • 54de75db feat: add gist rename logic
  • f9d3b71c feat: add gistRenameCmd to gist.go
  • 239a515f Added apt update command to linux install docs.