pullrequests Search Results · language:Dune language:JavaScript language:HTML language:HTML language:Java language:JavaScript
Filter by
155M results
Automated test pull request
Summary
Adds a SchemaStore schema for actionlint configuration files.
The schema covers the documented/source-backed actionlint config surface:
- self-hosted-runner.labels
- config-variables
- ...
Automated test pull request
Симптом (на vast)
run-vast.sh --with-frontend вываливал большую ошибку на сборке фронта:
npm error `npm ci` can only install packages when your package.json and package-lock.json are in sync.
npm error ...
General fix: remove condition fragments that are guaranteed by an enclosing condition, keeping only the meaningful
type/property checks.
Best fix here: in src/utils/embeds.js, inside the if (author) { ...
Closes #1597.
Summary of What Has Been Done: Added security-tests/stepRunner.test.cjs with 9 unit tests covering generateSteps,
buildStepRunner, and createSyncStepRunner in src/lib/visualizer/stepRunner.js. ...
Make the static game deployable and CI-gated:
- package.json: ES-module project manifest with dev/check/test scripts (zero runtime dependencies; dev server via npx
serve).
- scripts/smoke-test.mjs: ...
What
Feedback intake for SecID is now MCP-only by design — AI/MCP clients, no web forms. (Follow-up to #14/#15, which added
the web-form submission_url; product direction is AI-to-AI feedback.)
Changes ...