Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump go-github to v73.0.0#597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tommaso-moro merged 4 commits intogithub:mainfrommartinnormark:feat/go-github-v73
Jul 15, 2025

Conversation

martinnormark
Copy link
Contributor

Decided to make this upgrade in separate PR, instead of mixing with#470

@CopilotCopilotAI review requested due to automatic review settingsJune 27, 2025 08:04
@martinnormarkmartinnormark requested a review froma team as acode ownerJune 27, 2025 08:04
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull Request Overview

This PR upgrades thego-github module from v72 to v73 across the codebase, updates third-party license documents accordingly, and adds the new dependency togo.mod.

  • Bump allgithub.com/google/go-github/v72/github imports to v73
  • Update third-party license entries for the new v73 dependency
  • Addgithub.com/google/go-github/v73 v73.0.0 togo.mod

Reviewed Changes

Copilot reviewed 33 out of 34 changed files in this pull request and generated no comments.

Show a summary per file
FileDescription
third-party-licenses.windows.mdReplace v72 license entry with v73
third-party-licenses.linux.mdReplace v72 license entry with v73
third-party-licenses.darwin.mdReplace v72 license entry with v73
pkg/raw/raw_test.goUpdate import path for go-github to v73
pkg/raw/raw.goUpdate import path for go-github to v73
pkg/github/tools.goUpdate import path for go-github to v73
pkg/github/server_test.goUpdate import path for go-github to v73
pkg/github/server.goUpdate import path for go-github to v73
pkg/github/secret_scanning_test.goUpdate import path for go-github to v73
pkg/github/secret_scanning.goUpdate import path for go-github to v73
pkg/github/search_utils.goUpdate import path for go-github to v73
pkg/github/search_test.goUpdate import path for go-github to v73
pkg/github/search.goUpdate import path for go-github to v73
pkg/github/repository_resource_test.goUpdate import path for go-github to v73
pkg/github/repository_resource.goUpdate import path for go-github to v73
pkg/github/repositories_test.goUpdate import path for go-github to v73
pkg/github/repositories.goUpdate import path for go-github to v73
pkg/github/pullrequests_test.goUpdate import path for go-github to v73
pkg/github/pullrequests.goUpdate import path for go-github to v73
pkg/github/notifications_test.goUpdate import path for go-github to v73
pkg/github/notifications.goUpdate import path for go-github to v73
pkg/github/issues_test.goUpdate import path for go-github to v73
pkg/github/issues.goUpdate import path for go-github to v73
pkg/github/context_tools_test.goUpdate import path for go-github to v73
pkg/github/code_scanning_test.goUpdate import path for go-github to v73
pkg/github/code_scanning.goUpdate import path for go-github to v73
pkg/github/actions_test.goUpdate import path for go-github to v73
pkg/github/actions.goUpdate import path for go-github to v73
pkg/errors/error_test.goUpdate import path for go-github to v73
pkg/errors/error.goUpdate import path for go-github to v73
internal/ghmcp/server.goUpdate import alias for go-github to v73
go.modAddgithub.com/google/go-github/v73 v73.0.0
e2e/e2e_test.goUpdate import alias for go-github to v73

@martinnormark
Copy link
ContributorAuthor

Noticing I did the same mistake as in#456 (comment)@williammartin - I tried to run it, and it removed all license files and cleared thethird-party-license.*.md files. I am probably missing something when running it?

@williammartin
Copy link
Collaborator

I'd suggest resetting to your first commit and then running./script/licenses. I would expect that will resolve things.

@martinnormark
Copy link
ContributorAuthor

Fixed in978bfa9, it was a local problem with thego-licenses dependency.

@martinnormarkmartinnormarkforce-pushed thefeat/go-github-v73 branch 7 times, most recently froma1baf95 to7c43d5bCompareJuly 3, 2025 13:24
@martinnormarkmartinnormark changed the base branch frommain tonextJuly 3, 2025 13:32
@martinnormarkmartinnormark marked this pull request as draftJuly 3, 2025 13:33
@martinnormarkmartinnormark marked this pull request as ready for reviewJuly 3, 2025 13:40
@martinnormark
Copy link
ContributorAuthor

@williammartin fixed the license and now targeting the correct branch (next).

@SamMorrowDrums
Copy link
Collaborator

@martinnormark sorry, we backtracked from the next branch 😓 the sync was going to be too hard!

martinnormark reacted with thumbs up emoji

@SamMorrowDrumsSamMorrowDrums changed the base branch fromnext tomainJuly 4, 2025 14:02
@martinnormark
Copy link
ContributorAuthor

Ok, no worries. Rebased my branch now.

You may want to change the CONTRIBUTING.md file if thenext backtracking is permanent.

SamMorrowDrums reacted with thumbs up emoji

@SamMorrowDrums
Copy link
Collaborator

I did, thanks for your vigilance. I updated it thanks to you. ✨

martinnormark reacted with thumbs up emoji

SamMorrowDrums
SamMorrowDrums previously approved these changesJul 4, 2025
@SamMorrowDrums
Copy link
Collaborator

Sorry for the churn, just need to update dependabot pkg too and then we can merge.

martinnormark reacted with thumbs up emoji

@tommaso-moro
Copy link
Contributor

tommaso-moro commentedJul 14, 2025
edited
Loading

Hi@martinnormark , this PR is almost ready to be merged (thank you!)

It looks like the dependabot.go import is the only blocker here so if you'd like feel free to go ahead and get it updated and then we can merge this :) if not, we're happy to take it from here

@martinnormark
Copy link
ContributorAuthor

Hi@tommaso-moro - fantastic! I'm currently on vacation with limited access to internet, so if you can move it along that would be great. Thanks!

tommaso-moro reacted with thumbs up emoji

@tommaso-morotommaso-moro merged commitbe91795 intogithub:mainJul 15, 2025
10 checks passed
nickytonline pushed a commit to nickytonline/github-mcp-http that referenced this pull requestOct 4, 2025
* Bump go-github to v73.0.0* Clean up go.mod and update licenses* Updated remaining imports to use github package v73 instead of v72---------Co-authored-by: Tommaso Moro <37270480+tommaso-moro@users.noreply.github.com>Co-authored-by: tommaso-moro <tommaso-moro@github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

@tommaso-morotommaso-morotommaso-moro approved these changes

@LuluBeatsonLuluBeatsonLuluBeatson approved these changes

@SamMorrowDrumsSamMorrowDrumsSamMorrowDrums left review comments

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@martinnormark@williammartin@SamMorrowDrums@tommaso-moro@LuluBeatson

[8]ページ先頭

©2009-2025 Movatter.jp