Skip to content

Releases: git-for-windows/rss-to-issues

v0.0.3

29 Jun 14:33
v0.0.3

Choose a tag to compare

v0.0.3

This GitHub Action now handles feeds with title-less items gracefully.
Such feeds include the ones generated from GitHub's wikis.

v0.0.2

06 May 12:23
v0.0.2

Choose a tag to compare

Better title generation for aggregate tickets

Instead of using the current time as the label for aggregate tickets, we
now use "<N> new items" if more than one new item was found, and if only
one new item was found, we use the title of that item.

v0.0.1

05 May 17:49
v0.0.1

Choose a tag to compare

Prevent aggregate issues from being added multiple times

Our "was this ticket already opened?" check did not handle aggregate
issues correctly.

v0.0.0

08 Apr 14:04
v0.0.0

Choose a tag to compare

The initial version of the Javascript Action!