Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bradleyfalzon/ghinstallation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.0
Choose a base ref
...
head repository: bradleyfalzon/ghinstallation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.0
Choose a head ref
  • 3 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 20, 2023

  1. Bump github.com/google/go-github/v53 from 53.0.0 to 53.2.0

    Bumps [github.com/google/go-github/v53](https://github.com/google/go-github) from 53.0.0 to 53.2.0.
    - [Release notes](https://github.com/google/go-github/releases)
    - [Commits](google/go-github@v53.0.0...v53.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/google/go-github/v53
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and wlynch committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7e0d5e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. feat: add ID getter methods

    Without this, it is not possible to know which app or installation a given transport is
    for without tracking it separately.
    
    These are getter functions that return copies so they are backwards compatible and cannot
    cause any issues or break a transport.
    carsonoid committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a87c06c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge pull request #103 from carsonoid/transport-id-getters

    feat: add ID getter methods
    bradleyfalzon authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    97d7371 View commit details
    Browse the repository at this point in the history
Loading