awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesComment Webhooks

Event-driven integration points for triggering external workflows based on comment activity.

Distinguishing note: Focuses on comment-specific automation rather than general system webhooks.

Explore 3 awesome GitHub repositories matching web development · Comment Webhooks. Refine with filters or upvote what's useful.

Awesome Comment Webhooks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ueberdosis/tiptapueberdosis का अवतार

    ueberdosis/tiptap

    37,341GitHub पर देखें↗

    Tiptap is a headless, modular framework designed for building custom rich-text editors. It provides a developer-focused abstraction layer over a structured document model, allowing for full control over the underlying schema through a plugin-based architecture. By separating document state management from the user interface, it enables the creation of tailored editing experiences that remain framework-agnostic. The project distinguishes itself through a robust collaborative engine that supports real-time multi-user editing, conflict resolution, and presence tracking. It integrates artificial

    Triggers external workflows like notifications or automation when comments are added or updated.

    TypeScripteditorjavascriptjs
    GitHub पर देखें↗37,341
  • runatlantis/atlantisrunatlantis का अवतार

    runatlantis/atlantis

    9,146GitHub पर देखें↗

    Atlantis is a GitOps deployment tool and infrastructure as code orchestrator that synchronizes cloud resources with a git repository using pull request comments. It serves as a policy-based infrastructure gate and automation system for Terraform, executing plans and applies directly from version control to coordinate deployments across multiple projects and environments. The system differentiates itself through a lock-based concurrency model that prevents simultaneous modifications to the same project or workspace. It features server-side policy validation to intercept plan outputs for compli

    Executes infrastructure plan and apply operations triggered by specific comments on pull requests.

    Go
    GitHub पर देखें↗9,146
  • liveblocks/liveblocksliveblocks का अवतार

    liveblocks/liveblocks

    4,438GitHub पर देखें↗

    Liveblocks is a realtime collaboration infrastructure platform that synchronizes application state, documents, and user presence across multiple participants using conflict-free replicated data types. It provides a managed backend for collaborative text editors, threaded commenting and annotation systems, in-app notifications, and AI copilot deployment, all built on a WebSocket transport layer with server-side room management APIs. The platform distinguishes itself through a headless component primitive system that exposes unstyled React hooks and composable building blocks, allowing develope

    Fires webhook events for every comment action to enable custom notification flows.

    TypeScriptai-agentsai-copilotcollaboration
    GitHub पर देखें↗4,438
  1. Home
  2. Web Development
  3. Comment Webhooks

सब-टैग एक्सप्लोर करें

  • AI Reply TriggersWebhook-driven triggers that generate and post AI replies when a bot is @-mentioned in a comment thread. **Distinct from Comment Webhooks:** Distinct from Comment Webhooks: adds AI-powered reply generation triggered by mentions, not just generic webhook event forwarding.
  • Infrastructure Command TriggersWebhooks that trigger infrastructure planning and application based on pull request comments. **Distinct from Comment Webhooks:** Specific to infrastructure operations (plan/apply) via PR comments, whereas Comment Webhooks are generic event-driven triggers.