Skip to content

Latest commit

 

History

History
315 lines (145 loc) · 9.69 KB

CHANGELOG.md

File metadata and controls

315 lines (145 loc) · 9.69 KB

Changelog

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)

Bug Fixes

  • support filtering threads by labels with spaces (0a63678), closes #40

5.0.0 (2023-11-14)

⚠ BREAKING CHANGES

  • 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

Features

Bug Fixes

4.0.1 (2023-06-12)

Bug Fixes

  • retry and throttle GitHub API requests (1618e91), closes #35

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-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

Features

  • add new filtering and labeling options, update input parameter names (26fd836)
  • allow manual triggering (a0c7da3)

2.1.2 (2021-08-17)

Bug Fixes

  • ignore error when commenting on issue converted to discussion (60d2a1a), closes #24

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

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

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.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

  • use is:unlocked search qualifier (dfa9e82), closes #5

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

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

Features

  • add a lock reason with "resolved" (#3) (a5dbbcd)

0.2.0 (2018-03-29)

Features

  • ignore threads with certain labels (8a29d89), closes #1

0.1.0 (2017-12-11)