zio-connect
zio-connect copied to clipboard
chore(deps): update peter-evans/create-pull-request action to v5
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
peter-evans/create-pull-request | action | major | v4.2.3 -> v5.0.2 |
Release Notes
peter-evans/create-pull-request (peter-evans/create-pull-request)
v5.0.2
: Create Pull Request v5.0.2
⚙️ Fixes an issue that occurs when using push-to-fork
and both base and head repositories are in the same org/user account.
What's Changed
- fix: specify head repo by @peter-evans in https://github.com/peter-evans/create-pull-request/pull/2044
- 20 dependency updates by @dependabot
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2
v5.0.1
: Create Pull Request v5.0.1
What's Changed
- fix: truncate body if exceeds max length by @peter-evans in https://github.com/peter-evans/create-pull-request/pull/1915
- 12 dependency updates by @dependabot
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v5.0.0...v5.0.1
v5.0.0
: Create Pull Request v5.0.0
Behaviour changes
- The action will no longer leave the local repository checked out on the pull request
branch
. Instead, it will leave the repository checked out on the branch or commit that it was when the action started. - When using
add-paths
, uncommitted changes will no longer be destroyed. They will be stashed and restored at the end of the action run.
What's new
- Adds input
body-path
, the path to a file containing the pull request body. - At the end of the action run the local repository is now checked out on the branch or commit that it was when the action started.
- Any uncommitted tracked or untracked changes are now stashed and restored at the end of the action run. Currently, this can only occur when using the
add-paths
input, which allows for changes to not be committed. Previously, any uncommitted changes would be destroyed. - The proxy implementation has been revised but is not expected to have any change in behaviour. It continues to support the standard environment variables
http_proxy
,https_proxy
andno_proxy
. - Now sets the git
safe.directory
configuration for the local repository path. The configuration is removed when the action completes. Fixes issue https://github.com/peter-evans/create-pull-request/issues/1170. - Now determines the git directory path using the
git rev-parse --git-dir
command. This allows users with custom repository configurations to use the action. - Improved handling of the
team-reviewers
input and associated errors.
News
:trophy: create-pull-request won an award for "awesome action" at the Open Source Awards at GitHub Universe. Thank you for your support and for making create-pull-request one of the top used actions. Please give it a :star:, or even buy me a coffee.
What's Changed
- v5 by @peter-evans in https://github.com/peter-evans/create-pull-request/pull/1792
- 15 dependency updates by @dependabot
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.2.4...v5.0.0
v4.2.4
: Create Pull Request v4.2.4
⚙️ Patches some recent security vulnerabilities.
What's Changed
- Update concepts-guidelines.md by @chrisbruford in https://github.com/peter-evans/create-pull-request/pull/1610
- 58 dependency updates by @dependabot
New Contributors
- @chrisbruford made their first contribution in https://github.com/peter-evans/create-pull-request/pull/1610
Full Changelog: https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.