Open dscho opened 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.
open-issue.js
rss-to-issues
Let's teach the same trick to open-issue.js.
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 therss-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
.