Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rosmur/create-pull-request

Tags

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 (peter-evans#3776)

* fix: suppress output for some git operations

* update dist

v7

Toggle v7'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 (peter-evans#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 (peter-…

…evans#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 (peter-evans#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 (peter-evans#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 (peter-evans#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 (peter-evans#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 (peter-evans#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 (peter-evans#3312)

v7.0.0

Toggle v7.0.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: signed commits (v7) (peter-evans#3057)

* Add support for signed commits (peter-evans#3055)

* formatting

* fix eslint and lint errors

* shift setting the base to before the push

* sign commits by default for testing

* add debug lines

* read to buffer not string and use non-legacy method to base64

* debug payload without contents

* disable linter for debug code

* fix filepath when using path input

* try to fix head repo

* remove commented code

* Try refactor of file changes

* add tests for building file changes

* add build file changes test for binary files

* refactor graphql code into github helper class

* build file changes even when there is no diff

* add function to get commit detail

* fix format

* build branch commits

* use source mode for deleted files

* try rest api route

* fix check for branch existence

* force push

* try fix base tree

* debug commit verification

* debug commit verification

* fix format and cleanup

* add executable mode file to test

* limit blob creation concurrency

* only build commits when feature enabled

* remove unused code

* update readme link

* update docs for commit signing

* fix capital letter

* update docs

* add throttling

* set default back to false

* output head sha and verified status

* log outputs

* fix head sha output

* default the operation output to none

* output retryafter for secondary rate limit

* use separate client for branch and pull operations

* add maintainer-can-modify input

* rename git-token to branch-token

* fix branch token input

* remove deprecated env output

* update docs

* fix doc

* update docs

* build branch commits when there is a diff with the base

* check verification status of head commit when not known

* fix verified output when no commit signing is being used

* draft always-true

* convert to draft on branch updates when there is a diff with base

* update docs with blob size limit

* catch errors during blob creation for debugging

* parse empty commits

* pass base commit to push signed commits

* use parent commit details in create commit

* use parent tree for base_tree

* multipart tree creation

* update docs

* update readme about the permissions of the default token

* fix edge case where changes are partially merged

* add updating documentation

* fix typo

* update major version

---------

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