Skip to content

Conversation

@fdevans
Copy link
Contributor

@fdevans fdevans commented Nov 7, 2025

Fixes PR Script to look at merges/tags instead of dates.

@fdevans fdevans added this to the 5.18.0 milestone Nov 7, 2025
@fdevans fdevans requested review from a team and Copilot November 7, 2025 19:33
Copy link
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 enhances the PR feed generation script to use git tag-based comparison instead of date-based queries, making it more accurate for tracking PRs included in specific SaaS deployments. The changes also remove two older PR entries from the feeds and documentation.

Key changes:

  • Switched from date-based to tag-based PR fetching using git history comparison
  • Added support for SaaS cut tags to limit PRs to specific deployment windows
  • Implemented rundeck submodule awareness to correctly track PRs from both repositories
  • Removed older PR entries about runner endpoint validation and RSS feed date parsing

Reviewed Changes

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

Show a summary per file
File Description
docs/history/updates/index.md Updated timestamp and removed two older PR entries
docs/.vuepress/public/feeds/development.xml Updated RSS feed timestamp and removed corresponding feed items
docs/.vuepress/public/feeds/development-atom.xml Updated Atom feed timestamp and removed corresponding feed entries
docs/.vuepress/pr-feed.mjs Major refactoring to support tag-based comparison, submodule resolution, and flexible merge strategy detection
docs/.vuepress/pr-feed-config.json Added lastSaasCut field to track deployment cut tags
PR-FEED-README.md Comprehensive documentation update explaining the new tag-based approach and configuration fields

The engineering team's tag format is perfectly designed for this use case - all the information needed is encoded directly in the tag name!
@fdevans fdevans requested a review from Copilot November 7, 2025 21:46
Copy link
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

Copilot reviewed 6 out of 6 changed files in this pull request and generated 7 comments.

@fdevans fdevans merged commit fcabd7b into 4.0.x Nov 7, 2025
1 check passed
@fdevans fdevans deleted the Pro-rss-feed branch November 7, 2025 23:50
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