From f8320a9feaa134d75f0b62431c4f59d2f0fc2298 Mon Sep 17 00:00:00 2001 From: PeninsulaInd Date: Fri, 20 Feb 2026 22:20:56 -0600 Subject: [PATCH] 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 --- cheddahbot/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheddahbot/scheduler.py b/cheddahbot/scheduler.py index de256dc..f39dc04 100644 --- a/cheddahbot/scheduler.py +++ b/cheddahbot/scheduler.py @@ -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( f"Folder watcher: pipeline **completed** for **{filename}**.\n" f"ClickUp task: {matched_task.name}",