Skip to content

Commit

Permalink
Merge pull request #4 from rust-ops/r-ghost
Browse files Browse the repository at this point in the history
`r? @ghost` when creating rollup.
  • Loading branch information
kennytm committed May 25, 2018
2 parents 8748424 + ae7e1b4 commit 6d10e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homu/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def rollup(user_gh, state, repo_label, repo_cfg, repo):
body += '\nFailed merges:\n\n'
for x in failures:
body += ' - #{} ({})\n'.format(x.num, x.title)
body += '\nr? @ghost'

try:
rollup = repo_cfg.get('branch', {}).get('rollup', 'rollup')
Expand Down

0 comments on commit 6d10e4e

Please sign in to comment.