Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

28 lines (26 loc) · 1.99 KB

CHANGELOG

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

  • main - not yet released
  • v3.4.0
    • Add jobMatchMode option for both the wait and skip lists. It typically helps to use matrix: #761
    • Add outputs.dump
  • v3.3.0
    • Add startupGracePeriod option in wait-list: #820
    • Restrict wait-seconds-before-first-polling if it is too short as zero or shorter than startupGracePeriod
  • v3.2.0
    • Add eventName option in wait-list: #771
  • v3.1.0
    • Add optional option in wait-list: #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