freelyformd / github-todos

MVP: Analyse a repo's code for TODOs and FixMe comments & make github issues out of them
ISC License
3 stars 0 forks source link

API function to update existing bot created issue with new comments #32

Closed epicallan closed 6 years ago

lubegasimon commented 6 years ago

@epicallan

epicallan commented 6 years ago
interface Issue {
  title: string;
  body: string;
}

type Issues = issue[]

So we need an API function that adds a comment (body) to an existing issue.