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: przedmiot/php-github-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: KnpLabs/php-github-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 18, 2025

  1. Bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    e01e2af View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Merge pull request KnpLabs#1154 from KnpLabs/dependabot/github_action…

    …s/actions/checkout-5
    
    Bump actions/checkout from 4 to 5
    acrobat authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    fc664c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    9a25163 View commit details
    Browse the repository at this point in the history
  2. Merge pull request KnpLabs#1157 from KnpLabs/dependabot/github_action…

    …s/actions/checkout-6
    
    Bump actions/checkout from 5 to 6
    acrobat authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    8b5c8e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2026

  1. Configuration menu
    Copy the full SHA
    754a9e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2026

  1. bug KnpLabs#1164 Fix handling of 422 responses where errors is a stri…

    …ng (GrahamCampbell)
    
    This PR was merged into the 3.16-dev branch.
    
    Discussion
    ----------
    
    GitHub sometimes returns a 422 response in which the `errors` property is a plain string rather than an array of error objects, for example when creating a commit status for a commit that cannot be found. The exception thrower currently iterates over that property unconditionally, so instead of throwing a `ValidationFailedException` carrying the message from GitHub, it triggers a PHP warning about passing a string to `foreach`, which under most frameworks surfaces as an `ErrorException` and hides the real error. This change casts the property to an array before iterating, so a string is reported through the existing string handling branch, and adds a test case covering that response shape.
    
    Commits
    -------
    
    754a9e8 Fix handling of 422 responses where errors is a string
    acrobat authored Aug 18, 2026
    Configuration menu
    Copy the full SHA
    123a064 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c4f310 View commit details
    Browse the repository at this point in the history
Loading