Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 3 additions & 16 deletions automation/PR Classifier n8n workflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "return {\n owner: $('Normalize').first().json.owner,\n repo: $('Normalize').first().json.repo,\n number: $('Normalize').first().json.number,\n\n github_labels: $json.github_labels,\n sentiment: $json.sentiment,\n priority_score: $json.priority_score\n};"
"jsCode": "return {\n owner: $('Normalize').first().json.owner,\n repo: $('Normalize').first().json.repo,\n number: $('Normalize').first().json.number,\n\n github_labels: $json.final_labels,\n sentiment: $json.sentiment,\n priority_score: $json.priority_score\n};"
},
"type": "n8n-nodes-base.code",
"typeVersion": 2,
Expand Down Expand Up @@ -110,20 +110,7 @@
}
}
],
"pinData": {
"Normalize": [
{
"json": {
"title": "Upload n8n automation workflow files",
"body": "- Upload the JSON Workflow file for n8n automation.\n- Make sure that no sensitive data exists in the file.\n- Upload a screenshot of the workflow.\n- Add the documentation afterwards in the documentation/automation folder, which is necessary to understand and implement the workflow.",
"number": 2,
"repo": "Git-PR-Analyzer",
"owner": "syedsufyan-coder",
"type": "issue"
}
}
]
},
"pinData": {},
"connections": {
"Webhook": {
"main": [
Expand Down Expand Up @@ -175,7 +162,7 @@
"executionOrder": "v1",
"binaryMode": "separate"
},
"versionId": "1886be5b-01b4-4b5c-91f3-54f8dc301155",
"versionId": "390999aa-d224-4e94-a752-5bfcbaf4b424",
"meta": {
"instanceId": "1a149f0b90f998f8b1765ebd03f3957a87ef5ba755980789d7ef683d013bf8eb"
},
Expand Down
Loading