Commit fd90cb0320b2

Vincent Demeester <vincent@sbr.pm>
2026-01-14 10:29:57
feat(ntfy): add git-builds and builds topic subscriptions
- Enable build notifications through ntfy client - Route high/urgent build events to notification handler - Support both git-builds and builds topics for flexibility Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b3f1c3e
Changed files (1)
dots
.config
dots/.config/ntfy/client.yml.in
@@ -13,3 +13,11 @@ subscribe:
     command: ~/.config/ntfy/handle-notification.sh
     if:
       priority: high,urgent
+  - topic: git-builds
+    command: ~/.config/ntfy/handle-notification.sh
+    if:
+      priority: high,urgent
+  - topic: builds
+    command: ~/.config/ntfy/handle-notification.sh
+    if:
+      priority: high,urgent