VOOZH about

URL: https://n8n.io/workflows/10331-auto-answer-github-pr-questions-with-gpt-4o-notion-and-slack-for-dev-teams/

⇱ Auto-answer GitHub PR questions with GPT-4o, Notion & Slack for dev teams | n8n workflow template


Back to Templates

Auto-answer GitHub PR questions with GPT-4o, Notion & Slack for dev teams

Last update

Last update 4 months ago

Categories

Share


πŸ“˜ Description:

This workflow automates developer Q&A handling by connecting GitHub, GPT-4o (Azure OpenAI), Notion, Google Sheets, and Slack.
Whenever a developer comments on a pull request with a β€œhow do I…” or β€œhow to…” question, the workflow automatically detects the query, uses GPT-4o to generate a concise technical response, stores it in Notion for documentation, and instantly shares it on Slack for visibility.
It reduces repetitive manual answering, boosts engineering knowledge sharing, and keeps teams informed with AI-powered insights.

βš™οΈ What This Workflow Does (Step-by-Step)

🟒 GitHub PR Comment Trigger β€” Starts the automation when a pull request comment is posted in a specified repository.
Action: Listens for pull_request_review_comment events.
Description: Captures comment text, author, PR number, and repository name as the trigger payload.

πŸ” Validate GitHub Webhook Payload (IF Node) β€” Ensures the webhook data includes a valid comment URL.
βœ… True Path: Continues to question detection.
❌ False Path: Sends invalid or missing data to Google Sheets for error logging.

❓ Detect Developer Question in PR Comment β€” Checks whether the comment includes question patterns such as β€œhow do I…” or β€œhow to…”.
If a valid question is found, the workflow proceeds to the AI assistant; otherwise, it ends silently.

🧠 Configure GPT-4o Model (Azure OpenAI) β€” Connects to the GPT-4o model for intelligent language generation.
Acts as the central AI engine to craft short, precise technical answers.

πŸ€– Generate AI Response for Developer Question β€” Sends the developer’s comment and PR context to GPT-4o.
GPT analyzes the question and produces a short (2–3 line) helpful answer, maintaining professional and technical tone.

🧩 Extract GitHub Comment Metadata β€” Uses a JavaScript code node to structure key details (repo, user, comment, file path, PR number) into a clean JSON format.
Prepares standardized data for storage and further use.

🧾 Save Comment Insight to Notion Database β€” Appends the GitHub comment, AI response, and metadata into a Notion database (β€œtest db”).
Acts as a centralized knowledge base for tracking and reusing AI-generated technical answers.

πŸ’¬ Post AI Answer & PR Link to Slack β€” Sends the generated response and GitHub PR comment link to a Slack channel or user.
Helps reviewers or teammates instantly view AI-generated suggestions and maintain active discussion threads.

🚨 Log Errors in Google Sheets (Error Handling) β€” Logs webhook validation or AI-processing errors into a shared Google Sheet (β€œerror log sheet”).
Ensures full visibility into workflow issues for future debugging.

🧩 Prerequisites

  • GitHub OAuth credentials with webhook access
  • Azure OpenAI (GPT-4o) account
  • Notion API integration for the documentation database
  • Slack API connection for notifications
  • Google Sheets API access for error tracking

πŸ’‘ Key Benefits

βœ… Automated detection of developer questions in GitHub comments
βœ… AI-generated instant answers with context awareness
βœ… Centralized documentation in Notion for knowledge reuse
βœ… Real-time Slack notifications for visibility and collaboration
βœ… Continuous error logging for transparent troubleshooting

πŸ‘₯ Perfect For

  • Developer teams using GitHub for code reviews
  • Engineering leads wanting AI-assisted PR support
  • Companies aiming to build self-learning documentation
  • Teams using Notion and Slack for workflow visibility