Once a pull request is approved, if there are further commits:
The Pull request should go to un-approved state automatically.
Can this be d
This isn't currently offered.
You can create an application that listens for push webhook events, queries the API for all Reviews for a Pull Request, and dismisses any that are APPROVED.
push
Here is a Ruby script you could host on heroku.