Dark Mode

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
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: peter-evans/create-pull-request
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.9
Choose a base ref
Loading
...
head repository: peter-evans/create-pull-request
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.10
Choose a head ref
Loading
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 1, 2025

  1. build(deps): bump the github-actions group with 2 updates (#4235)

    Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch).


    Updates `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)

    Updates `peter-evans/slash-command-dispatch` from 4 to 5
    - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases)
    - [Commits](peter-evans/slash-command-dispatch@v4...v5)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
    dependency-version: '6'
    dependency-type: direct:production
    update-type: version-update:semver-major
    dependency-group: github-actions
    - dependency-name: peter-evans/slash-command-dispatch
    dependency-version: '5'
    dependency-type: direct:production
    update-type: version-update:semver-major
    dependency-group: github-actions
    ...

    Signed-off-by: dependabot[bot]
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    a67ef28 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump prettier from 3.6.2 to 3.7.3 in the npm group (#...

    ...4240)

    Bumps the npm group with 1 update: [prettier](https://github.com/prettier/prettier).


    Updates `prettier` from 3.6.2 to 3.7.3
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.6.2...3.7.3)

    ---
    updated-dependencies:
    - dependency-name: prettier
    dependency-version: 3.7.3
    dependency-type: direct:development
    update-type: version-update:semver-minor
    dependency-group: npm
    ...

    Signed-off-by: dependabot[bot]
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 1, 2025
    Configuration menu
    Copy the full SHA
    bc8a47f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. fix: provider list pulls fallback for multi fork same owner (#4245)

    * fix: GitHub API not providing details for existing PRs in private repos (#4064)

    * fix: extract fallback into func getPullNumber

    ---------

    Co-authored-by: Noah Miller
    peter-evans and obnyis authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    d4f3be6 View commit details
    Browse the repository at this point in the history
Loading