Interface Activity

Hierarchy

  • Activity

Properties

act_user?: User

User represents a user

act_user_id?: number

Format

int64

comment?: Comment

Comment represents a comment on a commit or issue

comment_id?: number

Format

int64

content?: string
created?: string

Format

date-time

id?: number

Format

int64

is_private?: boolean
op_type?: "create_repo" | "rename_repo" | "star_repo" | "watch_repo" | "commit_repo" | "create_issue" | "create_pull_request" | "transfer_repo" | "push_tag" | "comment_issue" | "merge_pull_request" | "close_issue" | "reopen_issue" | "close_pull_request" | "reopen_pull_request" | "delete_tag" | "delete_branch" | "mirror_sync_push" | "mirror_sync_create" | "mirror_sync_delete" | "approve_pull_request" | "reject_pull_request" | "comment_pull" | "publish_release" | "pull_review_dismissed" | "pull_request_ready_for_review" | "auto_merge_pull_request"

the type of action

ref_name?: string
repo?: Repository

Repository represents a repository

repo_id?: number

Format

int64

user_id?: number

Format

int64

Generated using TypeDoc