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

Look through all files for issue comments on bot install on a repo. #54

Open epicallan opened 5 years ago

epicallan commented 5 years ago

When bot is initially given repo access we should go through entire project files and look out for TODO and FIXME comments

epicallan commented 5 years ago

@aleku399 We established that we need a way of getting root directories of a repo; We hence plan to get them by querying the last 10 commits. I think we should also have an option of getting root directories from a user via a config file. see https://github.com/freelyformd/github-todos/issues/56

epicallan commented 5 years ago

@aleku399 could you look into what gets returned when you query for Github content without passing a file path. Maybe it returns root directories.