diff --git a/pagure/hooks/files/pagure_hook.py b/pagure/hooks/files/pagure_hook.py index a35f3ec..ab32c87 100644 --- a/pagure/hooks/files/pagure_hook.py +++ b/pagure/hooks/files/pagure_hook.py @@ -154,6 +154,7 @@ def fixes_commit(commitid, issue, app_url=None): pagure.SESSION, issue, ticketfolder=pagure.APP.config['TICKETS_FOLDER'], + user=get_pusher(commitid), status='Fixed') pagure.SESSION.commit() except pagure.exceptions.PagureException as err: