Skip to content

Commit

Permalink
chore(coderabbit.yaml): update notification title and message for cla…
Browse files Browse the repository at this point in the history
…rity and change NTFY_TOPIC to focusfeed_alerts for better organization
  • Loading branch information
domabyte committed Feb 26, 2025
1 parent 0de6bfb commit 537e11c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,8 @@ style:
post_review_actions:
- name: "Send ntfy notification"
run: |
curl -H "Title: CodeRabbit Review Complete" -H "Priority: default" -d "CodeRabbit has completed a review for PR #${PR_NUMBER}" ntfy.sh/${NTFY_TOPIC}
curl -H "Title: Code Review Complete" \
-H "Priority: default" \
-d "CodeRabbit has completed reviewing PR #${PR_NUMBER}" \
ntfy.sh/focusfeed_alerts

0 comments on commit 537e11c

Please sign in to comment.