<div dir="ltr">FYI ... If you wonder why you don&#39;t get notifications when a pull request is updated.<div><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Ivan Žužak</b> <span dir="ltr">&lt;<a href="mailto:support@github.com">support@github.com</a>&gt;</span><br>Date: 2014-09-11 12:15 GMT-03:00<br>Subject: Re: Notification when pull requests are updated<br>To: Sylvain Joyeux &lt;<a href="mailto:sylvain.joyeux@m4x.org">sylvain.joyeux@m4x.org</a>&gt;<br><br><br>Hey Sylvain,<br>
<br>
Yeah, that&#39;s normal -- we don&#39;t send notifications for push activity in general, regardless of whether the push updated a pull request or not. It&#39;s something we&#39;re already discussing internally, but I can&#39;t make any promises about if/when that might be available.<br>
<br>
In the meantime, I can think of two workarounds. First (and this is that I&#39;ve seen most GitHub users doing, and we do that internally at GitHub), after someone pushes more commits to a pull request -- they add a comment saying &quot;Ready for a new round of reviews!&quot; or something similar. It&#39;s often the case the users push commits before they are ready for a review (e.g. they push commits over a period of a few days before they are done), so this allows them to notify the team once they&#39;re sure they&#39;re done.<br>
<br>
If you want to track each push, you could set up webhooks on repositories you own and subscribe for pull_request events:<br>
<br>
<a href="https://developer.github.com/webhooks/#events" target="_blank">https://developer.github.com/webhooks/#events</a><br>
<br>
The &quot;synchronize&quot; action is triggered when a pull request is updated after the head branch of the pull request is updated. That way, you would get notified every time a pull request updates, and you could pass that notification to the reviewer.<br>
<br>
Thanks for the feedback and let us know if you have any other questions.<br>
<br>
Cheers,<br>
Ivan<br>
<br>
<br>
&gt; It is common for the reviewee to push updates to its pull request commit. However, I do not get notified when it happens. Is that normal ? Is there a way to enable it (could not find anything in the notification configuration).<br>
</div><br></div></div>