Interface HistoryActionPullRequest

An action representing various operations for a Pull Request.

Hierarchy

  • HistoryActionPullRequest

Properties

action: "open" | "close" | "sync" | "update" | "reopen" | "comment"

The action of the entity referenced.

entity_type: string

The type of entity referenced.

id: number

The ID of the entity referenced.

Format

int64

number: number

The VCS Repository-specific ID for the Pull Request.

Format

int64

title: string

The title of the Pull Request.

url: string

The URL from the provider of the VCS Pull Request.

Max Length

2048

Pattern

^https?://.+$

Generated using TypeDoc