Set folder watcher completed tasks to 'complete' instead of 'internal review'

Link building runs that finish successfully are already deployed,
so they go straight to complete. PRs still go to internal review.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
cora-start
PeninsulaInd 2026-02-20 22:20:56 -06:00
parent 3c41c6bf5f
commit f8320a9fea
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ class Scheduler:
} }
), ),
) )
client.update_task_status(task_id, self.config.clickup.review_status) client.update_task_status(task_id, "complete")
self._notify( self._notify(
f"Folder watcher: pipeline **completed** for **{filename}**.\n" f"Folder watcher: pipeline **completed** for **{filename}**.\n"
f"ClickUp task: {matched_task.name}", f"ClickUp task: {matched_task.name}",