Releases: git-for-windows/rss-to-issues
v0.0.9
Update a couple of dependencies
v0.0.8
Fix breakage caused by the GitHub REST API upgrade
v0.0.7
A couple of dependencies were updated.
v0.0.6
This Action now uses node.js 20
v0.0.5
This Action now uses the current html-to-md
v0.0.4
This Action now uses node.js v16 and html-to-md
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!