Skip to content

Commit 6ea90c4

Browse files
committed
1 parent c6f8fc6 commit 6ea90c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

homu/server.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ def callback():
264264

265265
def rollup(user_gh, state, repo_label, repo_cfg, repo):
266266
user_repo = user_gh.repository(user_gh.user().login, repo.name)
267+
if user_repo is None:
268+
return 'You must have a fork of rust-lang/rust named rust under your user account.' # noqa
267269
base_repo = user_gh.repository(repo.owner.login, repo.name)
268270

269271
nums = state.get('nums', [])

0 commit comments

Comments
 (0)