grafana / crossplane-provider-grafana

Crossplane provider of https://github.com/grafana/terraform-provider-grafana. Generated by https://github.com/upbound/upjet
Apache License 2.0
26 stars 14 forks source link

Bump fkirc/skip-duplicate-actions from 2.0.0 to 5.3.1 #69

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps fkirc/skip-duplicate-actions from 2.0.0 to 5.3.1.

Release notes

Sourced from fkirc/skip-duplicate-actions's releases.

v5.3.1

No release notes provided.

v5.3.0

v5.2.0

v5.1.0

Allow release for do_not_skip input (fkirc/skip-duplicate-actions#273)

v5.0.0

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"
      

... (truncated)

Commits
  • f75f66c feat: do not skip merge group (#329)
  • c925fb1 Upgrade to nodejs 20 (supported since github-runner 3.308.0) (#331)
  • fc7bbd5 Increase robustness in case of GitHub API failures (#302)
  • 12aca0a Bump typescript from 4.8.4 to 4.9.3 (#294)
  • 48144db Bump @​types/node from 16.18.3 to 16.18.4 (#297)
  • 39b87d4 Bump eslint from 8.26.0 to 8.28.0 (#295)
  • 67e698f Bump @​typescript-eslint/eslint-plugin from 5.42.0 to 5.45.0 (#296)
  • fb5cfd8 Bump @​typescript-eslint/parser from 5.42.0 to 5.45.0 (#298)
  • b36b9c1 Bump prettier from 2.7.1 to 2.8.0 (#299)
  • bf741f0 Bump eslint-plugin-github from 4.4.0 to 4.4.1 (#300)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)