Combine RSS Feeds
Version updated for https://github.com/kotaoue/combine-rss-feeds to version v1.0.4.
- This action is used across all versions by 0 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The combine-rss-feeds GitHub Action automates the process of fetching entries from multiple RSS or Atom feeds, merging them into a single RSS 2.0 XML file, and sorting the entries by publication date (newest first). It simplifies feed aggregation by allowing users to customize entry limits per source and provides a consolidated, well-organized output for easy consumption. This action is a lightweight, dependency-free solution implemented in Go, making it efficient and easy to integrate into CI/CD workflows.
Release notes
What’s Changed
- Apply limit after combining and sorting all feeds by @Copilot in https://github.com/kotaoue/combine-rss-feeds/pull/11
Full Changelog: https://github.com/kotaoue/combine-rss-feeds/compare/v1...v1.0.4