{
  "name": "Send Slack notifications when a new release is published for public GitHub repos",
  "nodes": [
    {
      "id": "8a36e8d4-a3bf-44e1-894a-db00bad99151",
      "name": "Fetch Github Repo Releases",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        880,
        240
      ]
    },
    {
      "id": "4803248b-3ff7-4994-a105-3d8ef68bd45d",
      "name": "Daily Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        380,
        240
      ]
    },
    {
      "id": "0b2122d7-18cf-49b8-b10e-a8132df8ceb9",
      "name": "RepoConfig",
      "type": "n8n-nodes-base.code",
      "position": [
        620,
        240
      ]
    },
    {
      "id": "60918b67-76bb-4c9e-bc84-845d59fced76",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        540,
        100
      ],
      "parameters": {
        "width": 269,
        "height": 278,
        "content": "### Setup repos here to check releases for.\n\nAdd a new json object to the array setting the org and repo, these will be used by the following nodes"
      }
    },
    {
      "id": "66fbb663-cd52-471c-be8b-4175f754d02d",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1300,
        120
      ],
      "parameters": {
        "width": null,
        "height": 254,
        "content": "### Setup Slack notification\n\nUpdate this node to customise your Slack notification"
      }
    },
    {
      "id": "9b04cdd2-e369-4862-b376-9945e93c0aaf",
      "name": "Wether Release is new",
      "type": "n8n-nodes-base.if",
      "position": [
        1080,
        240
      ]
    },
    {
      "id": "4ad55bb4-89d2-4f1d-bcb5-fe60aa4f8c79",
      "name": "Send Message",
      "type": "n8n-nodes-base.slack",
      "position": [
        1380,
        220
      ]
    }
  ],
  "connections": {
    "RepoConfig": {
      "main": [
        [
          {
            "node": "Fetch Github Repo Releases",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Trigger": {
      "main": [
        [
          {
            "node": "RepoConfig",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wether Release is new": {
      "main": [
        [
          {
            "node": "Send Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Github Repo Releases": {
      "main": [
        [
          {
            "node": "Wether Release is new",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}