Skip to content

Commit ef9171f

Browse files
committed
handle PR title and body changes
1 parent d6f112e commit ef9171f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

homu/server.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,9 @@ def fail(err):
467467
'<!-- @{} r- -->'.format(base_ref, g.my_username)
468468
)
469469

470+
state.title = info['pull_request']['title']
471+
state.body = info['pull_request']['body']
472+
470473
state.save()
471474

472475
else:

0 commit comments

Comments
 (0)