Skip to content

Feed Updated 🍿#172

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
feed-update
Closed

Feed Updated 🍿#172
github-actions[bot] wants to merge 1 commit into
mainfrom
feed-update

Conversation

@github-actions

@github-actions github-actions Bot commented Feb 15, 2026

Copy link
Copy Markdown
Contributor

closes #171

The retrospective collection was using `config.nextDay` to sequentially process retros one week at a time. This caused the feed to fall weeks behind when the workflow couldn't keep up.

Changes:
- Add `getCurrentRetroDate()` to calculate the most recent Sunday
- Add `getNextRetroDate()` to calculate the next week's date
- Update `collect-retrospective.js` to use dynamic date calculation
- Use calculated dates instead of parsing from title (more robust)
- Add comprehensive unit tests for new functions

This ensures the feed always links to the current week's retrospective regardless of how many weeks were previously missed.
@UlisesGascon UlisesGascon deleted the feed-update branch February 15, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Retrospective links to outdated report instead of current week

1 participant