Hi Everyone! This is a small piece of documentation I’ve put together for freshers who are looking to automate their distribution and deployment pipelines. This may be just a drop in the ocean, but I hope to present that drop on the most authentic plate possible.

Repository Settings

shalinibhatt/learnAutomationRN
Webhooks
Webhooks allow external services to be notified when certain events happen in your repository.

Used to validate webhook payloads for security.

Any Git push to the repository

Pull request opened, closed, or synchronized

Issue opened, edited, closed, etc.

Commit or diff commented on

Code scanning alerts