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

common payload properties #37

Closed lubegasimon closed 5 years ago

lubegasimon commented 5 years ago

function that returns common payload properties.

epicallan commented 5 years ago

One more request, use this function in places where it can replace some duplication eg

https://github.com/Akilihub/github-todos/blob/master/src/lib/github/changedFilesList.ts#L12

https://github.com/Akilihub/github-todos/blob/master/src/lib/github/addIssuesToRepo.ts#L12

epicallan commented 5 years ago

@lubegasimon also change file name to util.ts