You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The action's mode: check runs the full static+security pipeline (same
as sklab evaluate --skip-review), not the CLI's narrower HIGH-only
sklab check subcommand. Document the mapping explicitly so users
don't get tripped up by the name collision.
| `apply` | no CLI equivalent — parses the last sklab-action comment and commits | no backend call |
66
+
67
+
Note: `mode: check`is **not** `sklab check` — the CLI's `check` subcommand runs only HIGH-severity checks as a fast pre-flight. The action's `check` mode runs the full static + security pipeline, matching `sklab evaluate --skip-review`.
68
+
56
69
## Inputs
57
70
58
71
| Name | Default | Description |
59
72
|------|---------|-------------|
60
-
| `mode` | `check` | `check`, `judge`, `optimize`, or `apply`. Mirrors the `sklab` CLI subcommand names. |
73
+
| `mode` | `check` | `check`, `judge`, `optimize`, or `apply`. See [mode → CLI mapping](#mode--cli-mapping) below. |
0 commit comments