Tune roadmap reminders to 7-day window with updated title and labels

This commit is contained in:
Oliver 2026-02-16 09:41:10 +01:00
parent 199d574d66
commit ab6ad85db7
No known key found for this signature in database
3 changed files with 37 additions and 7 deletions

View file

@ -61,7 +61,7 @@ python3 scripts/roadmap_reminder_report.py \
--repo OliverGiertz/StaySense \
--project-owner OliverGiertz \
--project-number 4 \
--days-upcoming 14 \
--days-upcoming 7 \
--dry-run
```
@ -72,7 +72,9 @@ python3 scripts/roadmap_reminder_report.py \
--repo OliverGiertz/StaySense \
--project-owner OliverGiertz \
--project-number 4 \
--days-upcoming 14
--days-upcoming 7 \
--upsert-issue-title "[Roadmap] Weekly Deadlines (7 Tage)" \
--labels "roadmap-report,roadmap,ops"
```
GitHub Actions Secret: