Skip to content

Serialize weekly digest and reuse open issue#110

Merged
Jose-Gael-Cruz-Lopez merged 1 commit into
Hack-HQ:mainfrom
ChimdumebiNebolisa:fix/weekly-digest-dedup
Jul 13, 2026
Merged

Serialize weekly digest and reuse open issue#110
Jose-Gael-Cruz-Lopez merged 1 commit into
Hack-HQ:mainfrom
ChimdumebiNebolisa:fix/weekly-digest-dedup

Conversation

@ChimdumebiNebolisa

Copy link
Copy Markdown
Contributor

Summary

Serialize weekly digest runs and reuse the open digest issue instead of creating a new one every week.

Problem

weekly_digest.yml always called gh issue create with no concurrency control. Open digest issues (#59, #27) piled up when prior digests were not closed.

Changes

  • Add weekly-digest concurrency group with cancel-in-progress: false
  • Reuse the existing open digest-labeled issue (edit body/title + refresh comment), matching deadline_watch.yml
  • Workflow regression test

Validation

  • python -m unittest discover -s .github/scripts -p "test_*.py" - OK

Scope

Does not auto-close old digest issues already in the backlog.

Co-authored-by: Cursor <cursoragent@cursor.com>
@Jose-Gael-Cruz-Lopez Jose-Gael-Cruz-Lopez merged commit e2f9a37 into Hack-HQ:main Jul 13, 2026
2 checks passed
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