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)
- the action now requires Node.js 20
- always apply close and lock reason (7e8888e)
- retry and throttle GitHub API requests (2755608)
- update dependencies (008bb20)
3.0.0 (2022-12-04)
- the action now requires Node.js 16
2.1.2 (2021-10-02)
2.1.1 (2021-07-09)
- update GitHub API calls (fa1e92b)
2.1.0 (2021-07-09)
- default
github-token
togithub.token
(#7) (731cce0) - document the use of personal access tokens (6ba0377)
- declare required permissions (692a08a)
- lock temporarily unlocked issues even after an error (182adbd)
2.0.1 (2021-01-01)
- update dependencies (f502ca6)
2.0.0 (2020-08-24)
- The deployment method and configuration options have changed.
- move to GitHub Actions (4777aa0)
1.0.1 (2019-10-25)
- update dependencies (7372f4f)
1.0.0 (2019-06-10)
- update dependencies (64530c9)
- probot < 9.2.13 no longer supported.
0.4.3 (2019-01-20)
- apply stricter config validation (c5b97f4)
0.4.2 (2018-10-03)
- allow latest version of node (df959cb)
0.4.1 (2018-09-26)
- allow more versions of node to be used (7481973)
0.4.0 (2018-07-23)
- notify maintainers about configuration errors (6886c26)
0.3.1 (2018-06-27)
0.3.0 (2018-06-24)
- account for missing label object when label is removed (eb1e76d)
- add
_extends
option to config schema (62d0c05)
- 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)
- set main module path (e9f828f)
0.2.0 (2018-05-06)
- validate config options (2833846)
0.1.2 (2017-11-12)
- comment only if issue is not locked (a68e322)
0.1.1 (2017-11-11)
- set exact node and npm versions for Glitch deployment (cbd8374)