fix: add maxLength: 65536 to create_issue and create_discussion body fields #8541
cjs.yml
on: pull_request
js-typecheck
42s
impacted-js-tests
1m 49s
lint-js
1m 5s
Artifact API Integration
30s
Matrix: js-tests
Annotations
10 warnings
|
lint-js:
actions/setup/js/handle_detection_runs.cjs#L40
`new Error(...)` inside catch (error) references error but omits `{ cause: error }` — the original stack trace will be lost. Add `{ cause: error }` as the second argument
|
|
lint-js:
actions/setup/js/handle_agent_failure.cjs#L1802
`new Error(...)` inside catch (error) references error but omits `{ cause: error }` — the original stack trace will be lost. Add `{ cause: error }` as the second argument
|
|
lint-js:
actions/setup/js/handle_agent_failure.cjs#L1790
`new Error(...)` inside catch (error) references error but omits `{ cause: error }` — the original stack trace will be lost. Add `{ cause: error }` as the second argument
|
|
lint-js:
actions/setup/js/expired_entity_cleanup_helpers.cjs#L134
JSON.stringify(error) produces {} for Error objects — Error properties (message, stack, etc.) are non-enumerable. Use getErrorMessage(error) if it is available, or String(error) as a safe import-free alternative
|
|
lint-js:
actions/setup/js/expired_entity_cleanup_helpers.cjs#L35
Prefer Number.isNaN(...) over global isNaN(...). Global isNaN() coerces non-number inputs and can hide invalid raw values
|
|
lint-js:
actions/setup/js/create_project_status_update.cjs#L189
`new Error(...)` inside catch (fallbackError) references fallbackError but omits `{ cause: fallbackError }` — the original stack trace will be lost. Add `{ cause: fallbackError }` as the second argument
|
|
lint-js:
actions/setup/js/create_issue.cjs#L535
`new Error(...)` inside catch (error) references error but omits `{ cause: error }` — the original stack trace will be lost. Add `{ cause: error }` as the second argument
|
|
lint-js:
actions/setup/js/assign_to_agent.cjs#L118
`new Error(...)` inside catch (error) references error but omits `{ cause: error }` — the original stack trace will be lost. Add `{ cause: error }` as the second argument
|
|
lint-js:
actions/setup/js/apply_samples.cjs#L443
`new Error(...)` inside catch (err) references err but omits `{ cause: err }` — the original stack trace will be lost. Add `{ cause: err }` as the second argument
|
|
lint-js:
actions/setup/js/apply_samples.cjs#L67
`new Error(...)` inside catch (err) references err but omits `{ cause: err }` — the original stack trace will be lost. Add `{ cause: err }` as the second argument
|