Skip to content

Remove dead workflows_with_failures branch in transport_update_workflow#303

Merged
daniel-thom merged 1 commit intomainfrom
cleanup/remove-dead-update-workflow-archive-branch
May 4, 2026
Merged

Remove dead workflows_with_failures branch in transport_update_workflow#303
daniel-thom merged 1 commit intomainfrom
cleanup/remove-dead-update-workflow-archive-branch

Conversation

@daniel-thom
Copy link
Copy Markdown
Collaborator

After #300 made is_archived read-only on update_workflow, this branch can never fire — body.is_archived is documented and emitted as readOnly, so any client value is silently ignored, and update_workflow no longer mutates the column. The cleanup is now reachable via transport_archive_workflow, which is the only path that can set is_archived = true.

After #300 made is_archived read-only on update_workflow, this branch
can never fire — body.is_archived is documented and emitted as readOnly,
so any client value is silently ignored, and update_workflow no longer
mutates the column. The cleanup is now reachable via
transport_archive_workflow, which is the only path that can set
is_archived = true.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@daniel-thom daniel-thom merged commit 8af14c7 into main May 4, 2026
9 checks passed
@daniel-thom daniel-thom deleted the cleanup/remove-dead-update-workflow-archive-branch branch May 4, 2026 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant