Skip to content

Releases: alstr/todo-to-issue-action

v3.0.1-beta

30 Mar 11:38
Compare
Choose a tag to compare
v3.0.1-beta Pre-release
Pre-release
  • Fix error retrieving syntax data.
  • Drop support for old parser.

v3.0-beta

28 Mar 13:47
Compare
Choose a tag to compare
v3.0-beta Pre-release
Pre-release

This is a complete rewrite of the action.

Comments are now identified automatically without the need to hard-code a specific marker (providing it is supported in the syntax.json file). This means you can remove the COMMENT_MARKER and LABEL inputs. Block comments are also now supported.

The code has been tidied up and should be a bit less unwieldy.

v2.4.1

08 Dec 11:24
Compare
Choose a tag to compare

Fixes a bug where issues with identifiers in the title were not closing automatically.

v2.4

06 Dec 14:18
Compare
Choose a tag to compare

This release brings some formatting improvements to issues. You can now specify an identifier for the TODO/issue and control the line spacing.

v2.3

19 Nov 14:02
327455b
Compare
Choose a tag to compare

Streamline setting of default values.

v2.2

13 Nov 18:32
Compare
Choose a tag to compare

Add support for setting the issue milestone and assignees.

v2.1

25 Sep 15:31
Compare
Choose a tag to compare

Increase issue title length to 80 characters.

v2.0

29 Aug 12:08
Compare
Choose a tag to compare
  • Add ability to set issue labels dynamically.
  • Add ability to disable close issue functionality.
  • Remove case sensitivity from certain regex patterns to improve flexibility.

v1.3-beta

01 Aug 08:35
Compare
Choose a tag to compare
v1.3-beta Pre-release
Pre-release

This release significantly improves the retrieval of existing issues in the linked repository. All pages of issues with label todo are now iterated through, improving reliability and speed.

v1.2-beta

31 May 10:21
5d27a9a
Compare
Choose a tag to compare
v1.2-beta Pre-release
Pre-release

This release aims to help prevent duplication of TODOs, reported in certain cases, by creating a hash based on the issue body. Before creating a new issue, a check is performed to see if an issue with that hash already exists.