Skip to content

Change item.pubData in RSS feed to merge-at#10

Merged
prozolic merged 1 commit intomainfrom
pr-rss
Feb 23, 2026
Merged

Change item.pubData in RSS feed to merge-at#10
prozolic merged 1 commit intomainfrom
pr-rss

Conversation

@prozolic
Copy link
Copy Markdown
Owner

Follow-up to #9

Copilot AI review requested due to automatic review settings February 23, 2026 05:09
@prozolic prozolic merged commit eb18a9c into main Feb 23, 2026
4 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves the RSS feed generation by using the actual merge timestamp from pull request metadata instead of parsing the target date string. This is a follow-up to PR #9 which initially added the RSS feed generator.

Changes:

  • Modified RSS feed to use actual PR merge timestamps instead of parsing folder date paths
  • Added a new ParseDate method to extract merge timestamps from markdown metadata
  • Extended the Metadata struct to include a MergedAt property

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/PRDigest.NET/RssFeedGenerator.cs Removed conditional date parsing from target parameter and now uses metadata.MergedAt directly for RSS feed pubDate
src/PRDigest.NET/PullRequestAnalyzer.cs Added ParseDate method to parse Japanese-formatted merge timestamps, added MergedAt property to Metadata struct, and updated GetMetadata to accept merge timestamp

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@prozolic prozolic deleted the pr-rss branch February 23, 2026 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants