Richard Schneeman

Results 473 comments of Richard Schneeman

It looks like there's a lot of prior art. This PR was lost to the sands of time, but it might be good for inspiration: https://github.com/codetriage/CodeTriage/pull/677/files

The higher level feature here would be handling GitHub updates. The ones on the top of my head are: - Renamed repo - Archived repo It's an open question of...

My github notifications were all going to trash. Sorry :(

Thanks, that's good to hear. I've had some features requested to make this better for projects you own. For example a "week in review" of all issues opened and not...

> You might want to market it as a tool for that as well. I forgot to ask. Do you have any ideas how individual project owners might want to...

Hello. I’m am curious what you think the timeline is for this issue.

Hi. I've not heard from you in some time. You're still welcome to work on this, but I also want to open it up. Not having tests trigger on contributor...

We need to merge these. There is no user facing feature to do so, but we should add one.

The code logic to merge is pretty easy ``` old_repo = Repo.where(full_name: "gregbell/active_admin") new_repo = Repo.where(full_name: "activeadmin/activeadmin") old_repo.users.find_each do |user| new_repo