Skip to content

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

Tags

v0.0.10

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
Add `url-only` option, and do close HTTPS connections

v0.0.9

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
Update a couple of dependencies

v0.0.8

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
Fix breakage caused by the GitHub REST API upgrade

v0.0.7

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
A couple of dependencies were updated.

v0.0.6

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
This Action now uses node.js 20

v0.0.5

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
This Action now uses the current `html-to-md`

v0.0.4

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
This Action now uses node.js v16 and html-to-md

v0.0.3

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
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

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
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

Verified

This tag was signed with the committer’s verified signature.
dscho Johannes Schindelin
Prevent aggregate issues from being added multiple times

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