Keshav Garg

Results 155 comments of Keshav Garg

Ok @Naveenaidu I will make that change via terminal

@bkhanale [This](https://github.com/coala/community/pull/231#issue-250181315) isn't getting changed. Tried ways of doing this

@frextrite the build failure isn’t related to my changes. Earlier it was green, the moment i created this PR but I have no idea why it turned red after yesterday...

Re-pushed changes to avoid `git-url-parse` build error. Travis CI failing due to moban

@jayvdb The `pytest` is raising error because some files can't be imported in which two are the files that you have created - `update_issue_tasks.py` and `add_gci_label.py`. Can you take a...

@jayvdb In the travis CI logs (on-wards [line 943](https://travis-ci.org/coala/community/jobs/499891113#L943)), a GITHUB API call limit reached is being highlighted. Do we need to take care about this ?

@sks444 can't we utilize the contributor team list that is currently being popped out from the structure, at line [35](https://github.com/coala/community/blob/master/data/contrib_data.py#L35) , because scrapping the webpage using `BeautifulSoup or any other...

I don’t know whether it is a valid bug or not. Let `@li-boxuan` decide. After then you can work on it if its a valid issue. Got closed by-mistake 😅

@jayvdb I wasn't able to figure out that apart from adding `status` attribute to each task, do we need to make some additional changes in code where cleansing of instances...

@jayvdb Should I make changes in both management commands - `fetch_deployed_data` and `fetch_gci_task_data` or in just one - `fetch_deployed_data` ? and in which branch should I request PR "master" or...