Skip to content

Tags: peter-evans/create-pull-request

Tags

v8.1.0

Toggle v8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v8

Toggle v8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: v8 (#4260)

v7.0.11

Toggle v7.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: restrict remote prune to self-hosted runners (#4250)

v7.0.10

Toggle v7.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 <[email protected]>

v7

Toggle v7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: restrict remote prune to self-hosted runners (#4250)

v7.0.9

Toggle v7.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: compatibility with actions/checkout@v6 (#4230)

Temporarily hides checkout@v6 credential files to prevent duplicate Authorization headers.

Fixes #4228

v7.0.8

Toggle v7.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: suppress output for some git operations (#3776)

* fix: suppress output for some git operations

* update dist

v7.0.7

Toggle v7.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use showFileAtRefBase64 to read per-commit file contents (#3744)

* GitCommandManager: add a function to get a file's contents at a specific revision

* use showFileAtRef instead of readFileBase64

* Teach GitCommandManager.exec about an object of exec parameters so we can add more

* Encode the showFiletRef output as base64 out of the gate

* Fix missing async for function

* Use Buffer.concat to avoid issues with partial data streams

* formatting

---------

Co-authored-by: gustavderdrache <[email protected]>

v7.0.6

Toggle v7.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: preserve unicode in filepaths when commit signing (#3588)