git-for-windows / track-website-changes

Track some websites (usually component version updates)
MIT License
2 stars 8 forks source link

Teach `open-issue.js` to look whether a ticket exists for the given version already #10

Open dscho opened 1 year ago

dscho commented 1 year ago

In https://github.com/git-for-windows/track-website-changes/issues/8, a redundant ticket was opened, mainly because open-issue.js does not bother to look whether there exists a ticket for the given component update yet, unlike what the rss-to-issues Action does in our RSS feed-based workflow monitoring Git for Windows' components.

Let's teach the same trick to open-issue.js.