Skip to content

Commit ccac200

Browse files
dannyneiraoz-agent
andauthored
ci: default task_set to all for automated release dispatch (#213)
repository_dispatch from channel-versions now defaults to task_set=all (changelog, licenses, telemetry, warp_app_update) instead of changelog-only. manual workflow_dispatch still defaults to changelog for safe testing. Co-authored-by: Oz <oz-agent@warp.dev>
1 parent 83a848b commit ccac200

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-docs-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if event_name == "repository_dispatch":
6969
raw = {
7070
"channel_versions_ref": os.environ.get("DISPATCH_CHANNEL_VERSIONS_REF") or "main",
71-
"task_set": os.environ.get("DISPATCH_TASK_SET") or "changelog",
71+
"task_set": "all", # always run all tasks for automated dispatch
7272
"create_draft_pr": os.environ.get("DISPATCH_CREATE_DRAFT_PR") or "false",
7373
"assign_oncall_reviewers": os.environ.get("DISPATCH_ASSIGN_ONCALL_REVIEWERS") or "false",
7474
}

0 commit comments

Comments
 (0)