-
-
Notifications
You must be signed in to change notification settings - Fork 520
Comparing changes
Open a pull request
base repository: peter-evans/create-pull-request
base: v7
head repository: peter-evans/create-pull-request
compare: v8
- 11 commits
- 14 files changed
- 7 contributors
Commits on Dec 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 994332d - Browse repository at this point
Copy the full SHA 994332dView commit details -
Update actions/checkout references to @v6 in docs (#4259)
* Initial plan * Update actions/checkout references to @v6 in docs Co-authored-by: peter-evans <18365890+peter-evans@users.noreply.github.com> * Revert changes to docs/updating.md Co-authored-by: peter-evans <18365890+peter-evans@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: peter-evans <18365890+peter-evans@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 41c0e4b - Browse repository at this point
Copy the full SHA 41c0e4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98357b1 - Browse repository at this point
Copy the full SHA 98357b1View commit details
Commits on Dec 10, 2025
-
README.md: bump given GitHub actions to their latest versions (#4265)
Co-authored-by: Andreas Deininger <adeininger@urbanonline.de>
Configuration menu - View commit details
-
Copy full SHA for 5b751cd - Browse repository at this point
Copy the full SHA 5b751cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0979079 - Browse repository at this point
Copy the full SHA 0979079View commit details
Commits on Jan 1, 2026
-
build(deps): bump the github-actions group with 2 updates (#4273)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 437c31a - Browse repository at this point
Copy the full SHA 437c31aView commit details -
build(deps-dev): bump the npm group with 2 updates (#4274)
Bumps the npm group with 2 updates: [prettier](https://github.com/prettier/prettier) and [ts-jest](https://github.com/kulshekhar/ts-jest). Updates `prettier` from 3.7.3 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.3...3.7.4) Updates `ts-jest` from 29.4.5 to 29.4.6 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.4.5...v29.4.6) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: ts-jest dependency-version: 29.4.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2271f1d - Browse repository at this point
Copy the full SHA 2271f1dView commit details
Commits on Jan 15, 2026
-
build(deps-dev): bump undici from 6.22.0 to 6.23.0 (#4284)
Bumps [undici](https://github.com/nodejs/undici) from 6.22.0 to 6.23.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.22.0...v6.23.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.23.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 641099d - Browse repository at this point
Copy the full SHA 641099dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34aa40e - Browse repository at this point
Copy the full SHA 34aa40eView commit details
Commits on Jan 21, 2026
-
fix: Handle remote prune failures gracefully (#4295)
Wrap the git remote prune command in a try-catch block to prevent the action from failing if the prune operation fails. Instead, log a warning message and allow the action to continue. Fixes edge cases where the prune command may fail on self-hosted runners but shouldn't block the pull request creation workflow.
Configuration menu - View commit details
-
Copy full SHA for 7000124 - Browse repository at this point
Copy the full SHA 7000124View commit details -
feat: add @octokit/plugin-retry to handle retriable server errors (#4298
) Add the retry plugin to automatically retry requests that fail with server errors (5xx status codes). Configure the plugin to exclude 429 (rate limit) from retries since that is already handled by the throttling plugin. - Add @octokit/plugin-retry dependency - Register retry plugin in Octokit client - Export retryOptions with doNotRetry list excluding 429 - Apply retryOptions in GitHubHelper constructor
Configuration menu - View commit details
-
Copy full SHA for c0f553f - Browse repository at this point
Copy the full SHA c0f553fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7...v8