Releases: git-for-windows/rss-to-issues
Releases · git-for-windows/rss-to-issues
v0.0.3
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
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
Prevent aggregate issues from being added multiple times
Our "was this ticket already opened?" check did not handle aggregate
issues correctly.
v0.0.0
The initial version of the Javascript Action!