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

Skip to content

Tags: Meljogo/create-pull-request

Tags

v6.0.5

Toggle v6.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update proxy support to follow octokit change to fetch api (pete…

…r-evans#2867)

v6

Toggle v6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update proxy support to follow octokit change to fetch api (pete…

…r-evans#2867)

v6.0.4

Toggle v6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: limit the fetch depth of pr branch (peter-evans#2857)

v6.0.3

Toggle v6.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: drop unnecessary fetch with unshallow on push-to-fork (peter-eva…

…ns#2849)

v5.0.3

Toggle v5.0.3's commit message
fix: list pulls using the correct head format (peter-evans#2792)

v5

Toggle v5's commit message
fix: list pulls using the correct head format (peter-evans#2792)

v6.0.2

Toggle v6.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: shallow fetch the actual base when rebasing from working base (p…

…eter-evans#2816)

* Update git.fetch calls to use depth=1 (peter-evans#2810)

* When base is set, fetch depth=1

* PR Feedback - remove depth=1 from tryFetch function

* push-to-fork fix

* test updates to handle shallow fetch of base

---------

Co-authored-by: Eric Webb <[email protected]>

v6.0.1

Toggle v6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: list pulls using the correct head format (peter-evans#2792)

v6.0.0

Toggle v6.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
feat: v6 (peter-evans#2717)

* feat: update author and committer input defaults

* Update github-actions[bot]

* Update author to new email format

* feat: optional input for git ops token

* feat: allow push-to-fork to push to sibling repos (peter-evans#2414)

Fixes peter-evans#2412.

* build: update dist

* feat: update action runtime to node 20 (peter-evans#2340)

* feat: add truncate warning to pull request body

* perf: unshallow only when necessary

* fix: remove the remote for the fork on completion

* feat: infer github server and api urls

* test: integration test fixes

* build: bump major version

* docs: update to v6

---------

Co-authored-by: Teko <[email protected]>
Co-authored-by: Benjamin Gilbert <[email protected]>

v6-rc

Toggle v6-rc's commit message
test: integration test fixes