Block 1 - Github Trigger
- Type / Role
- n8n-nodes-base.githubTrigger - githubTrigger
- Config choices
- Version 1
How it works This workflow automatically processes new GitHub issues and uses AI to classify them by type and priority. It extracts key issue data, sends it to an AI model for structured analysis, ...
n8n-nodes-base.githubtrigger, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.informationextractor, n8n-nodes-base.linear, n8n-nodes-base.github, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.if
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.
Original n8n.io sourceThis workflow automatically processes new GitHub issues and uses AI to classify them by type and priority. It extracts key issue data, sends it to an AI model for structured analysis, and formats the output for task creation. The workflow then creates a task in Linear and adds a comment back to the GitHub issue. This ensures consistent triage and faster issue handling without manual effort.
Capture and filter new issues
Github Trigger – Listens for new issues or comments in the repository.
If – Filters events to process only newly opened issues.
Edit Fields – Extracts and structures title, description, author, and URL.
AI classification and formatting
Information Extractor – Sends issue data to AI for classification (type, priority, labels).
Code in JavaScript – Cleans, validates, and formats AI output for consistent use.
OpenAI Chat Model (sub-node) – Provides the language model powering the AI classification.
Merge – Combines original issue data with AI-processed output.
Task creation and feedback
Create an issue – Creates a structured task in Linear with priority and description.
Create a comment on an issue – Posts a comment back to GitHub with classification results.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Classify GitHub issues and create Linear tasks using OpenAI |
|---|---|
| Complexity | intermediate |
| Nodes | 13 |
| Categories | Ticket Management, AI Summarization |
| Author | Avkash Kakdiya |
| Published | 26 Mar 2026 |
Use the JSON export at /data/workflows/14357/14357.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
How it works This workflow automatically processes new GitHub issues and uses AI to classify them by type and priority. It extracts key issue data, sends it to an AI model for structured analysis, ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Ticket Management, AI Summarization use case.