Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IssueHandler

Issue handling: the relevant github access and the issue number; can be used to add a comment to that specific issue.

Hierarchy

  • IssueHandler

Implemented by

Index

Properties

Methods

Properties

github_access

github_access: Github

The github access structure for the relevant repository

issue

issue: number

Issue number

Methods

add_comment

  • add_comment(comment: string): Promise<void>
  • Raise the relevant comment

    Parameters

    • comment: string

    Returns Promise<void>