| 288 | // ---- ci comment ---- |
| 289 | |
| 290 | interface 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…