feat(docs): add gotify example using webhook custom payload - #5408
feat(docs): add gotify example using webhook custom payload#5408TheMeier wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughWalkthroughAdds a Gotify webhook configuration example with secret-based authentication, templated payload fields, alert rendering, and links from the Alertmanager documentation. ChangesGotify webhook documentation
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@examples/webhook/gotify.yml`:
- Line 38: Update the Gotify priority template in the webhook example to remove
the surrounding quotes, so firing and non-firing statuses render integer values
5 and 0 rather than strings. Apply the same change to the mirrored Gotify
example in docs/notification_examples.md.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 0b9f60ec-8dc5-4172-ae4b-31a2aa3e02c9
📒 Files selected for processing (3)
docs/configuration.mddocs/notification_examples.mdexamples/webhook/gotify.yml
Signed-off-by: Christoph Maser <christoph.maser+github@gmail.com>
d036b5e to
dd7ca93
Compare
Pull Request Checklist
Please check all the applicable boxes.
Which user-facing changes does this PR introduce?