Skip to content

Commit 3cb3d32

Browse files
committed
Auto-apply rollup label to rollups
People often do this manually, but sometimes they forget and it can be easily automated.
1 parent c6f8fc6 commit 3cb3d32

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
@@ -327,7 +327,7 @@ def rollup(user_gh, state, repo_label, repo_cfg, repo):
327327
body += '\nFailed merges:\n\n'
328328
for x in failures:
329329
body += ' - #{} ({})\n'.format(x.num, x.title)
330-
body += '\nr? @ghost'
330+
body += '\nr? @ghost\n@rustbot modify labels: rollup'
331331

332332
try:
333333
pull = base_repo.create_pull(

0 commit comments

Comments
 (0)