Skip to content

Conversation

asvoboda
Copy link
Member

@changelog-app
Copy link

changelog-app bot commented Sep 29, 2025

Generate changelog in changelog/@unreleased

Type (Select exactly one)

  • Feature (Adding new functionality)
  • Improvement (Improving existing functionality)
  • Fix (Fixing an issue with existing functionality)
  • Break (Creating a new major version by breaking public APIs)
  • Deprecation (Removing functionality in a non-breaking way)
  • Migration (Automatically moving data/functionality to a new system)

Description

Update google/go-github to v75

Check the box to generate changelog(s)

  • Generate changelog entry

@asvoboda asvoboda requested a review from Copilot September 29, 2025 08:49
@changelog-app
Copy link

changelog-app bot commented Sep 29, 2025

Successfully generated changelog entry!

What happened?

Your changelog entries have been stored in the database as part of our migration to ChangelogV3.

Need to regenerate?

Simply interact with the changelog bot comment again to regenerate these entries.

Copy link

@Copilot Copilot AI 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 updates the google/go-github dependency from version 74 to version 75 to take advantage of the latest release. The change involves updating the module version in go.mod and updating all corresponding import statements throughout the codebase.

  • Updated go.mod to use github.com/google/go-github/v75 instead of v74
  • Updated all import statements across the codebase to reference the new v75 module path
  • Maintained consistency across all files that import the go-github library

Reviewed Changes

Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.

Show a summary per file
File Description
go.mod Updated dependency version from v74.0.0 to v75.0.0
githubapp/installations.go Updated import path to use v75 module
githubapp/dispatcher.go Updated import path to use v75 module
githubapp/context_test.go Updated import path to use v75 module
githubapp/context.go Updated import path to use v75 module
githubapp/client_creator.go Updated import path to use v75 module
githubapp/caching_client_creator.go Updated import path to use v75 module
example/issue_comment.go Updated import path to use v75 module
appconfig/appconfig_test.go Updated import path to use v75 module
appconfig/appconfig.go Updated import path to use v75 module

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@asvoboda asvoboda requested a review from jamestoyer September 29, 2025 08:51
@asvoboda asvoboda merged commit 22159b0 into develop Sep 29, 2025
6 checks passed
@asvoboda asvoboda deleted the as/go-github-v75 branch September 29, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants