ChayoteJarocho / MastodonGitHubBot

A bot that retrieves info from GitHub and publishes it in Mastodon.
MIT License
0 stars 0 forks source link

Fix bug causing some issues/PRs to get skipped #5

Closed ChayoteJarocho closed 1 year ago

ChayoteJarocho commented 1 year ago

The creation where filter is not necessary. Sometimes we transfer issues from other repos to runtime, and those issues were created at a time that does not match the filter, but the system creates it with the next issue number available. That means that if the item was very old, but freshly transferred, it doesn't show up in the returned list.

Removing the filter does the trick. We only need to know issue/PR number and sort.