Skip to content

Latest commit

 

History

History
137 lines (63 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

137 lines (63 loc) · 4.48 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

4.0.0 (2023-11-20)

⚠ BREAKING CHANGES

  • the number property in action outputs has been renamed to issue_number
  • the action now requires Node.js 20

Features

Bug Fixes

  • restore lock state on error (936b793)
  • retry and throttle GitHub API requests (1d47349)
  • update action outputs (ebbea5d)
  • update dependencies (344fee5)

3.0.0 (2022-12-04)

⚠ BREAKING CHANGES

  • the action now requires Node.js 16

Bug Fixes

2.2.0 (2021-10-02)

Features

  • add option for logging output parameters (bd108ef)

Bug Fixes

  • ignore error when commenting on issue converted to discussion (312cff0)

2.1.2 (2021-08-13)

Bug Fixes

  • use correct pull request event in workflow examples (20caf22)

2.1.1 (2021-07-09)

Bug Fixes

  • update GitHub API calls (fd10f1b)

2.1.0 (2021-07-09)

Features

  • make github-token optional and document the use of personal access tokens (8ac1721)

Bug Fixes

  • declare required permissions (4fd3558)

2.0.1 (2021-01-01)

Bug Fixes

2.0.0 (2020-08-22)

⚠ BREAKING CHANGES

  • The deployment method and configuration options have changed.

Features

1.0.1 (2019-10-25)

Bug Fixes

1.0.0 (2019-06-09)

Features

BREAKING CHANGES

  • probot < 9.2.13 no longer supported.

0.2.1 (2019-01-20)

0.2.0 (2019-01-19)

Bug Fixes

  • apply stricter config validation (a0e110f)
  • filter out locked issues from unlocked search results (fe4e769)

Features

  • add exemptLabels config option (4b0b855)

0.1.0 (2019-01-17)