Skip to content

findExistingComment

function findExistingComment(
octokit,
owner,
repo,
issueNumber,
marker): Promise<null | number>;

Defined in: todo-to-pr-comment-issue/src/index.ts:65

Octokit & Api & object

string

string

number

string

Promise<null | number>