Skip to content

Evaluate API support for automated monitoring of GitHub Discussions #5985

Description

@fullsend-ai-triage

Note

This issue was automatically generated from meeting notes by the scribe agent.
Please review, edit, and add any missing context before prioritizing.

Problem

The team wants to automate monitoring of GitHub Discussions for relevant activity (e.g., security-related conversations, community questions needing attention). Before committing to an implementation, the team needs to verify whether the current GitHub API (REST and/or GraphQL) supports querying Discussions programmatically, including filtering, pagination, and event-based triggers.

Options considered

  1. GitHub GraphQL API: The GraphQL API may expose Discussion objects. Need to verify query capabilities, filtering options, and whether webhook events exist for new discussions.
  2. GitHub REST API: Check if REST endpoints exist for Discussions or if this is GraphQL-only.
  3. Third-party integrations: Evaluate whether existing tools or bots already provide Discussion monitoring capabilities that could be reused.

Acceptance criteria

  • Document whether the GitHub API supports querying Discussions (REST, GraphQL, or both)
  • Identify available filtering and pagination capabilities for Discussion queries
  • Determine if webhook events exist for Discussion creation and updates
  • Summarize findings in a brief technical note with a recommendation on feasibility

Related

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions