Just one of many examples of how we know waaay too much about CI than humanly advisable 😅
📚 A Github Action can react to more events than you think,
For example: by default, the 📄`on: pull_request` event is triggered when a PR is opened, updated, or re-opened.
But there are SEVENTEEN more events:
`assigned`
`converted_to_draft`
`review_requested`
`labeled`





