nhoizey / github-action-feed-to-mastodon

A GitHub Action to create toots on Mastodon from a JSON Feed
MIT License
23 stars 3 forks source link

Provide multiple choice strategies between candidates #14

Closed nhoizey closed 7 months ago

nhoizey commented 1 year ago

"candidates" are the feed items that have the same lowest number of toots attached.

Users should be able to decide how the action choses which of these items to use for the toot:

newest might be the best default, for blogs.

random should be the default, as it's the behavior of previous versions.