Releases: ribtoks/tdg-github-action
Releases · ribtoks/tdg-github-action
Release v0.4.13 (beta)
- Remove dot (
.
) from the newlang:
label
Release v0.4.12 (beta)
- Add code language extended label (useful for repositories with multiple languages)
- Stop using deprecated way to set output in GitHub Actions
- Update dependencies
Release v0.4.11 (beta)
- Fix link preview when comment is close to end of file
- Fix having multiple slashes in the link preview URL
Release v0.4.10 (beta)
- Fix excluding
.github/
subdirectory by default - Performance improvement
Release v0.4.9 (beta)
- Exclude source version control systems metadata directories (e.g.
.git/
,.svn/
etc.) by default
Release v0.4.8 (beta)
- Add ability to tag author by GitHub handle (argument
ASSIGN_FROM_BLAME
) - Updated dependencies
Release v0.4.7 (beta)
- Limit amount of files processed concurrently to avoid "Max opened file descriptors" error
- Update various dependencies
Release v0.4.6 (beta)
- Do not attempt to close issues that are already closed
- Allow creating a comment with a commit reference in the issue being closed with
COMMENT_ON_ISSUES
(off by default in this release)
Release v0.4.5 (beta)
- Treat duplicate comments in different files as different comments
Release v0.4.4 (beta)
- Fixed git paths with spaces and other special characters