chore(publish): cut desktop releases every six hours - #57
Merged
Annotations
3 errors and 7 warnings
|
|
|
Test
The operation was canceled.
|
|
Test:
apps/web/src/__tests__/prRowStopTask.test.tsx#L115
AssertionError: expected "spy" to be called with arguments: [ 't1' ]
Received:
1st spy call:
Array [
"t1",
+ Object {
+ "authored": true,
+ "autoKeepMergeable": false,
+ "createdAt": "",
+ "id": "pr1",
+ "lastPolledAt": "",
+ "mergeMethod": "squash",
+ "mergeQueued": false,
+ "mergedAt": null,
+ "number": 7,
+ "owner": "acme",
+ "repo": "app",
+ "repositoryId": "repo1",
+ "reviewRequested": false,
+ "state": "open",
+ "summary": Object {
+ "author": "octocat",
+ "baseBranch": "main",
+ "blockingReason": "checks_failed",
+ "checks": Object {
+ "failed": 1,
+ "inProgress": 0,
+ "passed": 0,
+ "skipped": 0,
+ "total": 1,
+ },
+ "draft": false,
+ "headBranch": "h",
+ "headSha": "abc",
+ "mergeStateStatus": "UNSTABLE",
+ "mergeable": "MERGEABLE",
+ "reviewDecision": null,
+ "title": "a PR",
+ "updatedAt": "",
+ "url": "https://github.com/acme/app/pull/7",
+ },
+ "taskId": "t1",
+ "updatedAt": "",
+ "watching": false,
+ "workspaceId": "ws1",
+ },
]
Number of calls: 1
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<table
class="w-full text-sm"
>
<thead
class="sticky top-0 bg-background text-xs uppercase tracking-wide text-muted-foreground"
>
<tr>
<th
class="px-4 py-2 text-left font-medium"
>
Title
</th>
<th
class="px-2 py-2 text-left font-medium"
>
Status
</th>
<th
class="px-2 py-2 text-left font-medium"
>
Updated
</th>
<th
class="w-10 py-2 pl-2 pr-4"
/>
</tr>
</thead>
<tbody>
<tr
class="group cursor-pointer border-b transition-colors hover:bg-muted/40 focus:bg-muted/40 focus:outline-none focus-visible:ring-1 focus-visible:ring-ring"
tabindex="0"
>
<td
class="w-full max-w-0 px-4 py-2"
>
<div
class="flex min-w-0 flex-col gap-0.5"
>
<span
class="flex items-center gap-1.5 truncate font-medium"
>
<span
class="truncate"
title="a PR"
>
a PR
</span>
</span>
<span
class="grid grid-cols-[auto_minmax(0,max-content)_auto_minmax(0,1fr)] items-center overflow-hidden text-xs text-muted-foreground"
>
<span
class="mr-2 flex items-center gap-2 whitespace-nowrap empty:mr-0"
>
<button
class="inline-flex items-center gap-1 rounded px-1 py-0.5 text-[10px] uppercase bg-slate-200 text-slate-700 hover:bg-slate-300 dark:bg-slate-700 dark:text-slate-200 dark:hover:bg-slate-600"
title="A task is working this PR — click to open it"
type="button"
>
<svg
class="lucide lucide-loader-circle h-2.5 w-2.5 animate-spin"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M21 12a9 9 0 1 1-6.219-8.56"
/>
</svg>
Working
</button>
</span
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
packages/backend/src/services/websocket.ts#L316
Unexpected any. Specify a different type
|
|
Lint:
packages/backend/src/services/websocket.ts#L169
Unexpected any. Specify a different type
|
|
Lint:
apps/web/src/hooks/useApi.ts#L537
Unexpected any. Specify a different type
|
|
Lint:
apps/web/src/hooks/useApi.ts#L524
Unexpected any. Specify a different type
|
|
Lint:
apps/desktop/src/renderer/hooks/useApi.ts#L537
Unexpected any. Specify a different type
|
|
Lint:
apps/desktop/src/renderer/hooks/useApi.ts#L524
Unexpected any. Specify a different type
|
background
wait
wait-all
cancel
parallel
Loading