Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

23 lines (21 loc) · 1.63 KB

CHANGELOG

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

  • main - not yet released
    • Nothing
  • v3.2.0
    • Add option to specify the event in wait-list: #771
  • 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