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