Is there any event or way to get the message pressed (webhook) when the description or header of the Pull request changes?
I have now listed the event pull_request, but it works only when of PR "open", "closed", "synchronized" or "re-open" .
I track some links / tags / word from the PR description and during the PR review, the author can change the description, but I can not find a way to get notification when this happens.
One way might be checking with the api for changes (polling), but I need a better way to get this (push).
source
share