'Receive GitHub API events of changes in settings

I am working with GitHub API, and in a C# GitHub Application I need to know when some repository settings were applied. In my case, I need to observe events of changing review number in Branch Protection. Is there anything I can enable in "Permissions & Events" in my GitHub Application to receive callbacks after something is changed in settings?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source