Skip to content

[comp] Production Deploy#3197

Merged
tofikwest merged 3 commits into
releasefrom
main
Jun 18, 2026
Merged

[comp] Production Deploy#3197
tofikwest merged 3 commits into
releasefrom
main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.


Summary by cubic

Exclude MANUAL tasks from the integration checks schedule so the scheduler never auto-runs checks or flips statuses for manually managed tasks, matching the UI.

  • Bug Fixes
    • Add automationStatus: { not: TaskAutomationStatus.MANUAL } to the candidate task query in integrationChecksSchedule (via @db).
    • Add a test that invokes the orchestrator and asserts the filter is applied; mocks @trycompai/integration-platform manifest and @db queries.

Written for commit cee60b2. Summary will update on new commits.

Review in cubic

github-actions Bot and others added 3 commits June 18, 2026 03:18
The daily integration-checks orchestrator selected candidate tasks by org +
mapped template only, ignoring Task.automationStatus. So a task marked MANUAL
could still have its mapped checks auto-run on schedule and have its status
flipped (done/failed) — overriding the customer's manual management and
contradicting the UI, which already hides the automation/checks tab when
automationStatus is MANUAL (SingleTask.tsx).

Add `automationStatus: { not: MANUAL }` to the candidate-task query so the
scheduler never auto-runs checks on manual tasks — making automationStatus
authoritative for the scheduler, symmetric with the UI. Small, single-source
change. +1 test invoking the orchestrator and asserting the filter is applied.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…asks

fix(integrations): scheduler skips MANUAL evidence tasks
@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
comp-framework-editor (staging) Ready Ready Preview, Comment Jun 18, 2026 4:07pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
app (staging) Skipped Skipped Jun 18, 2026 4:07pm
portal (staging) Skipped Skipped Jun 18, 2026 4:07pm

Request Review

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Re-trigger cubic

@tofikwest tofikwest merged commit b684ef1 into release Jun 18, 2026
14 checks passed
@claudfuen

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 3.86.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants