{ "nodes": [ { "name": "Github Trigger", "type": "n8n-nodes-base.githubTrigger", "position": [ 450, 300 ], "webhookId": "01518289-14b1-4a45-9d33-39be08f7a544", "parameters": { "owner": "n8n-io", "events": [ "push", "pull_request" ], "repository": "n8n", "authentication": "{{ $credentials.oAuth2 }}" }, "credentials": { "githubOAuth2Api": "GitHub Credentials" }, "typeVersion": 1, "id": "1a825fcf-9d63-49fb-ba99-8e3d066678f4", "notes": "This githubTrigger node performs automated tasks as part of the workflow." }, { "name": "If Node", "type": "n8n-nodes-base.if", "position": [ 650, 300 ], "parameters": { "conditions": { "string": [ { "value1": "={{$json[\"headers\"][\"x-github-event\"]}}", "value2": "push" }, { "value1": "={{$json[\"body\"][\"action\"]}}", "value2": "opened" } ] }, "combineOperation": "any" }, "typeVersion": 1, "id": "dd55dac5-15b0-4bae-a10a-047d198c0e75", "notes": "This if node performs automated tasks as part of the workflow." }, { "name": "TravisCI", "type": "n8n-nodes-base.travisCi", "position": [ 850, 200 ], "parameters": { "slug": "={{$json[\"body\"][\"repository\"][\"full_name\"]}}", "branch": "=", "operation": "trigger", "additionalFields": {} }, "credentials": { "travisCiApi": "Travis API" }, "typeVersion": 1, "id": "cbb734a3-caba-48af-96b4-f351d1416eec", "notes": "This travisCi node performs automated tasks as part of the workflow." }, { "name": "NoOp", "type": "n8n-nodes-base.noOp", "position": [ 850, 400 ], "parameters": {}, "typeVersion": 1, "id": "287acce9-88d0-4884-bf1a-00b40e2b8631", "notes": "This noOp node performs automated tasks as part of the workflow." }, { "id": "error-640bbced", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "connections": {}, "name": "Githubtrigger Workflow", "description": "Automated workflow: Githubtrigger Workflow. This workflow processes data and performs automated tasks.", "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "meta": { "instanceId": "workflow-d7b74021", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:58.140261", "updatedAt": "2025-09-29T07:07:58.140339", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "notes": "Excellent quality workflow: Githubtrigger Workflow. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }