summaryrefslogtreecommitdiff
path: root/test/fixtures/files/webhooks/app.json
blob: ac7c20c1e3406e575a179f8bffb7b07134c0a0f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "zen": "Design for failure.",
  "hook_id": 306990071,
  "hook": {
    "type": "App",
    "id": 306990071,
    "name": "web",
    "active": true,
    "events": [
      "commit_comment",
      "create",
      "delete",
      "meta",
      "pull_request",
      "pull_request_review",
      "pull_request_review_comment",
      "workflow_dispatch",
      "workflow_run"
    ],
    "config": {
      "content_type": "json",
      "insecure_ssl": "0",
      "url": "https://f92dbf01bd27.ngrok.io/gh/hook/"
    },
    "updated_at": "2021-07-11T02:15:28Z",
    "created_at": "2021-07-11T02:15:28Z",
    "app_id": 125988,
    "deliveries_url": "https://api.github.com/app/hook/deliveries"
  }
}