Skip to content

Releases: kachick/wait-other-jobs

v3.8.0

20 Feb 02:53
215c93f
Compare
Choose a tag to compare

What's Changed

  • Skip to add link for dynamic events such as dependabot action by @kachick in #1036
  • Improve error message when unable to parse JSON by @kachick in #1044
  • Refine interval options and add outputs.parameters by @kachick in #1045
  • Force update some npm packages which has ReDoS reports by @kachick in #1046

Full Changelog: v3.7.0...v3.8.0

v3.7.0

06 Feb 06:37
a69d2f5
Compare
Choose a tag to compare

What's Changed

Feat

Chore

Full Changelog: v3.6.0...v3.7.0

v3.6.0

19 Dec 15:22
0584f14
Compare
Choose a tag to compare

What's Changed

  • Make it possible to start the first polling immediately by @kachick in #995
    And clarified the default value of wait-seconds-before-first-polling might be changed in next major release. See #994 (comment) for the background

Full Changelog: v3.5.0...v3.6.0

v3.5.0

29 Nov 16:54
e6615ad
Compare
Choose a tag to compare

What's Changed

New Contributors 🎉

Full Changelog: v3.4.1...v3.5.0

v3.4.1

11 Sep 04:18
2303eb5
Compare
Choose a tag to compare

What's Changed

  • Add support for .yaml file extension by @dmotte in #930

New Contributors 🎉

Full Changelog: v3.4.0...v3.4.1

v3.4.0

07 Jun 16:56
8d85313
Compare
Choose a tag to compare
  • Add jobMatchMode option for both the wait and skip lists. It typically helps to use matrix: #761
  • Add outputs.dump

v3.3.0

03 Jun 07:31
4d076dc
Compare
Choose a tag to compare

Nortable changes

  • feat: Add startupGracePeriod option in wait-list: #820
  • minor breaking: Restrict wait-seconds-before-first-polling if it is too short as zero or shorter than startupGracePeriod

v3.2.0

17 Apr 19:40
47f7c49
Compare
Choose a tag to compare

Add option to specify the event in wait-list: #771

v3.1.0

14 Apr 19:27
2223fd0
Compare
Choose a tag to compare
  • Add option to disable validations for wait-list and missing checkRun: #762
  • Refine inputs validations and the messages: #766

v3.0.0

12 Apr 15:35
03c3fb3
Compare
Choose a tag to compare
  • 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: #760