[ { "_id": "b3d379ab-e5e4-4ba4-991d-b6c8c6bbcb98", "colId": "e6458286-eef1-401c-be84-860b111d66f0", "containerId": "b8cfd093-5467-44a2-9221-ad0207717310", "name": "Public Push", "url": "http://localhost:8000/webhooks/source/github/events", "method": "POST", "sortNum": 10000, "created": "2023-05-09T11:45:50.227Z", "modified": "2023-05-09T12:22:27.192Z", "headers": [ { "name": "X-GitHub-Delivery", "value": "9b4bc300-ee63-11ed-9133-5f71dd83487d" }, { "name": "X-GitHub-Event", "value": "push" }, { "name": "X-GitHub-Hook-ID", "value": "400873078" }, { "name": "X-GitHub-Hook-Installation-Target-ID", "value": "292941" }, { "name": "X-GitHub-Hook-Installation-Target-Type", "value": "integration" }, { "name": "X-Hub-Signature-256", "value": "sha256=d5c8d05cc6de14422ab3661d37ec4b98e71f4fdd63d1116f5dedfcb0213ee03d" }, { "name": "Content-Type", "value": "application/json" } ], "params": [], "body": { "type": "json", "raw": "{\n \"ref\": \"{{repository_ref}}\",\n \"repository\": {\n \"id\": \"{{repository_id}}\",\n \"full_name\": \"{{repository_name}}\"\n }\n}", "form": [] }, "tests": [] }, { "_id": "b5386afc-ad91-428f-88ac-0f449c5c26fd", "colId": "e6458286-eef1-401c-be84-860b111d66f0", "containerId": "b8cfd093-5467-44a2-9221-ad0207717310", "name": "Public PR - Opened", "url": "http://localhost:8000/webhooks/source/github/events", "method": "POST", "sortNum": 20000, "created": "2023-05-31T08:23:28.904Z", "modified": "2023-06-13T14:11:50.286Z", "headers": [ { "name": "X-GitHub-Delivery", "value": "e4c43c10-09cf-11ee-8879-0a481c473173" }, { "name": "X-GitHub-Event", "value": "pull_request" }, { "name": "X-GitHub-Hook-ID", "value": "400873078" }, { "name": "X-GitHub-Hook-Installation-Target-ID", "value": "292941" }, { "name": "X-GitHub-Hook-Installation-Target-Type", "value": "integration" }, { "name": "X-Hub-Signature-256", "value": "sha256=d02e35ae379a528076710322fcf9386b23bc14d61fd671259ae1d9d20488b36f" }, { "name": "Content-Type", "value": "application/json" } ], "params": [], "body": { "type": "json", "raw": "{\r\n \"action\": \"opened\",\r\n \"number\": 1,\r\n \"pull_request\": {\r\n \"html_url\": \"https://github.com/{{repository_name}}/pull/1\",\r\n \"head\": {\r\n \"ref\":\"{{repository_ref_pr}}\"\r\n },\r\n \"base\": {\r\n \"ref\":\"{{repository_ref}}\"\r\n }\r\n },\r\n \"repository\": {\r\n \"id\": \"{{repository_id}}\",\r\n \"full_name\": \"{{repository_name}}\"\r\n }\r\n}", "form": [] }, "tests": [] }, { "_id": "7e7a3abd-dc01-454f-aa80-eaeb2c18aa56", "colId": "e6458286-eef1-401c-be84-860b111d66f0", "containerId": "b8cfd093-5467-44a2-9221-ad0207717310", "name": "Public PR - Closed", "url": "http://localhost:8000/webhooks/source/github/events", "method": "POST", "sortNum": 30000, "created": "2023-05-31T09:15:15.833Z", "modified": "2023-06-13T08:34:27.203Z", "headers": [ { "name": "X-GitHub-Delivery", "value": "9b4bc300-ee63-11ed-9133-5f71dd83487d" }, { "name": "X-GitHub-Event", "value": "pull_request" }, { "name": "X-GitHub-Hook-ID", "value": "400873078" }, { "name": "X-GitHub-Hook-Installation-Target-ID", "value": "292941" }, { "name": "X-GitHub-Hook-Installation-Target-Type", "value": "integration" }, { "name": "X-Hub-Signature-256", "value": "sha256=d5c8d05cc6de14422ab3661d37ec4b98e71f4fdd63d1116f5dedfcb0213ee03d" }, { "name": "Content-Type", "value": "application/json" } ], "params": [], "body": { "type": "json", "raw": "{\n \"action\": \"closed\",\n \"number\": 1,\n \"pull_request\": {\n \"html_url\": \"https://github.com/{{repository_name}}/pull/1\",\n \"head\": {\n \"ref\":\"{{repository_ref_pr}}\"\n },\n \"base\": {\n \"ref\":\"{{repository_ref}}\"\n }\n },\n \"repository\": {\n \"id\": \"{{repository_id}}\",\n \"full_name\": \"{{repository_name}}\"\n }\n}", "form": [] }, "tests": [] } ]