gautamkrishnar / blog-post-workflow

Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
https://github.com/marketplace/actions/blog-post-workflow
GNU Affero General Public License v3.0
3.02k stars 269 forks source link

[Feature]: Conditional statement for blogs / remove duplicates #157

Closed avipars closed 2 years ago

avipars commented 2 years ago

Occasionally, I guest post or re-share the article on two separate sources, is there a way to either have some conditional statement inside your action or a setting to ignore duplicate posts based on title?

gautamkrishnar commented 2 years ago

@avipars just do it via item_exec. You can execute javascript code before each item is getting set.