Open an issue in a repository with a title and body you choose. For teams who already run their work out of GitHub, this puts an outage in front of the people who maintain the service without adding another tool.
The advantage over a generic ticket is proximity. The issue lands in the repository whose code is responsible for the service.
Create a connection per repository so each monitor raises issues where that service actually lives.
People watching the repo see the issue without needing access to your monitoring dashboard.
If your planning, code review and releases already happen in GitHub, this avoids introducing a separate tracker.
Public projects can surface outages in the same place contributors already look, without a paid tool in the loop.
An issue for a brief blip is noise. Delay it so only genuine outages create one.
Because flows belong to individual monitors, use issue creation only where follow-up work is actually expected.
Connect a repository, write your issue template, and let real outages file themselves.