Question 077

### How can GitHub Apps react to specific events, and what are some examples of these events? > https://docs.github.com/en/apps/creating-github-apps/registering-a-github-app/using-webhooks-with-github-apps#subscribing-to-webhook-events 1. [x] GitHub Apps subscribe to events through webhooks, which notify the app of specific actions like pull request openings or issue creations. 1. [ ] GitHub Apps use polling to periodically check for new events on GitHub. 1. [ ] GitHub Apps receive all events by default and must filter them in the app's code. 1. [ ] GitHub Apps use a WebSocket connection to receive real-time notifications of all repository events.