Skip to content

Tags: peter-evans/create-pull-request

Tags

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

Toggle v7'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)

v7.0.5

Toggle v7.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: support symlinks when commit signing (#3359)

v7.0.4

Toggle v7.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: support submodules when commit signing (#3354)

* fix: support submodules when commit signing

* create correct tree object for submodule

* update log messages

v7.0.3

Toggle v7.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: disable abbreviated commit shas in diff (#3337)

v7.0.2

Toggle v7.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: disable diff detection for renames and copies (#3330)

* fix: disable diff detection for renames and copies

* fix format

v7.0.1

Toggle v7.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handle ambiguous argument failure on diff stat (#3312)