Problem
We can connect projects, tasks and comments to github repositories, issues and comments respectively. There are cases where a create/edit action on CodeCorps triggers the same action on github. In most cases, the user on behalf of whom this is done is the signed in user.
However, the signed in user might not be connected to github themselves, in which case, our system needs to provide a default, "CodeCorps" user to perform the action with.
We need to implement a way to do this.
Subtasks