Skip to content

Latest commit

 

History

History
202 lines (90 loc) · 6.42 KB

CHANGELOG.md

File metadata and controls

202 lines (90 loc) · 6.42 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-15)

⚠ BREAKING CHANGES

  • the action now requires Node.js 20

Features

Bug Fixes

  • always apply close and lock reason (7e8888e)
  • retry and throttle GitHub API requests (2755608)
  • update dependencies (008bb20)

3.0.0 (2022-12-04)

⚠ BREAKING CHANGES

  • the action now requires Node.js 16

Bug Fixes

2.1.2 (2021-10-02)

2.1.1 (2021-07-09)

Bug Fixes

  • update GitHub API calls (fa1e92b)

2.1.0 (2021-07-09)

Features

  • default github-token to github.token (#7) (731cce0)
  • document the use of personal access tokens (6ba0377)

Bug Fixes

  • declare required permissions (692a08a)
  • lock temporarily unlocked issues even after an error (182adbd)

2.0.1 (2021-01-01)

Bug Fixes

2.0.0 (2020-08-24)

⚠ BREAKING CHANGES

  • The deployment method and configuration options have changed.

Features

1.0.1 (2019-10-25)

Bug Fixes

1.0.0 (2019-06-10)

Features

BREAKING CHANGES

  • probot < 9.2.13 no longer supported.

0.4.3 (2019-01-20)

Bug Fixes

  • apply stricter config validation (c5b97f4)

0.4.2 (2018-10-03)

Bug Fixes

  • allow latest version of node (df959cb)

0.4.1 (2018-09-26)

Bug Fixes

  • allow more versions of node to be used (7481973)

0.4.0 (2018-07-23)

Features

  • notify maintainers about configuration errors (6886c26)

0.3.1 (2018-06-27)

0.3.0 (2018-06-24)

Bug Fixes

  • account for missing label object when label is removed (eb1e76d)
  • add _extends option to config schema (62d0c05)

Features

  • add option for setting lock reason (e91b1c8)
  • add support for mentioning the issue author (b43e76e)
  • also comment when issue is locked and set lock reason (67fad24)
  • extend settings from a different repository (6affa95)

0.2.1 (2018-06-01)

Bug Fixes

0.2.0 (2018-05-06)

Features

  • validate config options (2833846)

0.1.2 (2017-11-12)

Bug Fixes

  • comment only if issue is not locked (a68e322)

0.1.1 (2017-11-11)

Bug Fixes

  • set exact node and npm versions for Glitch deployment (cbd8374)

0.1.0 (2017-11-03)