Skip to content

Fix RssFeedGenerator and refactor.#21

Merged
prozolic merged 1 commit into
mainfrom
pr
May 23, 2026
Merged

Fix RssFeedGenerator and refactor.#21
prozolic merged 1 commit into
mainfrom
pr

Conversation

@prozolic
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 23, 2026 10:04
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 fixes missing RSS feed entries for AI/agent-authored pull requests and performs small refactors to reduce duplication and minor allocations in HTML generation.

Changes:

  • Include agent PR metadata when generating RSS feed items.
  • Refactor repository owner/name into a shared Constants type and use it in Program.
  • Rename analyzer results’ agent metadata span and adjust HTML generation to use spans when splitting TOC vs PR details.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/PRDigest.NET/RssFeedGenerator.cs Adds agent PRs to the RSS item generation loop.
src/PRDigest.NET/PullRequestAnalyzer.cs Refactors metadata construction and renames the agent PR metadata span/result parameter.
src/PRDigest.NET/Program.cs Replaces duplicated owner/repo constants with Constants.*.
src/PRDigest.NET/HtmlGenerator.cs Updates to new analyzer span name and uses ReadOnlySpan<char> when slicing HTML.
src/PRDigest.NET/Constants.cs Introduces centralized constants for the target GitHub repository.

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

Comment thread src/PRDigest.NET/PullRequestAnalyzer.cs
@prozolic prozolic merged commit cc1d307 into main May 23, 2026
3 checks passed
@prozolic prozolic deleted the pr branch May 23, 2026 10:08
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