Releases: alstr/todo-to-issue-action
v3.0.1-beta
- Fix error retrieving syntax data.
- Drop support for old parser.
v3.0-beta
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
Fixes a bug where issues with identifiers in the title were not closing automatically.
v2.4
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
Streamline setting of default values.
v2.2
Add support for setting the issue milestone and assignees.
v2.1
Increase issue title length to 80 characters.
v2.0
- 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
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
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.