interface CheckRunUpdate

Fields that can be updated on an existing check run.

Properties

optional
title: string

Title displayed in the check run UI.

optional
summary: string

Summary of the check run results.

optional
text: string

Detailed text content with Markdown support.

optional
annotations: import("./annotation.ts").Annotation[]

Annotations to add to the check run.

Usage

import { type CheckRunUpdate } from ".";