{
  "name": "Automate assigning GitHub issues",
  "nodes": [
    {
      "id": null,
      "name": "Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        720,
        360
      ]
    },
    {
      "id": null,
      "name": "IF no assignee?",
      "type": "n8n-nodes-base.if",
      "position": [
        1120,
        220
      ]
    },
    {
      "id": null,
      "name": "NoOp",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1320,
        320
      ]
    },
    {
      "id": null,
      "name": "IF wants to work?",
      "type": "n8n-nodes-base.if",
      "position": [
        920,
        560
      ]
    },
    {
      "id": null,
      "name": "IF not assigned?",
      "type": "n8n-nodes-base.if",
      "position": [
        1120,
        520
      ]
    },
    {
      "id": null,
      "name": "Assign Issue Creator",
      "type": "n8n-nodes-base.github",
      "position": [
        1320,
        120
      ]
    },
    {
      "id": null,
      "name": "Add Comment",
      "type": "n8n-nodes-base.github",
      "position": [
        1420,
        660
      ]
    },
    {
      "id": null,
      "name": "NoOp1",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1120,
        720
      ]
    },
    {
      "id": null,
      "name": "Assign Commenter",
      "type": "n8n-nodes-base.github",
      "position": [
        1420,
        460
      ]
    },
    {
      "id": null,
      "name": "Github Trigger1",
      "type": "n8n-nodes-base.githubTrigger",
      "position": [
        520,
        360
      ]
    }
  ],
  "connections": {
    "Switch": {
      "main": [
        [
          {
            "node": "IF no assignee?",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "IF wants to work?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Github Trigger1": {
      "main": [
        [
          {
            "node": "Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF no assignee?": {
      "main": [
        [
          {
            "node": "Assign Issue Creator",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "NoOp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF not assigned?": {
      "main": [
        [
          {
            "node": "Assign Commenter",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Add Comment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF wants to work?": {
      "main": [
        [
          {
            "node": "IF not assigned?",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "NoOp1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}