Skip to content

Commit fcec626

Browse files
authored
Merge pull request #114 from camelid/apply-rollup-label
Auto-apply rollup label to rollups
2 parents 530cf1f + 3cb3d32 commit fcec626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homu/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def rollup(user_gh, state, repo_label, repo_cfg, repo):
341341
body += '\nFailed merges:\n\n'
342342
for x in failures:
343343
body += ' - #{} ({})\n'.format(x.num, x.title)
344-
body += '\nr? @ghost'
344+
body += '\nr? @ghost\n@rustbot modify labels: rollup'
345345

346346
# Set web.base_url in cfg to enable
347347
base_url = g.cfg['web'].get('base_url')

0 commit comments

Comments
 (0)