Kynan Ware
2cdee009a3
Merge pull request #11032 from cli/dependabot/go_modules/github.com/yuin/goldmark-1.7.12
...
chore(deps): bump github.com/yuin/goldmark from 1.7.8 to 1.7.12
2025-05-28 10:13:30 -06:00
Kynan Ware
03b0c7276e
Merge pull request #10999 from cli/dependabot/go_modules/github.com/sigstore/protobuf-specs-0.4.2
...
chore(deps): bump github.com/sigstore/protobuf-specs from 0.4.1 to 0.4.2
2025-05-28 09:58:23 -06:00
dependabot[bot]
8fcb206de4
chore(deps): bump github.com/sigstore/protobuf-specs from 0.4.1 to 0.4.2
...
Bumps [github.com/sigstore/protobuf-specs](https://github.com/sigstore/protobuf-specs ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/sigstore/protobuf-specs/releases )
- [Changelog](https://github.com/sigstore/protobuf-specs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sigstore/protobuf-specs/compare/v0.4.1...v0.4.2 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/protobuf-specs
dependency-version: 0.4.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 15:47:41 +00:00
Babak K. Shandiz
d1b82d19f9
Merge pull request #10980 from cli/babakks/improve-pr-create-docs
...
Mention `pr create` will print the created PR's URL
2025-05-28 16:43:04 +01:00
dependabot[bot]
f8e092cbb7
chore(deps): bump github.com/yuin/goldmark from 1.7.8 to 1.7.12
...
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark ) from 1.7.8 to 1.7.12.
- [Release notes](https://github.com/yuin/goldmark/releases )
- [Commits](https://github.com/yuin/goldmark/compare/v1.7.8...v1.7.12 )
---
updated-dependencies:
- dependency-name: github.com/yuin/goldmark
dependency-version: 1.7.12
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 14:26:37 +00:00
phanium
19e1178a32
fix: gh gist edit panic when no file in a gist ( #10627 )
...
* fix: `gh gist edit` panic when no file in a gist
* fix: improve error message
Signed-off-by: Babak K. Shandiz <babakks@github.com>
---------
Signed-off-by: Babak K. Shandiz <babakks@github.com>
Co-authored-by: Babak K. Shandiz <babakks@github.com>
2025-05-28 14:40:14 +01:00
Babak K. Shandiz
c927ea40c3
Merge pull request #10979 from cli/babakks/improve-pr-list-docs
...
Add example usage of `--head` option to `pr list` docs
2025-05-28 14:38:17 +01:00
Babak K. Shandiz
01a1859d40
Merge pull request #11013 from cli/babakks/add-run-presentation-tests
...
Add tests for `RenderJobs` and `RenderJobsCompact`
2025-05-28 13:10:44 +01:00
Babak K. Shandiz
aa64bb5708
docs(pr list): mention --head does not support <owner>:<branch> syntax
...
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-05-28 12:55:11 +01:00
Kynan Ware
98b844a385
Merge pull request #11024 from cli/kw/cli-10242-fix-updater-notifications
...
Fix brew update notifications
2025-05-27 14:33:43 -06:00
Kynan Ware
dd4095d016
doc(update): improve comments on updaterEnabled
2025-05-27 13:05:47 -06:00
Meredith Lancaster
4fcd6bf6eb
Merge pull request #11028 from malancas/sigstore-go-v1
...
Update sigstore-go dependency to v1.0.0
2025-05-27 10:12:05 -06:00
Kynan Ware
3e3b9adb45
Refactor build tag logic
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-27 10:11:03 -06:00
Meredith Lancaster
a154ff5cfa
replace deprecated func
...
Signed-off-by: Meredith Lancaster <malancas@github.com>
2025-05-27 09:38:46 -06:00
Meredith Lancaster
dcca4b2940
replace deprecated type
...
Signed-off-by: Meredith Lancaster <malancas@github.com>
2025-05-27 09:34:35 -06:00
Meredith Lancaster
1ebed2678a
update sigstore-go to v1
...
Signed-off-by: Meredith Lancaster <malancas@github.com>
2025-05-27 09:27:12 -06:00
Kynan Ware
b044a76080
Merge pull request #10825 from cli/dependabot/go_modules/github.com/gabriel-vasile/mimetype-1.4.9
...
chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.9
2025-05-27 08:58:08 -06:00
Kynan Ware
22504bfa96
feat(update): add updateable build tag for update notifications
2025-05-26 09:45:00 -06:00
William Martin
3d27e61aa9
Merge pull request #11022 from irhdab/patch-1
...
Update README.md
2025-05-25 13:35:28 +02:00
Han
9594937d58
Update README.md
2025-05-25 18:45:56 +09:00
Babak K. Shandiz
bb5e10d41f
test(run): add tests for RenderJobs and RenderJobsCompact
...
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-05-23 11:00:09 +01:00
Azeem Sajid
1e6a2b1aff
Add --compact flag to run watch ( #10629 )
...
* [gh run watch] Support `--compact` flag
* [gh run watch] Support `--compact` flag
* Add changes for updated AC
* Incorporate review changes
* docs(run watch): fill up the line to 80 chars
Signed-off-by: Babak K. Shandiz <babakks@github.com>
---------
Signed-off-by: Babak K. Shandiz <babakks@github.com>
Co-authored-by: Babak K. Shandiz <babakks@github.com>
2025-05-23 10:55:41 +01:00
Kynan Ware
ca46b56456
Merge pull request #11003 from cli/kw-bks/enclose-config-options-in-code-blocks
...
Fix formatting in allowed values for `gh config --help`
2025-05-22 10:14:14 -06:00
Kynan Ware
ace4dc6c72
Merge pull request #11004 from cli/revert-10371-10348-escape-pipe-in-long-description-for-website-manual
...
Revert "[gh config] Escape pipe symbol in Long desc for website manual"
2025-05-22 10:12:21 -06:00
Babak K. Shandiz
960aadf2b9
test: improve test case naming
...
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-05-22 17:04:04 +01:00
Babak K. Shandiz
34431ab074
chore: run go mod tidy
...
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-05-21 12:20:08 +01:00
Babak K. Shandiz
53d589223b
test: ensure proper usage of pipes in docs
...
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-05-21 12:17:05 +01:00
Kynan Ware
a04dc73e5d
Merge pull request #10745 from cli/kw/preview-prompter-command
...
Add `preview prompter` command
2025-05-20 13:13:42 -06:00
Kynan Ware
944543863a
Revert "[gh config] Escape pipe symbol in Long desc for website manual"
2025-05-20 08:54:30 -06:00
Kynan Ware
b639d6d514
doc(pr): format allowed values and defaults in help
2025-05-20 08:37:01 -06:00
Kynan Ware
e0d7ad772f
Merge pull request #10992 from cli/kw/gh-cli-epic-900-actors-are-assignable
...
Copilot is assignable to issues and pull requests with `issue edit` and `pr edit`
2025-05-19 12:34:39 -06:00
Kynan Ware
0788a01517
refactor(api): inline struct definitions in RepoAssignableActors
2025-05-16 15:17:39 -06:00
Kynan Ware
e0f3f0f2fd
refactor(api): change CopilotActorLogin to constant
2025-05-16 14:57:49 -06:00
Kynan Ware
53d0d5d192
fix(editable): include DefaultLogins in EditableAssignees clone
2025-05-16 12:54:01 -06:00
Kynan Ware
6f1906073f
doc(params): incorrect func name in comment
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-16 12:51:09 -06:00
Kynan Ware
d932934119
Merge branch 'trunk' into kw/gh-cli-epic-900-actors-are-assignable
2025-05-16 12:49:52 -06:00
Kynan Ware
a28e2d8784
refactor(api): use constant for Copilot login
2025-05-16 12:28:46 -06:00
Kynan Ware
3a8cdda148
Merge pull request #10991 from cli/kw/gh-cli-917-special-actor-assignee-names-noninteractive
...
`issue edit`, `pr edit`: Support special non-interactive (flags) assignee name `@copilot`
2025-05-16 12:19:43 -06:00
Kynan Ware
748afb6e85
doc(issue/pr edit): clarify @copilot usage
2025-05-16 12:18:23 -06:00
Kynan Ware
475163a126
Merge pull request #10990 from cli/kw/gh-cli-916-special-actor-assignee-names
...
`issue edit`, `pr edit`: handle display names in interactive assignee editing
2025-05-16 10:16:08 -06:00
Kynan Ware
532aa1c32a
doc(issue/pr edit): doc @copilot assignee
2025-05-16 09:55:17 -06:00
Kynan Ware
debf0bbaf2
test(params): enhance Copilot replacer tests for edge cases
...
- Added tests for handling nil and empty slices in the Copilot replacer.
- Simplified test structure by removing unnecessary wantErr field.
2025-05-16 09:50:24 -06:00
Kynan Ware
871671be52
fix(params): remove needless err return
2025-05-16 09:40:29 -06:00
Kynan Ware
c5f2d7bde7
doc(editable): remove needless comment
2025-05-16 09:37:20 -06:00
Kynan Ware
a22a1bbde4
test(editable): prompts use assignee display names
2025-05-16 09:20:58 -06:00
Kynan Ware
98b289de8d
Merge pull request #10984 from cli/kw/gh-cli-909-911-assign-actors-to-prs
...
`gh pr edit`: Assign actors to pull requests
2025-05-15 14:22:02 -06:00
Kynan Ware
8bd77c0a95
fix(pr edit): clarify error messages for assignee actors and users
2025-05-15 14:01:10 -06:00
Kynan Ware
981da86701
doc(pr edit): condense comment for reviewer/user filtering
2025-05-15 13:47:51 -06:00
Kynan Ware
ec7c8ed844
test(pr edit): fix typo in test name
...
Co-authored-by: Andy Feller <andyfeller@github.com>
2025-05-15 13:41:38 -06:00
Kynan Ware
f6bb1ca756
refactor(pr edit): move httpclient initialization
2025-05-15 13:40:23 -06:00