Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

chore(deps): update fkirc/skip-duplicate-actions action to v5 - autoclosed #735

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
fkirc/skip-duplicate-actions action major v3.4.1 -> v5.3.0

Release Notes

fkirc/skip-duplicate-actions

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)


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.

@github-actions
Copy link

github-actions bot commented Sep 26, 2022

Unit Test Results

    1 files  ±0    53 suites  ±0   1s ⏱️ ±0s
344 tests ±0  344 ✔️ ±0  0 💤 ±0  0 ±0 
349 runs  ±0  349 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 58153a0. ± Comparison against base commit f74bf2d.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch 6 times, most recently from 36789cc to 91864d0 Compare October 4, 2022 14:56
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch from 91864d0 to b850b68 Compare October 5, 2022 10:37
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch 3 times, most recently from 6c74b7c to a185e51 Compare November 2, 2022 13:23
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch 4 times, most recently from 4cd0437 to 80c0f7e Compare November 23, 2022 14:18
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch 2 times, most recently from 644ae8e to 0481e4c Compare December 7, 2022 14:12
@renovate renovate bot changed the title chore(deps): update fkirc/skip-duplicate-actions action to v5 Update fkirc/skip-duplicate-actions action to v5 Dec 17, 2022
@renovate renovate bot changed the title Update fkirc/skip-duplicate-actions action to v5 chore(deps): update fkirc/skip-duplicate-actions action to v5 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch 2 times, most recently from 684d795 to a82c301 Compare December 28, 2022 12:55
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch 6 times, most recently from edee523 to fb071c1 Compare January 23, 2023 15:22
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch 3 times, most recently from 08568fe to 3252456 Compare January 27, 2023 13:39
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch 3 times, most recently from 6fbf276 to 5ae60d5 Compare February 15, 2023 17:30
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch from 5ae60d5 to 5f748cb Compare February 21, 2023 14:45
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch from 5f748cb to e544804 Compare February 28, 2023 19:44
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch 2 times, most recently from c25ccb0 to 7fa59e5 Compare March 24, 2023 11:31
@renovate renovate bot force-pushed the renovate/fkirc-skip-duplicate-actions-5.x branch from 7fa59e5 to 58153a0 Compare March 29, 2023 18:40
@renovate renovate bot changed the title chore(deps): update fkirc/skip-duplicate-actions action to v5 chore(deps): update fkirc/skip-duplicate-actions action to v5 - autoclosed Mar 30, 2023
@renovate renovate bot closed this Mar 30, 2023
@renovate renovate bot deleted the renovate/fkirc-skip-duplicate-actions-5.x branch March 30, 2023 15:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants