Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/core/Models/mod.ts>WorkflowRunModel

Various HTTP clients for miscellaneous use.
Latest
interface WorkflowRunModel
import { type WorkflowRunModel } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Models/mod.ts";

Represents a single workflow run.

Properties

id: number

Gets or sets the id of the workflow run.

name: string

Gets or sets the name of the workflow run.

display_title: string

Gets or sets the display title of the workflow run.

created_at: string

Gets or sets the created date of the workflow run.

head_branch: string

Gets or sets the head branch of the workflow run.

status: string

Gets or sets the status of the workflow run.

optional
conclusion: string

Gets or sets the conclusion of the workflow run.

html_url: string

Gets or sets the HTML URL of the workflow run.

pull_requests: PullRequestModel[]

Gets or sets the pull request of the workflow run.