Skip to content

Releases: ribtoks/tdg-github-action

Release v0.4.16 (beta)

06 Jan 18:15
f093b93

Choose a tag to compare

  • Migrate away from docker to Go-native action

Release v0.4.15 (beta)

21 Jul 04:53
bb99875

Choose a tag to compare

  • update dependencies
  • drop deprecated GitHub Projects (Classic) support

Release v0.4.14 (beta)

18 Jan 10:28

Choose a tag to compare

  • Add ability to manage issues in a separate repository (requires a wider-scoped GitHub auth token)

Release v0.4.13 (beta)

07 Oct 10:41
e11144d

Choose a tag to compare

  • Remove dot (.) from the new lang: label

Release v0.4.12 (beta)

28 Aug 05:48
a4a903d

Choose a tag to compare

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

14 Jun 11:16

Choose a tag to compare

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

20 Mar 06:34

Choose a tag to compare

  • Fix excluding .github/ subdirectory by default
  • Performance improvement

Release v0.4.9 (beta)

19 Mar 11:22

Choose a tag to compare

  • Exclude source version control systems metadata directories (e.g. .git/, .svn/ etc.) by default

Release v0.4.8 (beta)

07 Feb 07:23
a0ae52c

Choose a tag to compare

  • Add ability to tag author by GitHub handle (argument ASSIGN_FROM_BLAME)
  • Updated dependencies

Release v0.4.7 (beta)

09 Jan 10:33

Choose a tag to compare

  • Limit amount of files processed concurrently to avoid "Max opened file descriptors" error
  • Update various dependencies