-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update peter-evans/create-pull-request action to v7 #175
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
dependencies
merge when passing
Merge the PR automatically once all status checks have passed
labels
Sep 3, 2024
renovate
bot
force-pushed
the
renovate/peter-evans-create-pull-request-7.x
branch
from
September 5, 2024 09:48
2e61dcb
to
03e5776
Compare
renovate
bot
force-pushed
the
renovate/peter-evans-create-pull-request-7.x
branch
from
September 12, 2024 14:10
03e5776
to
81bbf54
Compare
renovate
bot
force-pushed
the
renovate/peter-evans-create-pull-request-7.x
branch
from
September 16, 2024 14:52
81bbf54
to
33df974
Compare
renovate
bot
force-pushed
the
renovate/peter-evans-create-pull-request-7.x
branch
from
September 18, 2024 19:31
33df974
to
3fd75a5
Compare
@@ -34,7 +34,7 @@ | |||
|
|||
- name: Create Pull Request | |||
if: failure() | |||
uses: peter-evans/create-pull-request@v6.1.0 | |||
uses: peter-evans/create-pull-request@v7.0.5 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release.
renovate
bot
force-pushed
the
renovate/peter-evans-create-pull-request-7.x
branch
from
September 25, 2024 21:49
3fd75a5
to
f058419
Compare
renovate
bot
force-pushed
the
renovate/peter-evans-create-pull-request-7.x
branch
2 times, most recently
from
October 9, 2024 11:24
cd45bac
to
7109594
Compare
renovate
bot
force-pushed
the
renovate/peter-evans-create-pull-request-7.x
branch
from
October 9, 2024 11:49
7109594
to
d6fa743
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v6.1.0
->v7.0.5
Release Notes
peter-evans/create-pull-request (peter-evans/create-pull-request)
v7.0.5
: Create Pull Request v7.0.5Compare Source
⚙️ Fixes an issue with commit signing to allow it to support symlinks
What's Changed
Full Changelog: peter-evans/create-pull-request@v7.0.4...v7.0.5
v7.0.4
: Create Pull Request v7.0.4Compare Source
⚙️ Fixes an issue with commit signing to allow it to support submodules
What's Changed
New Contributors
Full Changelog: peter-evans/create-pull-request@v7.0.3...v7.0.4
v7.0.3
: Create Pull Request v7.0.3Compare Source
⚙️ Fixes an issue with commit signing where commit SHAs have variable lengths when abbreviated.
What's Changed
Full Changelog: peter-evans/create-pull-request@v7.0.2...v7.0.3
v7.0.2
: Create Pull Request v7.0.2Compare Source
⚙️ Fixes an issue with commit signing when a change was detected as being a rename or copy.
What's Changed
Full Changelog: peter-evans/create-pull-request@v7.0.1...v7.0.2
v7.0.1
: Create Pull Request v7.0.1Compare Source
⚙️ Fixes an issue affecting one particular use case where the action fails on
diff --stat
withfatal: ambiguous argument
.What's Changed
Full Changelog: peter-evans/create-pull-request@v7.0.0...v7.0.1
v7.0.0
: Create Pull Request v7.0.0Compare Source
✨ Now supports commit signing with bot-generated tokens! See "What's new" below. ✍️🤖
Behaviour changes
git-token
has been renamedbranch-token
, to be more clear about its purpose. Thebranch-token
is the token that the action will use to create and update the branch.pull-request-operation
output now returnsnone
when no operation was executed.PULL_REQUEST_NUMBER
. Please use thepull-request-number
action output instead.What's new
github-actions[bot]
when usingGITHUB_TOKEN
, or your own bot when using GitHub App tokens. See commit signing for details.draft
now accepts a new valuealways-true
. This will set the pull request to draft status when the pull request is updated, as well as on creation.maintainer-can-modify
indicates whether maintainers can modify the pull request. The default istrue
, which retains the existing behaviour of the action.pull-request-commits-verified
returnstrue
orfalse
, indicating whether GitHub considers the signature of the branch's commits to be verified.What's Changed
New Contributors
Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.