Home
last modified time | relevance | path

Searched full:comment_id (Results 1 – 1 of 1) sorted by relevance

/freebsd/.github/workflows/
H A Dchecklist.yml81 let comment_id = -1;
154 comment_id = comment.id;
162 …let comment_func = comment_id == -1 ? github.rest.issues.createComment : github.rest.issues.update…
185 … ...(comment_id == -1 ? {issue_number: context.issue.number} : {comment_id: comment_id})
187 } else if (comment_id != -1) {
191 comment_id: comment_id,