chore(deps): update fkirc/skip-duplicate-actions action to v5#16
Merged
maximilianbraun merged 1 commit intomainfrom Nov 17, 2023
Merged
Conversation
maximilianbraun
approved these changes
Nov 17, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v2.2.0->v5.3.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
fkirc/skip-duplicate-actions (fkirc/skip-duplicate-actions)
v5.3.1Compare Source
v5.3.0Compare Source
v5.2.0Compare Source
v5.1.0Compare Source
Allow
releasefordo_not_skipinput (https://github.com/fkirc/skip-duplicate-actions/pull/273)v5.0.0Compare Source
Various optimizations:
doNotSkipinputhead_repositoryBreaking changes:
Previously, on input and API request errors the action might have exited successfully but with outputs
should_skip = falseandreason = no_workflow_information. Now, the action will exit with an error instead.To make sure that subsequent jobs will not be skipped in such cases it's recommended to set
continue-on-error: truein theskip-duplicate-actionsjob.Note: This has already been recommended in the past regardless of this change.
The structure of the
skipped_byoutput (also inpaths_filter) has slightly changed for the sake of consistency and alignment with GitHub API:runIdis nowidhtml_urlis nowhtmlUrl{ "id": 1709469369, "runNumber": 737, "event": "pull_request", "treeHash": "e3434bb7aeb3047d7df948f09419ac96cf03d73e", "commitHash": "4a0432e823468ecff81a978165cb35586544c795", "status": "completed", "conclusion": "success", "htmlUrl": "https://github.com/fkirc/skip-duplicate-actions/actions/runs/1709469369", "branch": "master", "repo": "fkirc/skip-duplicate-actions", "workflowId": 2640563, "createdAt": "2022-01-17T18:56:06Z" }Other changes:
Full Changelog: fkirc/skip-duplicate-actions@v4...v5.0.0
v4.0.0Compare Source
Advanced path-filtering and output options (https://github.com/fkirc/skip-duplicate-actions/pull/181)
v3.4.1Compare Source
Fix same_content_new bug (runs would be inappropriately skipped) (https://github.com/fkirc/skip-duplicate-actions/pull/125)
v3.4.0Compare Source
Disable cancellation by default (#93)
v3.3.0Compare Source
Improve logging of paths-skipping (#80)
v3.2.0Compare Source
Optional duplicate skipping (#74)
v3.1.0Compare Source
Add an option to skip outdated runs (https://github.com/fkirc/skip-duplicate-actions/pull/70)
v3.0.0Compare Source
Make concurrent skipping more powerful and easier to understand (https://github.com/fkirc/skip-duplicate-actions/pull/66)
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.