code-corps / code-corps/code-corps-api
During repo sync, fetch all the assignees and create users
Open
needs estimate
- Dominant language
- Elixir
- Stars
- 234
- Forks
- 82
- PR merge metrics
- No merged PRs in 30d
Description
# Problem
During the GitHub repo sync we should fetch all the available assignees for the repo:
```
GET /repos/:owner/:repo/assignees
```
And do our normal `GithubUser` create or update process.
Contributor guide
Assessment
This issue has not been assessed yet.