7 Commits

Author SHA1 Message Date
dessant
6548363a2d fix: update dependencies
BREAKING CHANGE: the action now requires Node.js 24
2025-12-12 17:23:39 +02:00
dessant
0a0976f3de feat: lock discussions
BREAKING CHANGE: Discussions are also processed by default,
set the `process-only` input parameter to preserve the old behavior

```yaml
    steps:
      - uses: dessant/lock-threads@v5
        with:
          process-only: 'issues, prs'
```

Closes #25.
2023-11-14 07:03:53 +02:00
dessant
5a25b54eae fix: update dependencies
BREAKING CHANGE: the action now requires Node.js 20
2023-11-12 05:48:16 +02:00
dessant
38e9185581 fix: update dependencies
BREAKING CHANGE: the action now requires Node.js 16
2022-12-04 02:13:10 +02:00
dessant
26fd836f96 feat: add new filtering and labeling options, update input parameter names
BREAKING CHANGE: input parameter names have changed
2021-09-27 20:38:48 +03:00
dessant
3eba4feee5 feat: make github-token optional and document the use of personal access tokens 2021-07-04 19:32:46 +03:00
dessant
eb01523c24 feat: move to GitHub Actions
BREAKING CHANGE: The deployment method and configuration options have changed.
2020-02-17 08:56:39 +02:00