MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / CheckOptions

Interface CheckOptions

packages/bumpy/src/commands/ci.ts:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86// ---- ci check ----
87
88interface CheckOptions {
89 comment?: boolean; // post a PR comment via gh (default: true in CI)
90 strict?: boolean; // exit 1 if any changed packages are uncovered
91 noFail?: boolean; // never exit 1, warn only
92 emitComment?: string; // also write the rendered comment to <dir>/comment.md for a downstream `ci comment`
93}
94
95const COMMENT_ARTIFACT_FILE = 'comment.md';
96

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…