summaryrefslogtreecommitdiff
path: root/tests/resources/installation_event.json
blob: 003207359602e2ff08c92417d9ac7c6be9a972af (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
  "action": "created",
  "installation": {
    "id": 7777777,
    "account": {
      "login": "gagbo",
      "id": 88888,
      "node_id": "PLACEHOLDER_NODE_ID",
      "avatar_url": "https://avatars.githubusercontent.com/u/88888?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/gagbo",
      "html_url": "https://github.com/gagbo",
      "followers_url": "https://api.github.com/users/gagbo/followers",
      "following_url": "https://api.github.com/users/gagbo/following{/other_user}",
      "gists_url": "https://api.github.com/users/gagbo/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/gagbo/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/gagbo/subscriptions",
      "organizations_url": "https://api.github.com/users/gagbo/orgs",
      "repos_url": "https://api.github.com/users/gagbo/repos",
      "events_url": "https://api.github.com/users/gagbo/events{/privacy}",
      "received_events_url": "https://api.github.com/users/gagbo/received_events",
      "type": "User",
      "site_admin": false
    },
    "repository_selection": "all",
    "access_tokens_url": "https://api.github.com/app/installations/39593520/access_tokens",
    "repositories_url": "https://api.github.com/installation/repositories",
    "html_url": "https://github.com/settings/installations/39593520",
    "app_id": 360617,
    "app_slug": "gagbo-test-app",
    "target_id": 88888,
    "target_type": "User",
    "permissions": {
      "issues": "write",
      "actions": "write",
      "metadata": "read",
      "pull_requests": "write"
    },
    "events": [
      "issues",
      "issue_comment",
      "pull_request",
      "pull_request_review",
      "pull_request_review_comment",
      "pull_request_review_thread",
      "repository"
    ],
    "created_at": "2023-07-13T11:35:31.000+02:00",
    "updated_at": "2023-07-13T11:35:32.000+02:00",
    "single_file_name": null,
    "has_multiple_single_files": false,
    "single_file_paths": [],
    "suspended_by": null,
    "suspended_at": null
  },
  "repositories": [
    {
      "id": 29128586,
      "node_id": "MDEwOlJlcG9zaXRvcnkyOTEyODU4Ng==",
      "name": "ViscoElRebound",
      "full_name": "gagbo/ViscoElRebound",
      "private": false
    },
    {
      "id": 109778911,
      "node_id": "MDEwOlJlcG9zaXRvcnkxMDk3Nzg5MTE=",
      "name": "OSSU",
      "full_name": "gagbo/OSSU",
      "private": true
    },
    {
      "id": 665086759,
      "node_id": "R_kgDOJ6RrJw",
      "name": "octocrab",
      "full_name": "gagbo/octocrab",
      "private": false
    }
  ],
  "requester": null,
  "sender": {
    "login": "gagbo",
    "id": 88888,
    "node_id": "PLACEHOLDER_NODE_ID",
    "avatar_url": "https://avatars.githubusercontent.com/u/88888?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/gagbo",
    "html_url": "https://github.com/gagbo",
    "followers_url": "https://api.github.com/users/gagbo/followers",
    "following_url": "https://api.github.com/users/gagbo/following{/other_user}",
    "gists_url": "https://api.github.com/users/gagbo/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/gagbo/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/gagbo/subscriptions",
    "organizations_url": "https://api.github.com/users/gagbo/orgs",
    "repos_url": "https://api.github.com/users/gagbo/repos",
    "events_url": "https://api.github.com/users/gagbo/events{/privacy}",
    "received_events_url": "https://api.github.com/users/gagbo/received_events",
    "type": "User",
    "site_admin": false
  }
}