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

Interface CommentOptions

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

Source from the content-addressed store, hash-verified

288// ---- ci comment ----
289
290interface CommentOptions {
291 bodyFile?: string; // path to the rendered comment body (from `ci check --emit-comment`)
292 pr?: string; // explicit PR number override (otherwise resolved from the event)
293}
294
295/**
296 * Post a pre-rendered comment to a PR. This is the privileged half of the split

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…