Skip to content
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 fkirc/skip-duplicate-actions action to v5 #16

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
fkirc/skip-duplicate-actions action major v2.2.0 -> v5.3.1

Warning

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.1

Compare Source

v5.3.0

Compare Source

v5.2.0

Compare Source

v5.1.0

Compare Source

Allow release for do_not_skip input (https://github.com/fkirc/skip-duplicate-actions/pull/273)

v5.0.0

Compare Source

Various optimizations:

  • Check all inputs before doing any API requests
  • Stricter check for doNotSkip input
  • Exclude current workflow run from list of all workflow runs
  • Get rid of redundant and unnecessary lines
  • Add some explaining comments
  • Fix bug with empty head_repository
  • Action might be a bit faster 🚀

Breaking changes:

  • Previously, on input and API request errors the action might have exited successfully but with outputs should_skip = false and reason = 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: true in the skip-duplicate-actions job.
    Note: This has already been recommended in the past regardless of this change.

  • The structure of the skipped_by output (also in paths_filter) has slightly changed for the sake of consistency and alignment with GitHub API:

    • runId is now id
    • html_url is now htmlUrl
    • Full example:
      {
       "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:

  • Update dependencies

Full Changelog: fkirc/skip-duplicate-actions@v4...v5.0.0

v4.0.0

Compare Source

Advanced path-filtering and output options (https://github.com/fkirc/skip-duplicate-actions/pull/181)

v3.4.1

Compare Source

Fix same_content_new bug (runs would be inappropriately skipped) (https://github.com/fkirc/skip-duplicate-actions/pull/125)

v3.4.0

Compare Source

Disable cancellation by default (#​93)

v3.3.0

Compare Source

Improve logging of paths-skipping (#​80)

v3.2.0

Compare Source

Optional duplicate skipping (#​74)

v3.1.0

Compare Source

Add an option to skip outdated runs (https://github.com/fkirc/skip-duplicate-actions/pull/70)

v3.0.0

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@maximilianbraun maximilianbraun merged commit 78be738 into main Nov 17, 2023
6 checks passed
@renovate renovate bot deleted the renovate/fkirc-skip-duplicate-actions-5.x branch November 17, 2023 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant