All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
5.0.1 (2023-11-22)
5.0.0 (2023-11-14)
- Discussions are also processed by default,
set the
process-only
input parameter to preserve the old behavior
steps:
- uses: dessant/lock-threads@v5
with:
process-only: 'issues, prs'
- the action now requires Node.js 20
- update dependencies (5a25b54)
4.0.1 (2023-06-12)
4.0.0 (2022-12-04)
- the action now requires Node.js 16
3.0.0 (2021-09-27)
-
input parameter names have changed
Rename the following input parameters when upgrading from v2 to v3:
issue-lock-inactive-days
-->issue-inactive-days
issue-exclude-created-before
-->exclude-issue-created-before
issue-exclude-labels
-->exclude-any-issue-labels
issue-lock-labels
-->add-issue-labels
issue-lock-comment
-->issue-comment
pr-lock-inactive-days
-->pr-inactive-days
pr-exclude-created-before
-->exclude-pr-created-before
pr-exclude-labels
-->exclude-any-pr-labels
pr-lock-labels
-->add-pr-labels
pr-lock-comment
-->pr-comment
- add new filtering and labeling options, update input parameter names (26fd836)
- allow manual triggering (a0c7da3)
2.1.2 (2021-08-17)
2.1.1 (2021-07-09)
- update GitHub API calls (a3ccc71)
2.1.0 (2021-07-09)
- make github-token optional and document the use of personal access tokens (3eba4fe)
- declare required permissions (877b357)
2.0.3 (2021-01-01)
- update imported package name (eba004b)
2.0.2 (2021-01-01)
- update dependencies (eb0aabb)
2.0.1 (2020-07-07)
2.0.0 (2020-02-17)
- The deployment method and configuration options have changed.
- move to GitHub Actions (eb01523)
1.0.1 (2019-10-25)
- update dependencies (9381fb2)
1.0.0 (2019-06-09)
- update dependencies (4be9f8f)
- probot < 9.2.13 no longer supported.
0.8.3 (2019-01-20)
0.8.2 (2019-01-19)
- apply stricter config validation (53b6320)
- limit daysUntilLock to 10 years (7ee7d4b)
- skip wrong search results (5b94ab5)
0.8.1 (2019-01-18)
0.8.0 (2018-11-08)
- support for skipping issues created before a given timestamp (ace8c2d)
0.7.1 (2018-10-03)
- allow newer versions of node (436ec0d)
0.7.0 (2018-07-23)
- notify maintainers about configuration errors (38614a9)
0.6.2 (2018-06-27)
- add missing config key to schema (83e345c)
0.6.1 (2018-06-24)
- log missing config as info (5d4c58f)
0.6.0 (2018-06-24)
- add option for setting lock reason (5b9d6f4), closes #7
- extend settings from a different repository (9da62c6)
- use child logger for scheduled tasks and add DRY_RUN env var (4abb957)
0.5.2 (2018-05-30)
0.5.1 (2018-05-30)
- set main module path (d4eb339)
0.5.0 (2018-05-06)
- validate config and set custom options for issues and pulls (ecb0e91)
0.4.0 (2018-05-01)
- set defaults for new config options (b75ee6d)
0.3.0 (2018-05-01)
- update dependencies (6c16ada)