You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: check if user is logged in before doing a local run
1. Repo found
a. Logged in: user is set, repositoryOverview is set — repo found
b. NOT logged in: user is null, repositoryOverview is set => bails
with "session expired"
2. REPOSITORY_NOT_FOUND => falls through to `get_or_create_project_repository`
a. Logged in: `get_or_create_project_repository` succeeds
b. NOT logged in: `get_or_create_project_repository` fails, bail with
"session expired"
0 commit comments