From 519dc09d229c30c18a943f967dcbb15bc20d1f08 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 26 2015 11:13:27 +0000 Subject: Turn off notifications when loading pull-request information from git --- diff --git a/pagure/lib/git.py b/pagure/lib/git.py index ed9cb8e..35dd09d 100644 --- a/pagure/lib/git.py +++ b/pagure/lib/git.py @@ -435,6 +435,7 @@ def update_request_from_git( comment=comment['comment'], user=user.username, requestfolder=None, + notify=False, ) session.commit()