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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Type:Plugin / ExtensionCategory(s):CI/CD & ReleaseDevOps & Observability
Added to GitGenius on September 20th, 2026
Created on July 19th, 2020
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 290
Total Stargazers: 3,445 (+0)
Total Subscribers: 18 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.7 hours
Mean response time: 11.3 days
90th percentile: 2.8 days
Tracked items: 13

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • invalid (6)
  • bug (4)
  • enhancement (3)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

Blog post workflow is a GitHub Action that automatically displays your latest blog posts, StackOverflow activity, or YouTube videos on your GitHub profile or project README by fetching and parsing RSS feeds.

The tool solves the problem of manually updating your GitHub profile with fresh content from multiple sources. It works by reading RSS feed URLs you provide, fetching the latest entries, and automatically updating a designated section in your README file through a scheduled GitHub Actions workflow. You define the update frequency using cron syntax, with daily execution as the default, and the workflow replaces a special HTML comment block with the current list of posts.

The tool suits developers and content creators who want to showcase their activity across multiple platforms without manual maintenance. It works with any source that provides an RSS feed, including WordPress blogs, Ghost, StackOverflow, and YouTube channels. The setup requires adding a workflow file to your repository, configuring RSS feed URLs, and ensuring your workflow has write permissions to your repository. No comparison to alternative tools is made in the README.

The project maintains active test coverage with a build and test workflow. The tool includes customizable options beyond the basic setup to adapt to different use cases. Documentation provides specific guidance on workflow scheduling frequency, recommending daily execution for most users while acknowledging that more frequent runs may be unnecessary unless content is published very often.