Skip to content

Commit ae7e1b4

Browse files
authored
r? @ghost when creating rollup.
1 parent 8748424 commit ae7e1b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

homu/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ def rollup(user_gh, state, repo_label, repo_cfg, repo):
246246
body += '\nFailed merges:\n\n'
247247
for x in failures:
248248
body += ' - #{} ({})\n'.format(x.num, x.title)
249+
body += '\nr? @ghost'
249250

250251
try:
251252
rollup = repo_cfg.get('branch', {}).get('rollup', 'rollup')

0 commit comments

Comments
 (0)