Kynan Ware
7fa213251c
Fix script path for help-wanted check
2025-06-16 10:14:38 -06:00
William Martin
35e95a42c9
Merge pull request #11107 from cli/dependabot/github_actions/actions/attest-build-provenance-2.4.0
...
chore(deps): bump actions/attest-build-provenance from 2.3.0 to 2.4.0
2025-06-16 17:09:33 +02:00
William Martin
928a326cee
Add workflow to check help wanted labelling ( #11105 )
...
Co-authored-by: Kynan Ware <47394200+BagToad@users.noreply.github.com>
Co-authored-by: Babak K. Shandiz <babakks@github.com>
Co-authored-by: Andy Feller <andyfeller@github.com>
2025-06-16 17:09:04 +02:00
dependabot[bot]
f8a3133003
chore(deps): bump actions/attest-build-provenance from 2.3.0 to 2.4.0
...
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](db473fddc0...e8998f9491 )
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-version: 2.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-12 14:33:02 +00:00
William Martin
73b7d61475
Merge pull request #11099 from cli/11097-duplicate-review-requests-when-using-gh-pr-edit-add-reviewer
...
Avoid requesting PR reviewer twice
2025-06-11 19:42:12 +02:00
Dylan Ancel
1eee56ec00
Add accurate context when run rerun fails ( #10774 )
...
* Add accurate context when run rerun fails
* Update tests to verify behaviour for API errors
Signed-off-by: Babak K. Shandiz <babakks@github.com>
* Use the new `httpmock.JSONErrorResponse` helper
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-06-11 15:28:03 +01:00
William Martin
ee3db50e43
Avoid requesting PR reviewer twice
2025-06-11 15:54:16 +02:00
William Martin
b83d335f2f
Merge pull request #11033 from cli/dependabot/go_modules/google.golang.org/grpc-1.72.2
...
chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.2
2025-06-11 15:45:22 +02:00
William Martin
8baf5cc3e4
Merge pull request #11065 from cli/andyfeller/gh-pr-edit-assignees
...
Fix assignees being dropped from `gh pr edit`
2025-06-11 15:44:42 +02:00
William Martin
731a126ca5
Merge pull request #11092 from cli/dependabot/go_modules/github.com/sigstore/protobuf-specs-0.4.3
...
chore(deps): bump github.com/sigstore/protobuf-specs from 0.4.2 to 0.4.3
2025-06-11 15:41:28 +02:00
William Martin
7c5651d5ce
Merge pull request #11066 from cli/dependabot/github_actions/mislav/bump-homebrew-formula-action-3.4
...
chore(deps): bump mislav/bump-homebrew-formula-action from 3.2 to 3.4
2025-06-11 15:40:57 +02:00
dependabot[bot]
52bde8a3f7
chore(deps): bump github.com/sigstore/protobuf-specs from 0.4.2 to 0.4.3
...
Bumps [github.com/sigstore/protobuf-specs](https://github.com/sigstore/protobuf-specs ) from 0.4.2 to 0.4.3.
- [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.2...v0.4.3 )
---
updated-dependencies:
- dependency-name: github.com/sigstore/protobuf-specs
dependency-version: 0.4.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 14:52:22 +00:00
William Martin
49eee93a34
Merge pull request #11091 from cli/babakks/fix-test-data
...
Fix const in PR finder tests
2025-06-10 15:09:10 +02:00
Babak K. Shandiz
bde303dab2
test: fix test data const
...
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2025-06-10 13:57:31 +01:00
dependabot[bot]
2266c7a5b5
chore(deps): bump mislav/bump-homebrew-formula-action from 3.2 to 3.4
...
Bumps [mislav/bump-homebrew-formula-action](https://github.com/mislav/bump-homebrew-formula-action ) from 3.2 to 3.4.
- [Release notes](https://github.com/mislav/bump-homebrew-formula-action/releases )
- [Commits](942e550c63...8e2baa47da )
---
updated-dependencies:
- dependency-name: mislav/bump-homebrew-formula-action
dependency-version: '3.4'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-06-03 14:57:13 +00:00
Kynan Ware
ed4b90104f
test(pr): Add tests for actor assignees
2025-06-03 14:30:19 +01:00
Andy Feller
a24d39ac87
Fix test, remove partial standalone test
2025-06-03 13:48:01 +01:00
Andy Feller
cde860be88
Iterate on pr edit problems with existing assignees
...
This commit is a handful of changes around `gh pr edit --add-assignee` behavior. Most notably, fixing a bug where the assigned actors weren't being dropped.
In addition to this, I was refactoring the testing setup to allow for individual test table scenarios could be contained.
2025-06-03 13:33:52 +01:00
William Martin
c13f2f1232
Merge pull request #11057 from cli/wm/fix-pr-edit
...
Fix pr edit when URL is provided
2025-06-02 17:44:30 +02:00
Tim Rogers
9a8031151c
Document support for @copilot in gh [pr|issue] edit --add-assignee and --remove-assignee ( #11056 )
...
* Document support for `@copilot` in `gh [pr|issue] edit --add-assignee` and `--remove-assignee`
Following up on #10991 , this updates the help text for
`issue edit` and `pr edit`'s `--add-assignee` and
`--remove-assignee` options to mention that you can use
`@copilot`.
This is already mentioned in the command-level help text, but
not at the argument level, whereas the `@me` macro is.
* Apply suggestion from @babakks
Co-authored-by: Babak K. Shandiz <babakks@github.com>
* Apply suggestion from @babakks
Co-authored-by: Babak K. Shandiz <babakks@github.com>
---------
Co-authored-by: Babak K. Shandiz <babakks@github.com>
2025-06-02 16:29:35 +01:00
William Martin
793a7ff459
Fix pr edit when URL is provided
2025-06-02 15:07:55 +02:00
Kynan Ware
b4ab34371d
Merge pull request #11043 from cli/kw/bump-go-gh
...
Bump `go-gh` to v2.12.1
2025-05-29 14:49:12 -06:00
Kynan Ware
6cfe8ca0e2
Update go-gh to v2.12.1
2025-05-29 13:56:54 -06:00
Andy Feller
79fc854814
Merge pull request #11030 from cli/bdehamer/release-asset-digest
...
Add Digest to ReleaseAsset struct
2025-05-29 15:11:16 -04:00
Brian DeHamer
fc6ac59bbc
fixup release asset digest tests
...
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2025-05-29 12:00:40 -07:00
Brian DeHamer
0d6b9f89a4
remove nolint comment for release header
...
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2025-05-29 11:54:44 -07:00
Brian DeHamer
7b33da981e
Update pkg/cmd/release/view/view.go
...
Co-authored-by: Andy Feller <andyfeller@github.com>
2025-05-29 11:53:33 -07:00
Meredith Lancaster
c50cdbd0c5
Merge pull request #10943 from malancas/gh-attestation-tuf-client-retry
...
Add retry logic when fetching TUF content in `gh attestation` commands
2025-05-28 13:16:18 -06:00
Meredith Lancaster
23382f498e
Merge branch 'trunk' into gh-attestation-tuf-client-retry
2025-05-28 10:24:32 -06:00
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]
ed57df1a9a
chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.2
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.72.0 to 1.72.2.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.0...v1.72.2 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.72.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 14:26:44 +00: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
Brian DeHamer
bc93b54137
add Digest to ReleaseAsset struct
...
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2025-05-27 12:47:16 -07:00
Kynan Ware
dd4095d016
doc(update): improve comments on updaterEnabled
2025-05-27 13:05:47 -06:00
Meredith Lancaster
f2f769c23a
Merge branch 'trunk' into gh-attestation-tuf-client-retry
2025-05-27 10:14:35 -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