File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed
Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 11# Tasks
22
3- ## Done
4-
5- ### Add PR comment summary for dry-run in CI
6- <!-- id: PVTI_lADOC9ysqc4BETyazglCHLI -->
7-
8- When ` tasksmd-sync ` runs in dry-run mode on a pull request, it should post
9- a comment summarizing what would change (e.g. "2 create, 1 update, 0 archive").
10- The GitHub Action workflow already runs dry-run on PRs but doesn't post
11- a summary comment yet.
12-
13- ### Remove due date syncing
14- <!-- id: PVTI_lADOC9ysqc4BETyazglCHLQ -->
15-
16- Due dates should be managed entirely in the GitHub Projects interface, not
17- synced from TASKS.md. Remove due date support from the sync pipeline:
18- - Remove the ` RE_DUE ` pattern from ` parser.py ` (stop parsing ` - **Due:** ` lines)
19- - Remove the ` due_date ` field from ` Task ` in ` models.py `
20- - Remove the ` due_date ` comparison in ` _needs_update ` in ` sync.py `
21- - Remove the "End date" / "Due" field write in ` _apply_task_fields `
22- - Keep the ` due_date ` field on ` ProjectItem ` (read-only, for display)
23- - Update ` FORMAT.md ` and ` README.md ` to remove Due date references
3+ ## In Progress
244
255### Implement label syncing for items
266<!-- id: PVTI_lADOC9ysqc4BETyazglCOOI -->
@@ -30,3 +10,4 @@ corresponding GitHub Issues. This includes:
3010- Adding missing labels to issues.
3111- Removing labels that are no longer present in TASKS.md.
3212
13+ ## Done
You can’t perform that action at this time.
0 commit comments