# 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.
Problem
During the GitHub repo sync we should fetch all the available assignees for the repo:
And do our normal
GithubUsercreate or update process.