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
parent
3c41c6bf5f
commit
f8320a9fea
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Reference in New Issue