Skip to content

Provide default github user for the purposes of github integration #800

@begedin

Description

@begedin

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

  • Implement a module which provides a default github user
  • Make this module injectable through the config, so we can mock it in tests, if necessary

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions