kachick / times_kachick

`#times_kachick channel in chat` as a public repository. Personal Note and TODOs
https://github.com/kachick/times_kachick/issues?q=is%3Aissue+is%3Aclosed
6 stars 0 forks source link

Bump kachick/wait-other-jobs from 2 to 3 #287

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps kachick/wait-other-jobs from 2 to 3.

Release notes

Sourced from kachick/wait-other-jobs's releases.

v3.0.0

  • Wait other jobs which defined in same workflow by default: #754 This is a bug, but I bumped the major version for the behavior changes. You can keep old behavior with skip-same-workflow: 'true'
  • Validate for wait-list and missing checkRun: kachick/wait-other-jobs#760

v2.0.4

There are many changes in the diff, but almost the code used for development

Main purpose of this release is to apply #746

v2.0.3

To apply #700

v2.0.2

Allow more neutral run - https://github.com/kachick/wait-other-jobs/commit/93299c2fa22fd463db31668eba54b34b58270696

v2.0.1

#601 - Update zod

Changelog

Sourced from kachick/wait-other-jobs's changelog.

CHANGELOG

This file only records notable changes. Not synchronized with all releases and tags.

  • main - not yet released
    • Nothing
  • v3.1.0
    • Add option to disable validations for wait-list and missing checkRun: #762
    • Refine inputs validations and the messages: #766
  • v3.0.0
    • Wait other jobs which defined in same workflow by default: #754
      You can change this behavior with new option skip-same-workflow: 'true'
    • Validate if the checkRun for the wait-list specified name is not found: #760
  • v2.0.2
    • Allow some neutral patterns: 93299c
  • v2.0.0
    • Add options for list-based waiting with replacing to GraphQL API: #474, #574
    • Update action engine to Node20: #586, #564
    • Change default intervals and the determined logics: #596, 15456c0
  • v1.3.0
    • Provide default value for github-token: #523
Commits
  • 2223fd0 Bump version to v3.1.0
  • e2ae592 Refine input parser (#766)
  • b118095 Add snapshot test (#764)
  • 6735a28 Merge pull request #765 from kachick/prevent-secrets
  • 6d47fff Integrate gitleaks to prevent adding secret
  • 0882530 Refactor to make github-api file focus raw data as possible (#763)
  • 052e764 Mark dependabot job is optional
  • d879cd5 Add an option to mark whether the validation is required or not for wait-list...
  • d9bf291 Fix typos in list descriptions
  • 4cf8cc9 Bump crate-ci/typos from 1.16.19 to 1.20.7 (#759)
  • 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)