Feature Request: Allow customizing GitHub issue title & body for downtime/uptime events #1119
Unanswered
leandrogehlen
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Upptime currently allows customizing commit messages via the commitMessages section in .upptimerc.yml, but the GitHub issue title and body created when a site goes down or comes back up are not configurable. These issue templates are hard-coded inside the action, and there is no user-level way to modify them.
I would like Upptime to support customizable templates for:
Issue titles (e.g., “⚠️ $SITE is DOWN”)
Issue bodies (e.g., include custom formatting, links, instructions, checklists, etc.)
Ideally, this would work similarly to commitMessages, perhaps:
Beta Was this translation helpful? Give feedback.
All reactions