Skip to content

feat(auth blocks): let authors pick the tab the block opens on #1587

feat(auth blocks): let authors pick the tab the block opens on

feat(auth blocks): let authors pick the tab the block opens on #1587

Triggered via pull request August 25, 2026 05:36
Status Success
Total duration 2m 40s
Artifacts

test.yml

on: pull_request
Lint & Typecheck
17s
Lint & Typecheck
Unit Tests
1m 7s
Unit Tests
Build Verification
24s
Build Verification
E2E Tests
2m 30s
E2E Tests
Runbook Tests
46s
Runbook Tests
Runbook Tests (GitHub App Token)
17s
Runbook Tests (GitHub App Token)
Documentation Tests
33s
Documentation Tests
CI Summary
2s
CI Summary
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L35
Catch parameter 'e' is caught but never used.
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L28
Variable 'queryParams' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L27
Variable 'path' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): testdata/sample-runbooks/lambda/templates/lambda-src/nodejs/index.mjs#L26
Variable 'httpMethod' is declared but never used. Unused variables should start with a '_'.
eslint(no-empty-pattern): web/e2e/fixtures.ts#L53
Empty object binding pattern