From 0ec20b74bfc1939b2cab49ead31452f3be5db69a Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Sun, 10 Oct 2021 21:04:38 -0400 Subject: [PATCH] feat: multiple schema updates (#575) * feat: `reactions` property for `pull_request_review_comment`, `issue_comment`, `issue`, `discussion`, `discussion_comment` and `release` events * feat: new `transient_environment` and `production_environment` properties for the `deployment.created` event * feat: new `environment_url` property for `deplyment_status.created` event * feat: `is_template` property on `repository` common schema * feat: new events on `installation` event * feat: update `webhooks-events` * feat: add required `secret` property for the hook config on the `meta.deleted` event * feat: add `deliveries_url` property to the `ping` event * fix: `repository` is not present when `project_column` is organization-wide * fix: `membership` is not always present in `organization.deleted` event --- .../created.payload.json | 3 +- .../deleted.payload.json | 3 +- .../edited.payload.json | 3 +- .../check_run/completed.1.payload.json | 3 +- .../check_run/completed.payload.json | 3 +- .../completed.with-organization.payload.json | 3 +- .../check_run/created.payload.json | 3 +- .../created.with-organization.payload.json | 3 +- .../check_run/requested_action.payload.json | 3 +- .../check_run/rerequested.payload.json | 3 +- ...rerequested.with-organization.payload.json | 3 +- .../check_suite/completed.1.payload.json | 3 +- .../check_suite/completed.payload.json | 3 +- .../completed.with-organization.payload.json | 3 +- .../check_suite/requested.payload.json | 3 +- .../requested.with-organization.payload.json | 3 +- .../check_suite/rerequested.payload.json | 3 +- ...rerequested.with-organization.payload.json | 3 +- .../closed-by-user.payload.json | 3 +- .../code_scanning_alert/created.payload.json | 3 +- .../code_scanning_alert/fixed.payload.json | 3 +- .../code_scanning_alert/reopened.payload.json | 3 +- .../reopened.with-organization.payload.json | 3 +- .../created.on-file.payload.json | 3 +- .../commit_comment/created.payload.json | 3 +- .../created.with-installation.payload.json | 3 +- .../created.with-organization.payload.json | 3 +- .../content_reference/created.payload.json | 3 +- .../api.github.com/create/payload.json | 3 +- .../create/with-description.payload.json | 3 +- .../create/with-installation.payload.json | 3 +- .../create/with-organization.payload.json | 3 +- .../api.github.com/delete/payload.json | 3 +- .../delete/with-installation.payload.json | 3 +- .../delete/with-organization.payload.json | 3 +- .../deploy_key/created.payload.json | 3 +- .../api.github.com/deployment/payload.json | 3 +- .../deployment/with-installation.payload.json | 3 +- .../deployment_status/payload.json | 3 +- .../with-installation.payload.json | 3 +- .../discussion/answered.payload.json | 3 +- .../discussion/category_changed.payload.json | 3 +- .../discussion/created.payload.json | 3 +- .../discussion/edited.payload.json | 3 +- .../edited.with-rections.payload.json | 185 + .../discussion/labeled.payload.json | 3 +- .../labeled.with-rections.payload.json | 193 + .../discussion/locked.payload.json | 3 +- .../locked.with-rections.payload.json | 184 + .../discussion/pinned.payload.json | 3 +- .../discussion/transferred.payload.json | 6 +- .../discussion/unanswered.payload.json | 3 +- .../discussion/unlabeled.payload.json | 3 +- .../discussion/unlocked.payload.json | 3 +- .../discussion_comment/created.payload.json | 17 +- .../discussion_comment/deleted.payload.json | 17 +- .../discussion_comment/edited.payload.json | 17 +- .../api.github.com/fork/payload.json | 6 +- .../fork/with-installation.payload.json | 6 +- .../api.github.com/gollum/payload.json | 3 +- .../gollum/with-installation.payload.json | 3 +- payload-examples/api.github.com/index.json | 6820 +++++++++++------ .../issue_comment/created.1.payload.json | 27 +- .../issue_comment/created.payload.json | 31 +- .../created.with-installation.payload.json | 31 +- .../created.with-organization.payload.json | 31 +- .../issue_comment/deleted.payload.json | 31 +- .../deleted.with-organization.payload.json | 31 +- .../issue_comment/edited.payload.json | 31 +- .../edited.with-organization.payload.json | 31 +- .../issues/assigned.payload.json | 17 +- .../assigned.with-installation.payload.json | 17 +- .../assigned.with-organization.payload.json | 17 +- .../issues/demilestoned.payload.json | 17 +- ...emilestoned.with-organization.payload.json | 17 +- .../api.github.com/issues/edited.payload.json | 17 +- .../edited.with-organization.payload.json | 17 +- .../issues/labeled.payload.json | 17 +- .../labeled.with-organization.payload.json | 17 +- .../api.github.com/issues/locked.payload.json | 17 +- .../locked.with-organization.payload.json | 17 +- .../issues/milestoned.payload.json | 17 +- .../milestoned.with-organization.payload.json | 17 +- .../api.github.com/issues/opened.payload.json | 17 +- .../opened.with-empty-body.payload.json | 17 +- .../opened.with-organization.payload.json | 17 +- .../issues/opened.with-transfer.payload.json | 34 +- .../api.github.com/issues/pinned.payload.json | 17 +- .../issues/transferred.payload.json | 34 +- .../issues/unassigned.payload.json | 17 +- .../unassigned.with-organization.payload.json | 17 +- .../issues/unlabeled.payload.json | 17 +- .../unlabeled.with-organization.payload.json | 17 +- .../issues/unlocked.payload.json | 17 +- .../unlocked.with-organization.payload.json | 17 +- .../label/created.1.payload.json | 3 +- .../api.github.com/label/created.payload.json | 3 +- .../created.with-installation.payload.json | 3 +- .../api.github.com/label/deleted.payload.json | 3 +- .../api.github.com/label/edited.payload.json | 3 +- .../api.github.com/member/added.payload.json | 3 +- .../added.with-installation.payload.json | 3 +- .../api.github.com/member/edited.payload.json | 3 +- .../api.github.com/meta/deleted.payload.json | 6 +- .../milestone/closed.payload.json | 3 +- .../closed.with-installation.payload.json | 3 +- .../milestone/created.payload.json | 3 +- .../milestone/deleted.payload.json | 3 +- .../package/published.payload.json | 3 +- .../api.github.com/page_build/payload.json | 3 +- .../page_build/with-installation.payload.json | 3 +- .../api.github.com/ping/payload.json | 4 +- .../ping/with-app_id.payload.json | 4 +- .../ping/with-organization.payload.json | 3 +- .../project/created.payload.json | 3 +- .../created.with-installation.payload.json | 3 +- .../project_card/created.payload.json | 3 +- .../created.with-installation.payload.json | 3 +- .../created.with-no-note.payload.json | 3 +- .../created.with-organization.payload.json | 3 +- .../project_card/deleted.payload.json | 3 +- .../deleted.with-installation.payload.json | 3 +- .../deleted.with-organization.payload.json | 3 +- .../project_card/moved.payload.json | 3 +- .../project_column/created.payload.json | 3 +- .../created.with-installation.payload.json | 3 +- .../project_column/edited.payload.json | 3 +- .../api.github.com/public/payload.json | 3 +- .../public/with-installation.payload.json | 3 +- .../pull_request/assigned.payload.json | 9 +- .../assigned.with-organization.payload.json | 9 +- .../pull_request/closed.payload.json | 9 +- .../closed.with-organization.payload.json | 9 +- .../converted_to_draft.payload.json | 9 +- ...ed_to_draft.with-installation.payload.json | 9 +- ...ed_to_draft.with-organization.payload.json | 9 +- .../pull_request/labeled.payload.json | 9 +- .../labeled.with-organization.payload.json | 9 +- .../pull_request/locked.payload.json | 9 +- .../locked.with-organization.payload.json | 9 +- .../pull_request/opened.payload.json | 9 +- .../pull_request/opened.with-null-body.json | 9 +- .../opened.with-organization.payload.json | 9 +- .../ready_for_review.payload.json | 9 +- ..._for_review.with-installation.payload.json | 9 +- ..._for_review.with-organization.payload.json | 9 +- .../pull_request/reopened.payload.json | 9 +- .../reopened.with-organization.payload.json | 9 +- .../review_request_removed.payload.json | 9 +- .../review_requested.payload.json | 9 +- .../pull_request/synchronize.payload.json | 9 +- .../pull_request/unassigned.payload.json | 9 +- .../unassigned.with-organization.payload.json | 9 +- .../pull_request/unlabeled.payload.json | 9 +- .../unlabeled.with-organization.payload.json | 9 +- .../pull_request/unlocked.payload.json | 9 +- .../unlocked.with-organization.payload.json | 9 +- .../dismissed.payload.json | 9 +- .../submitted.payload.json | 9 +- .../submitted.with-organization.payload.json | 9 +- .../created.payload.json | 21 +- .../created.with-organization.payload.json | 21 +- .../deleted.payload.json | 21 +- .../edited.payload.json | 21 +- .../api.github.com/push/1.payload.json | 3 +- .../api.github.com/push/payload.json | 3 +- .../push/with-installation.payload.json | 3 +- .../push/with-new-branch.payload.json | 3 +- .../with-no-username-committer.payload.json | 3 +- .../push/with-organization.payload.json | 3 +- .../release/created.payload.json | 3 +- .../created.with-discussion-url.payload.json | 158 + .../created.with-installation.payload.json | 3 +- .../release/deleted.payload.json | 3 +- .../deleted.with-reactions.payload.json | 173 + .../release/edited.payload.json | 3 +- .../edited.with-reactions.payload.json | 170 + .../release/prereleased.payload.json | 3 +- ...rereleased.with-disussion-url.payload.json | 158 + .../release/published.payload.json | 3 +- ...published.with-discussion-url.payload.json | 158 + .../api.github.com/release/released.json | 3 +- .../repository/created.payload.json | 3 +- .../created.with-installation.payload.json | 3 +- .../repository/edited.payload.json | 3 +- ...ited.with-default_branch-edit.payload.json | 3 +- .../repository/privatized.payload.json | 3 +- .../privatized.with-organization.payload.json | 3 +- .../repository/publicized.payload.json | 3 +- .../publicized.with-organization.payload.json | 3 +- .../repository/renamed.payload.json | 3 +- .../repository/transferred.payload.json | 3 +- ...transferred.with-installation.payload.json | 3 +- ...transferred.with-organization.payload.json | 3 +- .../repository_dispatch/payload.json | 3 +- .../repository_import/payload.json | 3 +- .../create.payload.json | 3 +- .../create.with-gh-alert.payload.json | 3 +- .../create.with-organization.payload.json | 3 +- .../dismiss.payload.json | 3 +- .../reopened.payload.json | 3 +- .../api.github.com/star/created.payload.json | 3 +- .../api.github.com/star/deleted.payload.json | 3 +- .../api.github.com/status/payload.json | 3 +- .../with-author-committer-null.payload.json | 3 +- .../status/with-installation.payload.json | 3 +- .../team/added_to_repository.payload.json | 3 +- .../team/removed_from_repository.payload.json | 3 +- .../api.github.com/team_add/payload.json | 3 +- .../team_add/with-installation.payload.json | 3 +- .../api.github.com/watch/started.payload.json | 3 +- .../started.with-installation.payload.json | 3 +- .../workflow_dispatch/payload.json | 3 +- ...ted.failure.with-organization.payload.json | 3 +- ...ted.success.with-organization.payload.json | 3 +- .../workflow_job/in_progress.payload.json | 3 +- .../workflow_job/queued.payload.json | 3 +- .../started.with-organization.payload.json | 3 +- .../workflow_run/completed.payload.json | 3 +- .../completed.with-pull-requests.payload.json | 3 +- .../workflow_run/requested.payload.json | 3 +- .../requested.with-conclusion.payload.json | 3 +- .../common/discussion.schema.json | 3 +- .../common/installation.schema.json | 3 + .../common/issue-comment.schema.json | 4 +- .../api.github.com/common/issue.schema.json | 32 +- .../pull-request-review-comment.schema.json | 4 +- .../common/reactions.schema.json | 31 + .../api.github.com/common/release.schema.json | 4 +- .../common/repository.schema.json | 4 +- .../common/webhook-events.schema.json | 8 +- .../deployment/created.schema.json | 2 + .../deployment_status/created.schema.json | 1 + .../discussion_comment/created.schema.json | 6 +- .../discussion_comment/deleted.schema.json | 6 +- .../discussion_comment/edited.schema.json | 6 +- .../api.github.com/meta/deleted.schema.json | 5 +- .../organization/deleted.schema.json | 2 +- .../api.github.com/ping/event.schema.json | 4 +- .../project_column/created.schema.json | 2 +- .../project_column/deleted.schema.json | 2 +- .../project_column/edited.schema.json | 2 +- .../project_column/moved.schema.json | 2 +- payload-types/schema.d.ts | 60 +- 244 files changed, 7268 insertions(+), 2681 deletions(-) create mode 100644 payload-examples/api.github.com/discussion/edited.with-rections.payload.json create mode 100644 payload-examples/api.github.com/discussion/labeled.with-rections.payload.json create mode 100644 payload-examples/api.github.com/discussion/locked.with-rections.payload.json create mode 100644 payload-examples/api.github.com/release/created.with-discussion-url.payload.json create mode 100644 payload-examples/api.github.com/release/deleted.with-reactions.payload.json create mode 100644 payload-examples/api.github.com/release/edited.with-reactions.payload.json create mode 100644 payload-examples/api.github.com/release/prereleased.with-disussion-url.payload.json create mode 100644 payload-examples/api.github.com/release/published.with-discussion-url.payload.json create mode 100644 payload-schemas/api.github.com/common/reactions.schema.json diff --git a/payload-examples/api.github.com/branch_protection_rule/created.payload.json b/payload-examples/api.github.com/branch_protection_rule/created.payload.json index 21671719f..5914ce717 100644 --- a/payload-examples/api.github.com/branch_protection_rule/created.payload.json +++ b/payload-examples/api.github.com/branch_protection_rule/created.payload.json @@ -118,7 +118,8 @@ "forks": 0, "open_issues": 39, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false }, "organization": { "login": "octo-org", diff --git a/payload-examples/api.github.com/branch_protection_rule/deleted.payload.json b/payload-examples/api.github.com/branch_protection_rule/deleted.payload.json index 9105c20c4..b6ef8be53 100644 --- a/payload-examples/api.github.com/branch_protection_rule/deleted.payload.json +++ b/payload-examples/api.github.com/branch_protection_rule/deleted.payload.json @@ -118,7 +118,8 @@ "forks": 0, "open_issues": 39, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false }, "organization": { "login": "octo-org", diff --git a/payload-examples/api.github.com/branch_protection_rule/edited.payload.json b/payload-examples/api.github.com/branch_protection_rule/edited.payload.json index fea6c877d..e231781bf 100644 --- a/payload-examples/api.github.com/branch_protection_rule/edited.payload.json +++ b/payload-examples/api.github.com/branch_protection_rule/edited.payload.json @@ -122,7 +122,8 @@ "forks": 0, "open_issues": 39, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false }, "organization": { "login": "octo-org", diff --git a/payload-examples/api.github.com/check_run/completed.1.payload.json b/payload-examples/api.github.com/check_run/completed.1.payload.json index 80746fc09..fc39f30a8 100644 --- a/payload-examples/api.github.com/check_run/completed.1.payload.json +++ b/payload-examples/api.github.com/check_run/completed.1.payload.json @@ -275,7 +275,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/check_run/completed.payload.json b/payload-examples/api.github.com/check_run/completed.payload.json index bf9adb89b..040ac3412 100644 --- a/payload-examples/api.github.com/check_run/completed.payload.json +++ b/payload-examples/api.github.com/check_run/completed.payload.json @@ -280,7 +280,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/check_run/completed.with-organization.payload.json b/payload-examples/api.github.com/check_run/completed.with-organization.payload.json index 97dc2b0c1..559c7334c 100644 --- a/payload-examples/api.github.com/check_run/completed.with-organization.payload.json +++ b/payload-examples/api.github.com/check_run/completed.with-organization.payload.json @@ -280,7 +280,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/check_run/created.payload.json b/payload-examples/api.github.com/check_run/created.payload.json index 90f70a985..ad11a705c 100644 --- a/payload-examples/api.github.com/check_run/created.payload.json +++ b/payload-examples/api.github.com/check_run/created.payload.json @@ -293,7 +293,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/check_run/created.with-organization.payload.json b/payload-examples/api.github.com/check_run/created.with-organization.payload.json index 829cdbe37..1ad7c2b8a 100644 --- a/payload-examples/api.github.com/check_run/created.with-organization.payload.json +++ b/payload-examples/api.github.com/check_run/created.with-organization.payload.json @@ -280,7 +280,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/check_run/requested_action.payload.json b/payload-examples/api.github.com/check_run/requested_action.payload.json index 3c7c5c48f..03cc21a1f 100644 --- a/payload-examples/api.github.com/check_run/requested_action.payload.json +++ b/payload-examples/api.github.com/check_run/requested_action.payload.json @@ -267,7 +267,8 @@ "forks": 11745, "open_issues": 1504, "watchers": 87864, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "electron", diff --git a/payload-examples/api.github.com/check_run/rerequested.payload.json b/payload-examples/api.github.com/check_run/rerequested.payload.json index bedc34799..b8cb2bb0a 100644 --- a/payload-examples/api.github.com/check_run/rerequested.payload.json +++ b/payload-examples/api.github.com/check_run/rerequested.payload.json @@ -184,7 +184,8 @@ "forks": 0, "open_issues": 3, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "github", diff --git a/payload-examples/api.github.com/check_run/rerequested.with-organization.payload.json b/payload-examples/api.github.com/check_run/rerequested.with-organization.payload.json index 128d6a6fd..3b8bae7cb 100644 --- a/payload-examples/api.github.com/check_run/rerequested.with-organization.payload.json +++ b/payload-examples/api.github.com/check_run/rerequested.with-organization.payload.json @@ -184,7 +184,8 @@ "forks": 0, "open_issues": 3, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/check_suite/completed.1.payload.json b/payload-examples/api.github.com/check_suite/completed.1.payload.json index 68fb5783f..0b0c68251 100644 --- a/payload-examples/api.github.com/check_suite/completed.1.payload.json +++ b/payload-examples/api.github.com/check_suite/completed.1.payload.json @@ -172,7 +172,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/check_suite/completed.payload.json b/payload-examples/api.github.com/check_suite/completed.payload.json index f2e3c5636..e470add7a 100644 --- a/payload-examples/api.github.com/check_suite/completed.payload.json +++ b/payload-examples/api.github.com/check_suite/completed.payload.json @@ -198,7 +198,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/check_suite/completed.with-organization.payload.json b/payload-examples/api.github.com/check_suite/completed.with-organization.payload.json index 7bbef7177..f16221644 100644 --- a/payload-examples/api.github.com/check_suite/completed.with-organization.payload.json +++ b/payload-examples/api.github.com/check_suite/completed.with-organization.payload.json @@ -198,7 +198,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/check_suite/requested.payload.json b/payload-examples/api.github.com/check_suite/requested.payload.json index 88ad08dea..979a7976f 100644 --- a/payload-examples/api.github.com/check_suite/requested.payload.json +++ b/payload-examples/api.github.com/check_suite/requested.payload.json @@ -174,7 +174,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/check_suite/requested.with-organization.payload.json b/payload-examples/api.github.com/check_suite/requested.with-organization.payload.json index dd975cd26..641031a0d 100644 --- a/payload-examples/api.github.com/check_suite/requested.with-organization.payload.json +++ b/payload-examples/api.github.com/check_suite/requested.with-organization.payload.json @@ -174,7 +174,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/check_suite/rerequested.payload.json b/payload-examples/api.github.com/check_suite/rerequested.payload.json index ecd7f8182..5e716aa4c 100644 --- a/payload-examples/api.github.com/check_suite/rerequested.payload.json +++ b/payload-examples/api.github.com/check_suite/rerequested.payload.json @@ -198,7 +198,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "octocoders-linter[bot]", diff --git a/payload-examples/api.github.com/check_suite/rerequested.with-organization.payload.json b/payload-examples/api.github.com/check_suite/rerequested.with-organization.payload.json index 3477c1aa5..6353afdbf 100644 --- a/payload-examples/api.github.com/check_suite/rerequested.with-organization.payload.json +++ b/payload-examples/api.github.com/check_suite/rerequested.with-organization.payload.json @@ -198,7 +198,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/code_scanning_alert/closed-by-user.payload.json b/payload-examples/api.github.com/code_scanning_alert/closed-by-user.payload.json index c60faf2d2..bb0243abf 100644 --- a/payload-examples/api.github.com/code_scanning_alert/closed-by-user.payload.json +++ b/payload-examples/api.github.com/code_scanning_alert/closed-by-user.payload.json @@ -161,7 +161,8 @@ "forks": 0, "open_issues": 10, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/code_scanning_alert/created.payload.json b/payload-examples/api.github.com/code_scanning_alert/created.payload.json index 551d9302d..69098d8d3 100644 --- a/payload-examples/api.github.com/code_scanning_alert/created.payload.json +++ b/payload-examples/api.github.com/code_scanning_alert/created.payload.json @@ -138,7 +138,8 @@ "forks": 0, "open_issues": 11, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/code_scanning_alert/fixed.payload.json b/payload-examples/api.github.com/code_scanning_alert/fixed.payload.json index e9e48e329..d3aa42142 100644 --- a/payload-examples/api.github.com/code_scanning_alert/fixed.payload.json +++ b/payload-examples/api.github.com/code_scanning_alert/fixed.payload.json @@ -155,7 +155,8 @@ "forks": 0, "open_issues": 11, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/code_scanning_alert/reopened.payload.json b/payload-examples/api.github.com/code_scanning_alert/reopened.payload.json index c7a462ef7..d7beae9cb 100644 --- a/payload-examples/api.github.com/code_scanning_alert/reopened.payload.json +++ b/payload-examples/api.github.com/code_scanning_alert/reopened.payload.json @@ -118,7 +118,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/code_scanning_alert/reopened.with-organization.payload.json b/payload-examples/api.github.com/code_scanning_alert/reopened.with-organization.payload.json index 95c659858..930e5f8ae 100644 --- a/payload-examples/api.github.com/code_scanning_alert/reopened.with-organization.payload.json +++ b/payload-examples/api.github.com/code_scanning_alert/reopened.with-organization.payload.json @@ -118,7 +118,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/commit_comment/created.on-file.payload.json b/payload-examples/api.github.com/commit_comment/created.on-file.payload.json index b2ee87bf6..71cae9c50 100644 --- a/payload-examples/api.github.com/commit_comment/created.on-file.payload.json +++ b/payload-examples/api.github.com/commit_comment/created.on-file.payload.json @@ -126,7 +126,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/commit_comment/created.payload.json b/payload-examples/api.github.com/commit_comment/created.payload.json index 557f5baa2..ec6d7085d 100644 --- a/payload-examples/api.github.com/commit_comment/created.payload.json +++ b/payload-examples/api.github.com/commit_comment/created.payload.json @@ -126,7 +126,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/commit_comment/created.with-installation.payload.json b/payload-examples/api.github.com/commit_comment/created.with-installation.payload.json index dd8cf02da..9b25b3d5a 100644 --- a/payload-examples/api.github.com/commit_comment/created.with-installation.payload.json +++ b/payload-examples/api.github.com/commit_comment/created.with-installation.payload.json @@ -126,7 +126,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/commit_comment/created.with-organization.payload.json b/payload-examples/api.github.com/commit_comment/created.with-organization.payload.json index dab45a0f3..c04bc1646 100644 --- a/payload-examples/api.github.com/commit_comment/created.with-organization.payload.json +++ b/payload-examples/api.github.com/commit_comment/created.with-organization.payload.json @@ -126,7 +126,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/content_reference/created.payload.json b/payload-examples/api.github.com/content_reference/created.payload.json index fa7743711..9922ce51d 100644 --- a/payload-examples/api.github.com/content_reference/created.payload.json +++ b/payload-examples/api.github.com/content_reference/created.payload.json @@ -96,7 +96,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/create/payload.json b/payload-examples/api.github.com/create/payload.json index 0366d6bfe..c4ba1adb0 100644 --- a/payload-examples/api.github.com/create/payload.json +++ b/payload-examples/api.github.com/create/payload.json @@ -96,7 +96,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/create/with-description.payload.json b/payload-examples/api.github.com/create/with-description.payload.json index 5a61298d7..8707dd678 100644 --- a/payload-examples/api.github.com/create/with-description.payload.json +++ b/payload-examples/api.github.com/create/with-description.payload.json @@ -96,7 +96,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/create/with-installation.payload.json b/payload-examples/api.github.com/create/with-installation.payload.json index d859bc2c0..62f0aecbc 100644 --- a/payload-examples/api.github.com/create/with-installation.payload.json +++ b/payload-examples/api.github.com/create/with-installation.payload.json @@ -96,7 +96,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/create/with-organization.payload.json b/payload-examples/api.github.com/create/with-organization.payload.json index 712b8fd72..1cd545b98 100644 --- a/payload-examples/api.github.com/create/with-organization.payload.json +++ b/payload-examples/api.github.com/create/with-organization.payload.json @@ -96,7 +96,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/delete/payload.json b/payload-examples/api.github.com/delete/payload.json index 700e9ddc9..95008ffd0 100644 --- a/payload-examples/api.github.com/delete/payload.json +++ b/payload-examples/api.github.com/delete/payload.json @@ -94,7 +94,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/delete/with-installation.payload.json b/payload-examples/api.github.com/delete/with-installation.payload.json index 4a5bd02f9..2a6153e48 100644 --- a/payload-examples/api.github.com/delete/with-installation.payload.json +++ b/payload-examples/api.github.com/delete/with-installation.payload.json @@ -94,7 +94,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/delete/with-organization.payload.json b/payload-examples/api.github.com/delete/with-organization.payload.json index 55978ef0f..1611818c7 100644 --- a/payload-examples/api.github.com/delete/with-organization.payload.json +++ b/payload-examples/api.github.com/delete/with-organization.payload.json @@ -94,7 +94,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/deploy_key/created.payload.json b/payload-examples/api.github.com/deploy_key/created.payload.json index d8071e573..e325d6af6 100644 --- a/payload-examples/api.github.com/deploy_key/created.payload.json +++ b/payload-examples/api.github.com/deploy_key/created.payload.json @@ -100,7 +100,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/deployment/payload.json b/payload-examples/api.github.com/deployment/payload.json index e441eee8b..b45dd0cd9 100644 --- a/payload-examples/api.github.com/deployment/payload.json +++ b/payload-examples/api.github.com/deployment/payload.json @@ -130,7 +130,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/deployment/with-installation.payload.json b/payload-examples/api.github.com/deployment/with-installation.payload.json index fd32d6064..2817f8645 100644 --- a/payload-examples/api.github.com/deployment/with-installation.payload.json +++ b/payload-examples/api.github.com/deployment/with-installation.payload.json @@ -130,7 +130,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/deployment_status/payload.json b/payload-examples/api.github.com/deployment_status/payload.json index 62232c6b6..f7a8dfc70 100644 --- a/payload-examples/api.github.com/deployment_status/payload.json +++ b/payload-examples/api.github.com/deployment_status/payload.json @@ -162,7 +162,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/deployment_status/with-installation.payload.json b/payload-examples/api.github.com/deployment_status/with-installation.payload.json index ef82fc2ac..2630e2920 100644 --- a/payload-examples/api.github.com/deployment_status/with-installation.payload.json +++ b/payload-examples/api.github.com/deployment_status/with-installation.payload.json @@ -162,7 +162,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion/answered.payload.json b/payload-examples/api.github.com/discussion/answered.payload.json index 7ff2fccb6..f4bc2f596 100644 --- a/payload-examples/api.github.com/discussion/answered.payload.json +++ b/payload-examples/api.github.com/discussion/answered.payload.json @@ -194,7 +194,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion/category_changed.payload.json b/payload-examples/api.github.com/discussion/category_changed.payload.json index 7848cd684..88d138eac 100644 --- a/payload-examples/api.github.com/discussion/category_changed.payload.json +++ b/payload-examples/api.github.com/discussion/category_changed.payload.json @@ -157,7 +157,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion/created.payload.json b/payload-examples/api.github.com/discussion/created.payload.json index e8212de72..4d96a4663 100644 --- a/payload-examples/api.github.com/discussion/created.payload.json +++ b/payload-examples/api.github.com/discussion/created.payload.json @@ -142,7 +142,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion/edited.payload.json b/payload-examples/api.github.com/discussion/edited.payload.json index 0c7af148c..e229805e6 100644 --- a/payload-examples/api.github.com/discussion/edited.payload.json +++ b/payload-examples/api.github.com/discussion/edited.payload.json @@ -143,7 +143,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion/edited.with-rections.payload.json b/payload-examples/api.github.com/discussion/edited.with-rections.payload.json new file mode 100644 index 000000000..14494e2ea --- /dev/null +++ b/payload-examples/api.github.com/discussion/edited.with-rections.payload.json @@ -0,0 +1,185 @@ +{ + "action": "edited", + "discussion": { + "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", + "category": { + "id": 32809314, + "repository_id": 186853002, + "emoji": ":speech_balloon:", + "name": "General", + "description": "Chat about anything and everything here", + "created_at": "2021-03-30T16:09:00.000-04:00", + "updated_at": "2021-03-30T16:09:00.000-04:00", + "slug": "general", + "is_answerable": false + }, + "answer_html_url": null, + "answer_chosen_at": null, + "answer_chosen_by": null, + "html_url": "https://github.com/Codertocat/Hello-World/discussions/4", + "id": 3299614, + "node_id": "MDEwOkRpc2N1c3Npb24zMjk5NjE0", + "number": 4, + "title": "TEST edit", + "user": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "state": "open", + "locked": false, + "comments": 0, + "created_at": "2021-03-30T20:09:52Z", + "updated_at": "2021-03-30T20:26:24Z", + "author_association": "OWNER", + "active_lock_reason": null, + "body": "TEST edit", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/4/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + "changes": { "title": { "from": "TEST" } }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": "2019-05-15T15:20:52Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + } +} diff --git a/payload-examples/api.github.com/discussion/labeled.payload.json b/payload-examples/api.github.com/discussion/labeled.payload.json index df88fa3ac..68423b0a0 100644 --- a/payload-examples/api.github.com/discussion/labeled.payload.json +++ b/payload-examples/api.github.com/discussion/labeled.payload.json @@ -151,7 +151,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion/labeled.with-rections.payload.json b/payload-examples/api.github.com/discussion/labeled.with-rections.payload.json new file mode 100644 index 000000000..8859426c6 --- /dev/null +++ b/payload-examples/api.github.com/discussion/labeled.with-rections.payload.json @@ -0,0 +1,193 @@ +{ + "action": "labeled", + "discussion": { + "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", + "category": { + "id": 32809314, + "repository_id": 186853002, + "emoji": ":speech_balloon:", + "name": "General", + "description": "Chat about anything and everything here", + "created_at": "2021-03-30T16:09:00.000-04:00", + "updated_at": "2021-03-30T16:09:00.000-04:00", + "slug": "general", + "is_answerable": false + }, + "answer_html_url": null, + "answer_chosen_at": null, + "answer_chosen_by": null, + "html_url": "https://github.com/Codertocat/Hello-World/discussions/4", + "id": 3299614, + "node_id": "MDEwOkRpc2N1c3Npb24zMjk5NjE0", + "number": 4, + "title": "TEST edit", + "user": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "state": "converting", + "locked": false, + "comments": 0, + "created_at": "2021-03-30T20:09:52Z", + "updated_at": "2021-03-30T20:26:24Z", + "author_association": "OWNER", + "active_lock_reason": null, + "body": "TEST edit", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/4/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + "label": { + "id": 1362934389, + "node_id": "MDU6TGFiZWwxMzYyOTM0Mzg5", + "url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug", + "name": "bug", + "color": "d73a4a", + "default": true, + "description": "Something isn't working" + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": true, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2018-07-20T20:11:57Z", + "updated_at": "2021-03-30T20:08:34Z", + "pushed_at": "2020-07-17T00:40:51Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": "", + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + } +} diff --git a/payload-examples/api.github.com/discussion/locked.payload.json b/payload-examples/api.github.com/discussion/locked.payload.json index aea836f00..798bae2fc 100644 --- a/payload-examples/api.github.com/discussion/locked.payload.json +++ b/payload-examples/api.github.com/discussion/locked.payload.json @@ -142,7 +142,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion/locked.with-rections.payload.json b/payload-examples/api.github.com/discussion/locked.with-rections.payload.json new file mode 100644 index 000000000..e1e25d056 --- /dev/null +++ b/payload-examples/api.github.com/discussion/locked.with-rections.payload.json @@ -0,0 +1,184 @@ +{ + "action": "locked", + "discussion": { + "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", + "category": { + "id": 32809314, + "repository_id": 141753607, + "emoji": ":speech_balloon:", + "name": "General", + "description": "Chat about anything and everything here", + "created_at": "2021-03-30T16:09:00.000-04:00", + "updated_at": "2021-03-30T16:09:00.000-04:00", + "slug": "general", + "is_answerable": false + }, + "answer_html_url": null, + "answer_chosen_at": null, + "answer_chosen_by": null, + "html_url": "https://github.com/Codertocat/Hello-World/discussions/4", + "id": 3299614, + "node_id": "MDEwOkRpc2N1c3Npb24zMjk5NjE0", + "number": 4, + "title": "TEST", + "user": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "state": "locked", + "locked": true, + "comments": 0, + "created_at": "2021-03-30T20:09:52Z", + "updated_at": "2021-03-30T20:11:48Z", + "author_association": "OWNER", + "active_lock_reason": "resolved", + "body": "TEST", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/4/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": "2019-05-15T15:20:52Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + } +} diff --git a/payload-examples/api.github.com/discussion/pinned.payload.json b/payload-examples/api.github.com/discussion/pinned.payload.json index b1df85706..7ce2fcfbe 100644 --- a/payload-examples/api.github.com/discussion/pinned.payload.json +++ b/payload-examples/api.github.com/discussion/pinned.payload.json @@ -142,7 +142,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion/transferred.payload.json b/payload-examples/api.github.com/discussion/transferred.payload.json index 40c45ac4a..037b10bb7 100644 --- a/payload-examples/api.github.com/discussion/transferred.payload.json +++ b/payload-examples/api.github.com/discussion/transferred.payload.json @@ -193,7 +193,8 @@ "forks": 129, "open_issues": 7, "watchers": 108, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "repository": { @@ -288,7 +289,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion/unanswered.payload.json b/payload-examples/api.github.com/discussion/unanswered.payload.json index 7f7422560..237540556 100644 --- a/payload-examples/api.github.com/discussion/unanswered.payload.json +++ b/payload-examples/api.github.com/discussion/unanswered.payload.json @@ -175,7 +175,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion/unlabeled.payload.json b/payload-examples/api.github.com/discussion/unlabeled.payload.json index 8e7fad5bd..9eae59453 100644 --- a/payload-examples/api.github.com/discussion/unlabeled.payload.json +++ b/payload-examples/api.github.com/discussion/unlabeled.payload.json @@ -151,7 +151,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion/unlocked.payload.json b/payload-examples/api.github.com/discussion/unlocked.payload.json index 337dc2446..0a26bed64 100644 --- a/payload-examples/api.github.com/discussion/unlocked.payload.json +++ b/payload-examples/api.github.com/discussion/unlocked.payload.json @@ -142,7 +142,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion_comment/created.payload.json b/payload-examples/api.github.com/discussion_comment/created.payload.json index 72fd43b95..bc069cbd2 100644 --- a/payload-examples/api.github.com/discussion_comment/created.payload.json +++ b/payload-examples/api.github.com/discussion_comment/created.payload.json @@ -31,7 +31,19 @@ }, "created_at": "2021-03-30T20:21:30Z", "updated_at": "2021-03-30T20:21:30Z", - "body": "ANSWER" + "body": "ANSWER", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/4/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "discussion": { "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", @@ -175,7 +187,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion_comment/deleted.payload.json b/payload-examples/api.github.com/discussion_comment/deleted.payload.json index 34783419a..18a76a533 100644 --- a/payload-examples/api.github.com/discussion_comment/deleted.payload.json +++ b/payload-examples/api.github.com/discussion_comment/deleted.payload.json @@ -31,7 +31,19 @@ }, "created_at": "2021-03-30T20:21:30Z", "updated_at": "2021-03-30T20:21:30Z", - "body": "ANSWER" + "body": "ANSWER", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/comments/21031067/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "discussion": { "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", @@ -175,7 +187,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/discussion_comment/edited.payload.json b/payload-examples/api.github.com/discussion_comment/edited.payload.json index 2db4dc03a..df5af8f60 100644 --- a/payload-examples/api.github.com/discussion_comment/edited.payload.json +++ b/payload-examples/api.github.com/discussion_comment/edited.payload.json @@ -32,7 +32,19 @@ }, "created_at": "2021-03-30T20:21:30Z", "updated_at": "2021-03-30T20:21:30Z", - "body": "ANSWER" + "body": "ANSWER", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/comments/21031067/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "discussion": { "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", @@ -176,7 +188,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/fork/payload.json b/payload-examples/api.github.com/fork/payload.json index c9739bff5..9da22fda9 100644 --- a/payload-examples/api.github.com/fork/payload.json +++ b/payload-examples/api.github.com/fork/payload.json @@ -92,7 +92,8 @@ "open_issues": 0, "watchers": 0, "default_branch": "master", - "public": true + "public": true, + "is_template": false }, "repository": { "id": 186853002, @@ -186,7 +187,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/fork/with-installation.payload.json b/payload-examples/api.github.com/fork/with-installation.payload.json index 4f0603ab7..fa5bc5f6c 100644 --- a/payload-examples/api.github.com/fork/with-installation.payload.json +++ b/payload-examples/api.github.com/fork/with-installation.payload.json @@ -92,7 +92,8 @@ "open_issues": 0, "watchers": 0, "default_branch": "master", - "public": true + "public": true, + "is_template": false }, "repository": { "id": 186853002, @@ -186,7 +187,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/gollum/payload.json b/payload-examples/api.github.com/gollum/payload.json index cc04966fa..61ff3fb14 100644 --- a/payload-examples/api.github.com/gollum/payload.json +++ b/payload-examples/api.github.com/gollum/payload.json @@ -101,7 +101,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "rachmari", diff --git a/payload-examples/api.github.com/gollum/with-installation.payload.json b/payload-examples/api.github.com/gollum/with-installation.payload.json index 1ac9af551..9bc58d130 100644 --- a/payload-examples/api.github.com/gollum/with-installation.payload.json +++ b/payload-examples/api.github.com/gollum/with-installation.payload.json @@ -101,7 +101,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "rachmari", diff --git a/payload-examples/api.github.com/index.json b/payload-examples/api.github.com/index.json index c413b66a9..b0cd0decc 100644 --- a/payload-examples/api.github.com/index.json +++ b/payload-examples/api.github.com/index.json @@ -307,7 +307,8 @@ "forks": 0, "open_issues": 39, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false }, "organization": { "login": "octo-org", @@ -464,7 +465,8 @@ "forks": 0, "open_issues": 39, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false }, "organization": { "login": "octo-org", @@ -625,7 +627,8 @@ "forks": 0, "open_issues": 39, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false }, "organization": { "login": "octo-org", @@ -1318,7 +1321,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -1623,7 +1627,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -1928,7 +1933,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -2260,7 +2266,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -2565,7 +2572,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -2871,7 +2879,8 @@ "forks": 11745, "open_issues": 1504, "watchers": 87864, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "electron", @@ -3098,7 +3107,8 @@ "forks": 0, "open_issues": 3, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "github", @@ -3325,7 +3335,8 @@ "forks": 0, "open_issues": 3, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -3816,7 +3827,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false }, "sender": { "login": "Codertocat", @@ -4039,7 +4051,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -4262,7 +4275,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -4475,7 +4489,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -4678,7 +4693,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -4919,7 +4935,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "octocoders-linter[bot]", @@ -5146,7 +5163,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -5551,7 +5569,8 @@ "forks": 0, "open_issues": 10, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Codertocat", @@ -5732,7 +5751,8 @@ "forks": 0, "open_issues": 11, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Codertocat", @@ -5930,7 +5950,8 @@ "forks": 0, "open_issues": 11, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -6091,7 +6112,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -6248,7 +6270,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -6597,7 +6620,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -6748,7 +6772,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -6899,7 +6924,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -7068,7 +7094,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -7336,7 +7363,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -7627,7 +7655,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -7748,7 +7777,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -7869,7 +7899,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -7994,7 +8025,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -8283,7 +8315,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -8402,7 +8435,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -8525,7 +8559,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -8814,7 +8849,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -9151,7 +9187,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -9306,7 +9343,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -9728,7 +9766,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -9915,7 +9954,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -10358,7 +10398,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -10544,7 +10585,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -10715,7 +10757,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -10887,7 +10930,193 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + } + }, + { + "action": "edited", + "discussion": { + "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", + "category": { + "id": 32809314, + "repository_id": 186853002, + "emoji": ":speech_balloon:", + "name": "General", + "description": "Chat about anything and everything here", + "created_at": "2021-03-30T16:09:00.000-04:00", + "updated_at": "2021-03-30T16:09:00.000-04:00", + "slug": "general", + "is_answerable": false + }, + "answer_html_url": null, + "answer_chosen_at": null, + "answer_chosen_by": null, + "html_url": "https://github.com/Codertocat/Hello-World/discussions/4", + "id": 3299614, + "node_id": "MDEwOkRpc2N1c3Npb24zMjk5NjE0", + "number": 4, + "title": "TEST edit", + "user": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "state": "open", + "locked": false, + "comments": 0, + "created_at": "2021-03-30T20:09:52Z", + "updated_at": "2021-03-30T20:26:24Z", + "author_association": "OWNER", + "active_lock_reason": null, + "body": "TEST edit", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/4/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + "changes": { "title": { "from": "TEST" } }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": "2019-05-15T15:20:52Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -11067,7 +11296,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -11095,12 +11325,12 @@ } }, { - "action": "locked", + "action": "labeled", "discussion": { "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", "category": { "id": 32809314, - "repository_id": 141753607, + "repository_id": 186853002, "emoji": ":speech_balloon:", "name": "General", "description": "Chat about anything and everything here", @@ -11116,7 +11346,7 @@ "id": 3299614, "node_id": "MDEwOkRpc2N1c3Npb24zMjk5NjE0", "number": 4, - "title": "TEST", + "title": "TEST edit", "user": { "login": "Codertocat", "id": 21031067, @@ -11137,14 +11367,35 @@ "type": "User", "site_admin": false }, - "state": "locked", - "locked": true, + "state": "converting", + "locked": false, "comments": 0, "created_at": "2021-03-30T20:09:52Z", - "updated_at": "2021-03-30T20:11:48Z", + "updated_at": "2021-03-30T20:26:24Z", "author_association": "OWNER", - "active_lock_reason": "resolved", - "body": "TEST" + "active_lock_reason": null, + "body": "TEST edit", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/4/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + "label": { + "id": 1362934389, + "node_id": "MDU6TGFiZWwxMzYyOTM0Mzg5", + "url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug", + "name": "bug", + "color": "d73a4a", + "default": true, + "description": "Something isn't working" }, "repository": { "id": 186853002, @@ -11174,7 +11425,7 @@ }, "html_url": "https://github.com/Codertocat/Hello-World", "description": null, - "fork": false, + "fork": true, "url": "https://api.github.com/repos/Codertocat/Hello-World", "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", @@ -11212,14 +11463,14 @@ "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": "2019-05-15T15:19:25Z", - "updated_at": "2019-05-15T15:20:41Z", - "pushed_at": "2019-05-15T15:20:52Z", + "created_at": "2018-07-20T20:11:57Z", + "updated_at": "2021-03-30T20:08:34Z", + "pushed_at": "2020-07-17T00:40:51Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", "svn_url": "https://github.com/Codertocat/Hello-World", - "homepage": null, + "homepage": "", "size": 0, "stargazers_count": 0, "watchers_count": 0, @@ -11229,7 +11480,7 @@ "has_downloads": true, "has_wiki": true, "has_pages": true, - "forks_count": 1, + "forks_count": 0, "mirror_url": null, "archived": false, "disabled": false, @@ -11238,7 +11489,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -11266,12 +11518,12 @@ } }, { - "action": "pinned", + "action": "locked", "discussion": { "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", "category": { "id": 32809314, - "repository_id": 186853002, + "repository_id": 141753607, "emoji": ":speech_balloon:", "name": "General", "description": "Chat about anything and everything here", @@ -11287,7 +11539,7 @@ "id": 3299614, "node_id": "MDEwOkRpc2N1c3Npb24zMjk5NjE0", "number": 4, - "title": "TEST edit", + "title": "TEST", "user": { "login": "Codertocat", "id": 21031067, @@ -11308,14 +11560,14 @@ "type": "User", "site_admin": false }, - "state": "open", - "locked": false, + "state": "locked", + "locked": true, "comments": 0, "created_at": "2021-03-30T20:09:52Z", - "updated_at": "2021-03-30T20:26:24Z", + "updated_at": "2021-03-30T20:11:48Z", "author_association": "OWNER", - "active_lock_reason": null, - "body": "TEST edit" + "active_lock_reason": "resolved", + "body": "TEST" }, "repository": { "id": 186853002, @@ -11345,7 +11597,7 @@ }, "html_url": "https://github.com/Codertocat/Hello-World", "description": null, - "fork": true, + "fork": false, "url": "https://api.github.com/repos/Codertocat/Hello-World", "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", @@ -11383,14 +11635,14 @@ "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": "2018-07-20T20:11:57Z", - "updated_at": "2021-03-30T20:08:34Z", - "pushed_at": "2020-07-17T00:40:51Z", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": "2019-05-15T15:20:52Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", "svn_url": "https://github.com/Codertocat/Hello-World", - "homepage": "", + "homepage": null, "size": 0, "stargazers_count": 0, "watchers_count": 0, @@ -11400,7 +11652,7 @@ "has_downloads": true, "has_wiki": true, "has_pages": true, - "forks_count": 0, + "forks_count": 1, "mirror_url": null, "archived": false, "disabled": false, @@ -11409,7 +11661,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -11437,19 +11690,19 @@ } }, { - "action": "transferred", + "action": "locked", "discussion": { "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", "category": { - "id": 32809315, + "id": 32809314, "repository_id": 141753607, - "emoji": ":pray:", - "name": "Q&A", - "description": "Ask the community for help", + "emoji": ":speech_balloon:", + "name": "General", + "description": "Chat about anything and everything here", "created_at": "2021-03-30T16:09:00.000-04:00", "updated_at": "2021-03-30T16:09:00.000-04:00", - "slug": "q-a", - "is_answerable": true + "slug": "general", + "is_answerable": false }, "answer_html_url": null, "answer_chosen_at": null, @@ -11458,12 +11711,12 @@ "id": 3299614, "node_id": "MDEwOkRpc2N1c3Npb24zMjk5NjE0", "number": 4, - "title": "TEST edit", + "title": "TEST", "user": { "login": "Codertocat", - "id": 4595477, - "node_id": "MDQ6VXNlcjQ1OTU0Nzc=", - "avatar_url": "https://avatars.githubusercontent.com/u/4595477?v=4", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Codertocat", "html_url": "https://github.com/Codertocat", @@ -11479,159 +11732,25 @@ "type": "User", "site_admin": false }, - "state": "open", - "locked": false, - "comments": 1, + "state": "locked", + "locked": true, + "comments": 0, "created_at": "2021-03-30T20:09:52Z", - "updated_at": "2021-03-30T23:31:48Z", + "updated_at": "2021-03-30T20:11:48Z", "author_association": "OWNER", - "active_lock_reason": null, - "body": "TEST edit" - }, - "changes": { - "new_discussion": { - "repository_url": "https://api.github.com/repos/Codertocat/friendly-octo-succotash", - "category": { - "id": 32809824, - "repository_id": 353173080, - "emoji": ":pray:", - "name": "Q&A", - "description": "Ask the community for help", - "created_at": "2021-03-31T00:00:49.000Z", - "updated_at": "2021-03-31T00:00:49.000Z", - "slug": "q-a", - "is_answerable": true - }, - "answer_html_url": null, - "answer_chosen_at": null, - "answer_chosen_by": null, - "html_url": "https://github.com/Codertocat/friendly-octo-succotash/discussions/1", - "id": 3299835, - "node_id": "MDEwOkRpc2N1c3Npb24zMjk5ODM1", - "number": 1, - "title": "TEST edit", - "user": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "state": "open", - "locked": false, - "comments": 1, - "created_at": "2021-03-30T20:09:52Z", - "updated_at": "2021-03-31T00:01:04Z", - "author_association": "OWNER", - "active_lock_reason": null, - "body": "TEST edit" - }, - "new_repository": { - "id": 185882436, - "node_id": "MDEwOlJlcG9zaXRvcnkxODU4ODI0MzY=", - "name": "hello-world-npm", - "full_name": "Codertocat/hello-world-npm", - "private": false, - "owner": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "html_url": "https://github.com/Codertocat/hello-world-npm", - "description": "This is a simple npm package that demonstrates the Github Package Registry", - "fork": false, - "url": "https://api.github.com/repos/Codertocat/hello-world-npm", - "forks_url": "https://api.github.com/repos/Codertocat/hello-world-npm/forks", - "keys_url": "https://api.github.com/repos/Codertocat/hello-world-npm/keys{/key_id}", - "collaborators_url": "https://api.github.com/repos/Codertocat/hello-world-npm/collaborators{/collaborator}", - "teams_url": "https://api.github.com/repos/Codertocat/hello-world-npm/teams", - "hooks_url": "https://api.github.com/repos/Codertocat/hello-world-npm/hooks", - "issue_events_url": "https://api.github.com/repos/Codertocat/hello-world-npm/issues/events{/number}", - "events_url": "https://api.github.com/repos/Codertocat/hello-world-npm/events", - "assignees_url": "https://api.github.com/repos/Codertocat/hello-world-npm/assignees{/user}", - "branches_url": "https://api.github.com/repos/Codertocat/hello-world-npm/branches{/branch}", - "tags_url": "https://api.github.com/repos/Codertocat/hello-world-npm/tags", - "blobs_url": "https://api.github.com/repos/Codertocat/hello-world-npm/git/blobs{/sha}", - "git_tags_url": "https://api.github.com/repos/Codertocat/hello-world-npm/git/tags{/sha}", - "git_refs_url": "https://api.github.com/repos/Codertocat/hello-world-npm/git/refs{/sha}", - "trees_url": "https://api.github.com/repos/Codertocat/hello-world-npm/git/trees{/sha}", - "statuses_url": "https://api.github.com/repos/Codertocat/hello-world-npm/statuses/{sha}", - "languages_url": "https://api.github.com/repos/Codertocat/hello-world-npm/languages", - "stargazers_url": "https://api.github.com/repos/Codertocat/hello-world-npm/stargazers", - "contributors_url": "https://api.github.com/repos/Codertocat/hello-world-npm/contributors", - "subscribers_url": "https://api.github.com/repos/Codertocat/hello-world-npm/subscribers", - "subscription_url": "https://api.github.com/repos/Codertocat/hello-world-npm/subscription", - "commits_url": "https://api.github.com/repos/Codertocat/hello-world-npm/commits{/sha}", - "git_commits_url": "https://api.github.com/repos/Codertocat/hello-world-npm/git/commits{/sha}", - "comments_url": "https://api.github.com/repos/Codertocat/hello-world-npm/comments{/number}", - "issue_comment_url": "https://api.github.com/repos/Codertocat/hello-world-npm/issues/comments{/number}", - "contents_url": "https://api.github.com/repos/Codertocat/hello-world-npm/contents/{+path}", - "compare_url": "https://api.github.com/repos/Codertocat/hello-world-npm/compare/{base}...{head}", - "merges_url": "https://api.github.com/repos/Codertocat/hello-world-npm/merges", - "archive_url": "https://api.github.com/repos/Codertocat/hello-world-npm/{archive_format}{/ref}", - "downloads_url": "https://api.github.com/repos/Codertocat/hello-world-npm/downloads", - "issues_url": "https://api.github.com/repos/Codertocat/hello-world-npm/issues{/number}", - "pulls_url": "https://api.github.com/repos/Codertocat/hello-world-npm/pulls{/number}", - "milestones_url": "https://api.github.com/repos/Codertocat/hello-world-npm/milestones{/number}", - "notifications_url": "https://api.github.com/repos/Codertocat/hello-world-npm/notifications{?since,all,participating}", - "labels_url": "https://api.github.com/repos/Codertocat/hello-world-npm/labels{/name}", - "releases_url": "https://api.github.com/repos/Codertocat/hello-world-npm/releases{/id}", - "deployments_url": "https://api.github.com/repos/Codertocat/hello-world-npm/deployments", - "created_at": "2019-05-09T22:53:26Z", - "updated_at": "2021-03-28T20:12:09Z", - "pushed_at": "2020-07-06T02:49:31Z", - "git_url": "git://github.com/Codertocat/hello-world-npm.git", - "ssh_url": "git@github.com:Codertocat/hello-world-npm.git", - "clone_url": "https://github.com/Codertocat/hello-world-npm.git", - "svn_url": "https://github.com/Codertocat/hello-world-npm", - "homepage": "", - "size": 5, - "stargazers_count": 108, - "watchers_count": 108, - "language": "JavaScript", - "has_issues": true, - "has_projects": true, - "has_downloads": true, - "has_wiki": true, - "has_pages": false, - "forks_count": 129, - "mirror_url": null, - "archived": false, - "disabled": false, - "open_issues_count": 7, - "license": null, - "forks": 129, - "open_issues": 7, - "watchers": 108, - "default_branch": "master" + "active_lock_reason": "resolved", + "body": "TEST", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/4/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 } }, "repository": { @@ -11662,7 +11781,7 @@ }, "html_url": "https://github.com/Codertocat/Hello-World", "description": null, - "fork": true, + "fork": false, "url": "https://api.github.com/repos/Codertocat/Hello-World", "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", @@ -11700,14 +11819,14 @@ "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": "2018-07-20T20:11:57Z", - "updated_at": "2021-03-30T20:08:34Z", - "pushed_at": "2020-07-17T00:40:51Z", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": "2019-05-15T15:20:52Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", "svn_url": "https://github.com/Codertocat/Hello-World", - "homepage": "", + "homepage": null, "size": 0, "stargazers_count": 0, "watchers_count": 0, @@ -11717,7 +11836,7 @@ "has_downloads": true, "has_wiki": true, "has_pages": true, - "forks_count": 0, + "forks_count": 1, "mirror_url": null, "archived": false, "disabled": false, @@ -11726,7 +11845,499 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + } + }, + { + "action": "pinned", + "discussion": { + "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", + "category": { + "id": 32809314, + "repository_id": 186853002, + "emoji": ":speech_balloon:", + "name": "General", + "description": "Chat about anything and everything here", + "created_at": "2021-03-30T16:09:00.000-04:00", + "updated_at": "2021-03-30T16:09:00.000-04:00", + "slug": "general", + "is_answerable": false + }, + "answer_html_url": null, + "answer_chosen_at": null, + "answer_chosen_by": null, + "html_url": "https://github.com/Codertocat/Hello-World/discussions/4", + "id": 3299614, + "node_id": "MDEwOkRpc2N1c3Npb24zMjk5NjE0", + "number": 4, + "title": "TEST edit", + "user": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "state": "open", + "locked": false, + "comments": 0, + "created_at": "2021-03-30T20:09:52Z", + "updated_at": "2021-03-30T20:26:24Z", + "author_association": "OWNER", + "active_lock_reason": null, + "body": "TEST edit" + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": true, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2018-07-20T20:11:57Z", + "updated_at": "2021-03-30T20:08:34Z", + "pushed_at": "2020-07-17T00:40:51Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": "", + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + } + }, + { + "action": "transferred", + "discussion": { + "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", + "category": { + "id": 32809315, + "repository_id": 141753607, + "emoji": ":pray:", + "name": "Q&A", + "description": "Ask the community for help", + "created_at": "2021-03-30T16:09:00.000-04:00", + "updated_at": "2021-03-30T16:09:00.000-04:00", + "slug": "q-a", + "is_answerable": true + }, + "answer_html_url": null, + "answer_chosen_at": null, + "answer_chosen_by": null, + "html_url": "https://github.com/Codertocat/Hello-World/discussions/4", + "id": 3299614, + "node_id": "MDEwOkRpc2N1c3Npb24zMjk5NjE0", + "number": 4, + "title": "TEST edit", + "user": { + "login": "Codertocat", + "id": 4595477, + "node_id": "MDQ6VXNlcjQ1OTU0Nzc=", + "avatar_url": "https://avatars.githubusercontent.com/u/4595477?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "state": "open", + "locked": false, + "comments": 1, + "created_at": "2021-03-30T20:09:52Z", + "updated_at": "2021-03-30T23:31:48Z", + "author_association": "OWNER", + "active_lock_reason": null, + "body": "TEST edit" + }, + "changes": { + "new_discussion": { + "repository_url": "https://api.github.com/repos/Codertocat/friendly-octo-succotash", + "category": { + "id": 32809824, + "repository_id": 353173080, + "emoji": ":pray:", + "name": "Q&A", + "description": "Ask the community for help", + "created_at": "2021-03-31T00:00:49.000Z", + "updated_at": "2021-03-31T00:00:49.000Z", + "slug": "q-a", + "is_answerable": true + }, + "answer_html_url": null, + "answer_chosen_at": null, + "answer_chosen_by": null, + "html_url": "https://github.com/Codertocat/friendly-octo-succotash/discussions/1", + "id": 3299835, + "node_id": "MDEwOkRpc2N1c3Npb24zMjk5ODM1", + "number": 1, + "title": "TEST edit", + "user": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "state": "open", + "locked": false, + "comments": 1, + "created_at": "2021-03-30T20:09:52Z", + "updated_at": "2021-03-31T00:01:04Z", + "author_association": "OWNER", + "active_lock_reason": null, + "body": "TEST edit" + }, + "new_repository": { + "id": 185882436, + "node_id": "MDEwOlJlcG9zaXRvcnkxODU4ODI0MzY=", + "name": "hello-world-npm", + "full_name": "Codertocat/hello-world-npm", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/hello-world-npm", + "description": "This is a simple npm package that demonstrates the Github Package Registry", + "fork": false, + "url": "https://api.github.com/repos/Codertocat/hello-world-npm", + "forks_url": "https://api.github.com/repos/Codertocat/hello-world-npm/forks", + "keys_url": "https://api.github.com/repos/Codertocat/hello-world-npm/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/hello-world-npm/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/hello-world-npm/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/hello-world-npm/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/hello-world-npm/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/hello-world-npm/events", + "assignees_url": "https://api.github.com/repos/Codertocat/hello-world-npm/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/hello-world-npm/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/hello-world-npm/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/hello-world-npm/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/hello-world-npm/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/hello-world-npm/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/hello-world-npm/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/hello-world-npm/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/hello-world-npm/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/hello-world-npm/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/hello-world-npm/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/hello-world-npm/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/hello-world-npm/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/hello-world-npm/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/hello-world-npm/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/hello-world-npm/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/hello-world-npm/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/hello-world-npm/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/hello-world-npm/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/hello-world-npm/merges", + "archive_url": "https://api.github.com/repos/Codertocat/hello-world-npm/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/hello-world-npm/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/hello-world-npm/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/hello-world-npm/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/hello-world-npm/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/hello-world-npm/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/hello-world-npm/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/hello-world-npm/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/hello-world-npm/deployments", + "created_at": "2019-05-09T22:53:26Z", + "updated_at": "2021-03-28T20:12:09Z", + "pushed_at": "2020-07-06T02:49:31Z", + "git_url": "git://github.com/Codertocat/hello-world-npm.git", + "ssh_url": "git@github.com:Codertocat/hello-world-npm.git", + "clone_url": "https://github.com/Codertocat/hello-world-npm.git", + "svn_url": "https://github.com/Codertocat/hello-world-npm", + "homepage": "", + "size": 5, + "stargazers_count": 108, + "watchers_count": 108, + "language": "JavaScript", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": false, + "forks_count": 129, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 7, + "license": null, + "forks": 129, + "open_issues": 7, + "watchers": 108, + "default_branch": "master", + "is_template": false + } + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": true, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2018-07-20T20:11:57Z", + "updated_at": "2021-03-30T20:08:34Z", + "pushed_at": "2020-07-17T00:40:51Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": "", + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -11930,7 +12541,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -12110,7 +12722,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -12281,7 +12894,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -12584,7 +13198,19 @@ }, "created_at": "2021-03-30T20:21:30Z", "updated_at": "2021-03-30T20:21:30Z", - "body": "ANSWER" + "body": "ANSWER", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/4/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "discussion": { "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", @@ -12728,7 +13354,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -12788,7 +13415,19 @@ }, "created_at": "2021-03-30T20:21:30Z", "updated_at": "2021-03-30T20:21:30Z", - "body": "ANSWER" + "body": "ANSWER", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/comments/21031067/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "discussion": { "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", @@ -12932,7 +13571,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -12993,7 +13633,19 @@ }, "created_at": "2021-03-30T20:21:30Z", "updated_at": "2021-03-30T20:21:30Z", - "body": "ANSWER" + "body": "ANSWER", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/discussions/comments/21031067/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "discussion": { "repository_url": "https://api.github.com/repos/Codertocat/Hello-World", @@ -13137,7 +13789,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -13498,7 +14151,8 @@ "open_issues": 0, "watchers": 0, "default_branch": "master", - "public": true + "public": true, + "is_template": false }, "repository": { "id": 186853002, @@ -13592,7 +14246,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Octocoders", @@ -13709,7 +14364,8 @@ "open_issues": 0, "watchers": 0, "default_branch": "master", - "public": true + "public": true, + "is_template": false }, "repository": { "id": 186853002, @@ -13803,7 +14459,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Octocoders", @@ -14167,7 +14824,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "rachmari", @@ -14293,7 +14951,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "rachmari", @@ -15762,6 +16421,18 @@ "author_association": "OWNER", "active_lock_reason": null, "body": "", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, "performed_via_github_app": null }, "comment": { @@ -15794,6 +16465,18 @@ "updated_at": "2019-05-15T15:20:21Z", "author_association": "OWNER", "body": "You are totally right! I'll get this fixed right away.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, "performed_via_github_app": null }, "repository": { @@ -15888,7 +16571,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -16056,7 +16740,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -16088,7 +16784,19 @@ "updated_at": "2019-05-15T15:20:21Z", "author_association": "OWNER", "performed_via_github_app": null, - "body": "You are totally right! I'll get this fixed right away." + "body": "You are totally right! I'll get this fixed right away.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -16182,7 +16890,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -16336,7 +17045,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -16368,7 +17089,19 @@ "updated_at": "2019-05-15T15:20:21Z", "author_association": "OWNER", "performed_via_github_app": null, - "body": "You are totally right! I'll get this fixed right away." + "body": "You are totally right! I'll get this fixed right away.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -16462,7 +17195,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -16634,7 +17368,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -16666,7 +17412,19 @@ "updated_at": "2019-05-15T15:20:21Z", "author_association": "OWNER", "performed_via_github_app": null, - "body": "You are totally right! I'll get this fixed right away." + "body": "You are totally right! I'll get this fixed right away.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -16760,7 +17518,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -16928,7 +17687,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -16960,7 +17731,19 @@ "updated_at": "2019-05-15T15:20:22Z", "author_association": "OWNER", "performed_via_github_app": null, - "body": "You are totally right! I'll get this fixed today." + "body": "You are totally right! I'll get this fixed today.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -17054,7 +17837,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -17208,7 +17992,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -17240,7 +18036,19 @@ "updated_at": "2019-05-15T15:20:22Z", "author_association": "OWNER", "performed_via_github_app": null, - "body": "You are totally right! I'll get this fixed today." + "body": "You are totally right! I'll get this fixed today.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -17334,7 +18142,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -17507,7 +18316,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -17538,8 +18359,20 @@ "created_at": "2019-05-15T15:20:21Z", "updated_at": "2019-05-15T15:20:22Z", "author_association": "OWNER", + "performed_via_github_app": null, "body": "You are totally right! I'll get this fixed today.", - "performed_via_github_app": null + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -17633,7 +18466,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -17792,7 +18626,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -17823,8 +18669,20 @@ "created_at": "2019-05-15T15:20:21Z", "updated_at": "2019-05-15T15:20:22Z", "author_association": "OWNER", + "performed_via_github_app": null, "body": "You are totally right! I'll get this fixed today.", - "performed_via_github_app": null + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -17918,7 +18776,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -18399,7 +19258,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "assignee": { "login": "Codertocat", @@ -18513,7 +19384,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -18667,7 +19539,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "assignee": { "login": "Codertocat", @@ -18781,7 +19665,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -18939,7 +19824,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "assignee": { "login": "Codertocat", @@ -19053,7 +19950,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -19172,7 +20070,19 @@ "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch" }, - "body": "This is a pretty simple change that we need to pull into master." + "body": "This is a pretty simple change that we need to pull into master.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "milestone": { "url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1", @@ -19303,7 +20213,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -19408,7 +20319,19 @@ "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch" }, - "body": "This is a pretty simple change that we need to pull into master." + "body": "This is a pretty simple change that we need to pull into master.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "milestone": { "url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1", @@ -19539,7 +20462,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -19707,7 +20631,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "changes": {}, "repository": { @@ -19802,7 +20738,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -19956,7 +20893,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "changes": {}, "repository": { @@ -20051,7 +21000,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -20219,7 +21169,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "label": { "id": 1362934389, @@ -20322,7 +21284,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -20476,7 +21439,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "label": { "id": 1362934389, @@ -20579,7 +21554,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -20692,7 +21668,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": "spam", - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -20786,7 +21774,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -20885,7 +21874,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": "spam", - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -20979,7 +21980,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -21153,7 +22155,19 @@ "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch" }, - "body": "This is a pretty simple change that we need to pull into master." + "body": "This is a pretty simple change that we need to pull into master.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "milestone": { "url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1", @@ -21284,7 +22298,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -21444,7 +22459,19 @@ "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch" }, - "body": "This is a pretty simple change that we need to pull into master." + "body": "This is a pretty simple change that we need to pull into master.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "milestone": { "url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1", @@ -21575,7 +22602,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -21743,7 +22771,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -21837,7 +22877,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -21991,7 +23032,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": null + "body": null, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -22085,7 +23138,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -22239,7 +23293,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -22333,7 +23399,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -22417,7 +23484,19 @@ "author_association": "OWNER", "active_lock_reason": null, "body": "", - "performed_via_github_app": null + "performed_via_github_app": null, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "old_repository": { "id": 17273051, @@ -22511,7 +23590,8 @@ "forks": 0, "open_issues": 39, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false } }, "issue": { @@ -22643,7 +23723,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -22737,7 +23829,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -22823,7 +23916,19 @@ "author_association": "OWNER", "body": "It looks like you accidently spelled 'commit' with two 't's.", "active_lock_reason": null, - "performed_via_github_app": null + "performed_via_github_app": null, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -22917,7 +24022,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -22990,7 +24096,19 @@ "author_association": "OWNER", "active_lock_reason": null, "body": "", - "performed_via_github_app": null + "performed_via_github_app": null, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "changes": { "new_issue": { @@ -23122,7 +24240,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "new_repository": { "id": 186853002, @@ -23216,7 +24346,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "repository": { @@ -23311,7 +24442,8 @@ "forks": 0, "open_issues": 39, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false }, "sender": { "login": "Codertocat", @@ -23465,7 +24597,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "assignee": { "login": "Codertocat", @@ -23579,7 +24723,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -23733,7 +24878,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "assignee": { "login": "Codertocat", @@ -23847,7 +25004,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -23960,7 +25118,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "label": { "id": 1362934389, @@ -24063,7 +25233,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -24162,7 +25333,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "label": { "id": 1362934389, @@ -24265,7 +25448,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -24378,7 +25562,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -24472,7 +25668,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -24571,7 +25768,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -24665,7 +25874,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -24968,7 +26178,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -25094,7 +26305,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -25220,7 +26432,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -25350,7 +26563,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -25477,7 +26691,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -26022,7 +27237,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "hacktocat", @@ -26159,7 +27375,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "hacktocat", @@ -26300,7 +27517,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -26875,7 +28093,8 @@ "config": { "content_type": "json", "insecure_ssl": "0", - "url": "http://example.com/hook" + "url": "http://example.com/hook", + "secret": "********" }, "updated_at": "2019-04-10T03:57:12Z", "created_at": "2019-04-10T03:57:12Z" @@ -26971,7 +28190,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -27321,7 +28541,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -27475,7 +28696,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -27633,7 +28855,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -27787,7 +29010,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -28878,7 +30102,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -29203,7 +30428,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -29349,7 +30575,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -29568,6 +30795,7 @@ "url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940", "test_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/test", "ping_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/pings", + "deliveries_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/deliveries", "last_response": { "code": null, "status": "unused", "message": null } }, "repository": { @@ -29662,7 +30890,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -29705,6 +30934,7 @@ "url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940", "test_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/test", "ping_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/pings", + "deliveries_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/deliveries", "last_response": { "code": null, "status": "unused", "message": null } }, "repository": { @@ -29799,7 +31029,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -29855,7 +31086,8 @@ "updated_at": "2020-12-06T00:30:50Z", "created_at": "2020-12-06T00:30:50Z", "url": "https://api.github.com/orgs/Octocoders/hooks/266738161", - "ping_url": "https://api.github.com/orgs/Octocoders/hooks/266738161/pings" + "ping_url": "https://api.github.com/orgs/Octocoders/hooks/266738161/pings", + "deliveries_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/deliveries" }, "organization": { "login": "Octocoders", @@ -30209,7 +31441,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -30359,7 +31592,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -30513,7 +31747,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -30663,7 +31898,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -30827,7 +32063,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -30977,7 +32214,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -31131,7 +32369,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -31297,7 +32536,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -31592,7 +32832,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -31719,7 +32960,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -31851,7 +33093,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -32194,7 +33437,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -32345,7 +33589,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -32606,7 +33851,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -32722,7 +33968,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -33487,7 +34734,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -33606,7 +34854,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -33764,7 +35013,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -34011,7 +35261,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -34130,7 +35381,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -34302,7 +35554,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -34549,7 +35802,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -34668,7 +35922,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -34806,7 +36061,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -35053,7 +36309,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -35172,7 +36429,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -35310,7 +36568,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -35571,7 +36830,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -35690,7 +36950,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -35828,7 +37089,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -36071,7 +37333,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -36190,7 +37453,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -36328,7 +37592,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -36575,7 +37840,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -36694,7 +37960,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -36832,7 +38099,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "hellomouse", @@ -37144,7 +38412,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -37263,7 +38532,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -37410,7 +38680,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -37712,7 +38983,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -37831,7 +39103,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -37978,7 +39251,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -38239,7 +39513,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -38358,7 +39633,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -38496,7 +39772,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -38743,7 +40020,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -38862,7 +40140,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -39000,7 +40279,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -39261,7 +40541,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -39380,7 +40661,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -39518,7 +40800,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -39765,7 +41048,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -39884,7 +41168,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -40022,7 +41307,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -40269,7 +41555,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -40388,7 +41675,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -40526,7 +41814,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -40787,7 +42076,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -40906,507 +42196,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" - } - }, - "_links": { - "self": { - "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" - }, - "html": { - "href": "https://github.com/Codertocat/Hello-World/pull/2" - }, - "issue": { - "href": "https://api.github.com/repos/Codertocat/Hello-World/issues/2" - }, - "comments": { - "href": "https://api.github.com/repos/Codertocat/Hello-World/issues/2/comments" - }, - "review_comments": { - "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/comments" - }, - "review_comment": { - "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments{/number}" - }, - "commits": { - "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/commits" - }, - "statuses": { - "href": "https://api.github.com/repos/Codertocat/Hello-World/statuses/ec26c3e57ca3a959ca5aad62de7213c562f8c821" - } - }, - "author_association": "OWNER", - "auto_merge": null, - "active_lock_reason": null, - "draft": false, - "merged": false, - "mergeable": true, - "rebaseable": true, - "mergeable_state": "clean", - "merged_by": null, - "comments": 0, - "review_comments": 1, - "maintainer_can_modify": false, - "commits": 1, - "additions": 1, - "deletions": 1, - "changed_files": 1 - }, - "repository": { - "id": 186853002, - "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", - "name": "Hello-World", - "full_name": "Codertocat/Hello-World", - "private": false, - "owner": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "html_url": "https://github.com/Codertocat/Hello-World", - "description": null, - "fork": false, - "url": "https://api.github.com/repos/Codertocat/Hello-World", - "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", - "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", - "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", - "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", - "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", - "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", - "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", - "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", - "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", - "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", - "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", - "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", - "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", - "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", - "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", - "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", - "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", - "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", - "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", - "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", - "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", - "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", - "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", - "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", - "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", - "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", - "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", - "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", - "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", - "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", - "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", - "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", - "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", - "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": "2019-05-15T15:19:25Z", - "updated_at": "2019-05-15T15:21:14Z", - "pushed_at": "2019-05-15T15:20:57Z", - "git_url": "git://github.com/Codertocat/Hello-World.git", - "ssh_url": "git@github.com:Codertocat/Hello-World.git", - "clone_url": "https://github.com/Codertocat/Hello-World.git", - "svn_url": "https://github.com/Codertocat/Hello-World", - "homepage": null, - "size": 0, - "stargazers_count": 0, - "watchers_count": 0, - "language": "Ruby", - "has_issues": true, - "has_projects": true, - "has_downloads": true, - "has_wiki": true, - "has_pages": true, - "forks_count": 0, - "mirror_url": null, - "archived": false, - "disabled": false, - "open_issues_count": 1, - "license": null, - "forks": 0, - "open_issues": 1, - "watchers": 0, - "default_branch": "master" - }, - "sender": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - } - }, - { - "action": "ready_for_review", - "number": 2, - "pull_request": { - "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", - "id": 279147437, - "node_id": "MDExOlB1bGxSZXF1ZXN0Mjc5MTQ3NDM3", - "html_url": "https://github.com/Codertocat/Hello-World/pull/2", - "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", - "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch", - "issue_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/2", - "number": 2, - "state": "open", - "locked": false, - "title": "Update the README with new information.", - "user": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "body": "This is a pretty simple change that we need to pull into master.", - "created_at": "2019-05-15T15:20:33Z", - "updated_at": "2019-05-15T15:21:18Z", - "closed_at": null, - "merged_at": null, - "merge_commit_sha": null, - "assignee": null, - "assignees": [ - { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - } - ], - "requested_reviewers": [ - { - "login": "octocat", - "id": 5346, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "http://alambic.github.com/avatars/u/5346?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "http://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - } - ], - "requested_teams": [], - "labels": [ - { - "id": 1362934389, - "node_id": "MDU6TGFiZWwxMzYyOTM0Mzg5", - "url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug", - "name": "bug", - "color": "d73a4a", - "default": true, - "description": "Something isn't working" - } - ], - "milestone": null, - "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/commits", - "review_comments_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/comments", - "review_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments{/number}", - "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/2/comments", - "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/ec26c3e57ca3a959ca5aad62de7213c562f8c821", - "head": { - "label": "Codertocat:changes", - "ref": "changes", - "sha": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", - "user": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "repo": { - "id": 186853002, - "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", - "name": "Hello-World", - "full_name": "Codertocat/Hello-World", - "private": false, - "owner": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "html_url": "https://github.com/Codertocat/Hello-World", - "description": null, - "fork": false, - "url": "https://api.github.com/repos/Codertocat/Hello-World", - "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", - "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", - "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", - "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", - "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", - "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", - "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", - "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", - "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", - "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", - "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", - "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", - "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", - "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", - "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", - "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", - "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", - "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", - "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", - "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", - "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", - "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", - "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", - "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", - "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", - "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", - "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", - "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", - "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", - "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", - "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", - "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", - "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", - "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": "2019-05-15T15:19:25Z", - "updated_at": "2019-05-15T15:21:14Z", - "pushed_at": "2019-05-15T15:20:57Z", - "git_url": "git://github.com/Codertocat/Hello-World.git", - "ssh_url": "git@github.com:Codertocat/Hello-World.git", - "clone_url": "https://github.com/Codertocat/Hello-World.git", - "svn_url": "https://github.com/Codertocat/Hello-World", - "homepage": null, - "size": 0, - "stargazers_count": 0, - "watchers_count": 0, - "language": "Ruby", - "has_issues": true, - "has_projects": true, - "has_downloads": true, - "has_wiki": true, - "has_pages": true, - "forks_count": 0, - "mirror_url": null, - "archived": false, - "disabled": false, - "open_issues_count": 1, - "license": null, - "forks": 0, - "open_issues": 1, - "watchers": 0, - "default_branch": "master" - } - }, - "base": { - "label": "Codertocat:master", - "ref": "master", - "sha": "f95f852bd8fca8fcc58a9a2d6c842781e32a215e", - "user": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "repo": { - "id": 186853002, - "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", - "name": "Hello-World", - "full_name": "Codertocat/Hello-World", - "private": false, - "owner": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "html_url": "https://github.com/Codertocat/Hello-World", - "description": null, - "fork": false, - "url": "https://api.github.com/repos/Codertocat/Hello-World", - "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", - "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", - "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", - "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", - "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", - "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", - "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", - "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", - "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", - "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", - "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", - "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", - "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", - "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", - "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", - "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", - "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", - "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", - "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", - "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", - "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", - "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", - "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", - "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", - "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", - "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", - "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", - "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", - "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", - "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", - "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", - "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", - "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", - "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": "2019-05-15T15:19:25Z", - "updated_at": "2019-05-15T15:21:14Z", - "pushed_at": "2019-05-15T15:20:57Z", - "git_url": "git://github.com/Codertocat/Hello-World.git", - "ssh_url": "git@github.com:Codertocat/Hello-World.git", - "clone_url": "https://github.com/Codertocat/Hello-World.git", - "svn_url": "https://github.com/Codertocat/Hello-World", - "homepage": null, - "size": 0, - "stargazers_count": 0, - "watchers_count": 0, - "language": "Ruby", - "has_issues": true, - "has_projects": true, - "has_downloads": true, - "has_wiki": true, - "has_pages": true, - "forks_count": 0, - "mirror_url": null, - "archived": false, - "disabled": false, - "open_issues_count": 1, - "license": null, - "forks": 0, - "open_issues": 1, - "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -41544,7 +42335,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -41565,10 +42357,6 @@ "received_events_url": "https://api.github.com/users/Codertocat/received_events", "type": "User", "site_admin": false - }, - "installation": { - "id": 1, - "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" } }, { @@ -41791,7 +42579,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -41910,7 +42699,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -42048,21 +42838,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" - }, - "organization": { - "login": "hellomouse", - "id": 23532486, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTMyNDg2", - "url": "https://api.github.com/orgs/hellomouse", - "repos_url": "https://api.github.com/orgs/hellomouse/repos", - "events_url": "https://api.github.com/orgs/hellomouse/events", - "hooks_url": "https://api.github.com/orgs/hellomouse/hooks", - "issues_url": "https://api.github.com/orgs/hellomouse/issues", - "members_url": "https://api.github.com/orgs/hellomouse/members{/member}", - "public_members_url": "https://api.github.com/orgs/hellomouse/public_members{/member}", - "avatar_url": "https://avatars0.githubusercontent.com/u/23532486?v=4", - "description": "we totally know what we're doing" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -42083,10 +42860,14 @@ "received_events_url": "https://api.github.com/users/Codertocat/received_events", "type": "User", "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" } }, { - "action": "reopened", + "action": "ready_for_review", "number": 2, "pull_request": { "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", @@ -42122,7 +42903,7 @@ }, "body": "This is a pretty simple change that we need to pull into master.", "created_at": "2019-05-15T15:20:33Z", - "updated_at": "2019-05-15T15:20:33Z", + "updated_at": "2019-05-15T15:21:18Z", "closed_at": null, "merged_at": null, "merge_commit_sha": null, @@ -42280,8 +43061,8 @@ "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", "created_at": "2019-05-15T15:19:25Z", - "updated_at": "2019-05-15T15:19:27Z", - "pushed_at": "2019-05-15T15:20:32Z", + "updated_at": "2019-05-15T15:21:14Z", + "pushed_at": "2019-05-15T15:20:57Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", @@ -42290,7 +43071,7 @@ "size": 0, "stargazers_count": 0, "watchers_count": 0, - "language": null, + "language": "Ruby", "has_issues": true, "has_projects": true, "has_downloads": true, @@ -42300,12 +43081,13 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 2, + "open_issues_count": 1, "license": null, "forks": 0, - "open_issues": 2, + "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -42399,8 +43181,8 @@ "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", "created_at": "2019-05-15T15:19:25Z", - "updated_at": "2019-05-15T15:19:27Z", - "pushed_at": "2019-05-15T15:20:32Z", + "updated_at": "2019-05-15T15:21:14Z", + "pushed_at": "2019-05-15T15:20:57Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", @@ -42409,7 +43191,7 @@ "size": 0, "stargazers_count": 0, "watchers_count": 0, - "language": null, + "language": "Ruby", "has_issues": true, "has_projects": true, "has_downloads": true, @@ -42419,12 +43201,13 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 2, + "open_issues_count": 1, "license": null, "forks": 0, - "open_issues": 2, + "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -42458,12 +43241,12 @@ "active_lock_reason": null, "draft": false, "merged": false, - "mergeable": null, - "rebaseable": null, - "mergeable_state": "unknown", + "mergeable": true, + "rebaseable": true, + "mergeable_state": "clean", "merged_by": null, "comments": 0, - "review_comments": 0, + "review_comments": 1, "maintainer_can_modify": false, "commits": 1, "additions": 1, @@ -42537,8 +43320,8 @@ "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", "created_at": "2019-05-15T15:19:25Z", - "updated_at": "2019-05-15T15:19:27Z", - "pushed_at": "2019-05-15T15:20:32Z", + "updated_at": "2019-05-15T15:21:14Z", + "pushed_at": "2019-05-15T15:20:57Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", @@ -42547,7 +43330,7 @@ "size": 0, "stargazers_count": 0, "watchers_count": 0, - "language": null, + "language": "Ruby", "has_issues": true, "has_projects": true, "has_downloads": true, @@ -42557,16 +43340,27 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 2, + "open_issues_count": 1, "license": null, "forks": 0, - "open_issues": 2, + "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, - "installation": { - "id": 1, - "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + "organization": { + "login": "hellomouse", + "id": 23532486, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIzNTMyNDg2", + "url": "https://api.github.com/orgs/hellomouse", + "repos_url": "https://api.github.com/orgs/hellomouse/repos", + "events_url": "https://api.github.com/orgs/hellomouse/events", + "hooks_url": "https://api.github.com/orgs/hellomouse/hooks", + "issues_url": "https://api.github.com/orgs/hellomouse/issues", + "members_url": "https://api.github.com/orgs/hellomouse/members{/member}", + "public_members_url": "https://api.github.com/orgs/hellomouse/public_members{/member}", + "avatar_url": "https://avatars0.githubusercontent.com/u/23532486?v=4", + "description": "we totally know what we're doing" }, "sender": { "login": "Codertocat", @@ -42809,7 +43603,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -42928,7 +43723,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -43066,26 +43862,13 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" }, - "organization": { - "login": "Octocoders", - "id": 38302899, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", - "url": "https://api.github.com/orgs/Octocoders", - "repos_url": "https://api.github.com/orgs/Octocoders/repos", - "events_url": "https://api.github.com/orgs/Octocoders/events", - "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", - "issues_url": "https://api.github.com/orgs/Octocoders/issues", - "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", - "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", - "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", - "description": "" - }, "sender": { "login": "Codertocat", "id": 21031067, @@ -43108,7 +43891,7 @@ } }, { - "action": "review_request_removed", + "action": "reopened", "number": 2, "pull_request": { "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", @@ -43327,7 +44110,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -43446,7 +44230,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -43584,7 +44369,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -43623,30 +44409,10 @@ "received_events_url": "https://api.github.com/users/Codertocat/received_events", "type": "User", "site_admin": false - }, - "requested_reviewer": { - "login": "octocat", - "id": 5346, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "http://alambic.github.com/avatars/u/5346?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "http://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false } }, { - "action": "review_requested", + "action": "review_request_removed", "number": 2, "pull_request": { "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", @@ -43865,7 +44631,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -43984,7 +44751,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -44122,7 +44890,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -44184,7 +44953,7 @@ } }, { - "action": "synchronize", + "action": "review_requested", "number": 2, "pull_request": { "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", @@ -44403,7 +45172,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -44522,7 +45292,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -44568,8 +45339,6 @@ "deletions": 1, "changed_files": 1 }, - "before": "f95f852bd8fca8fcc58a9a2d6c842781e32a215e", - "after": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", "repository": { "id": 186853002, "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", @@ -44662,12 +45431,27 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" }, + "organization": { + "login": "Octocoders", + "id": 38302899, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", + "url": "https://api.github.com/orgs/Octocoders", + "repos_url": "https://api.github.com/orgs/Octocoders/repos", + "events_url": "https://api.github.com/orgs/Octocoders/events", + "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", + "issues_url": "https://api.github.com/orgs/Octocoders/issues", + "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", + "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", + "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", + "description": "" + }, "sender": { "login": "Codertocat", "id": 21031067, @@ -44687,10 +45471,30 @@ "received_events_url": "https://api.github.com/users/Codertocat/received_events", "type": "User", "site_admin": false + }, + "requested_reviewer": { + "login": "octocat", + "id": 5346, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "http://alambic.github.com/avatars/u/5346?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "http://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false } }, { - "action": "unassigned", + "action": "synchronize", "number": 2, "pull_request": { "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", @@ -44726,30 +45530,11 @@ }, "body": "This is a pretty simple change that we need to pull into master.", "created_at": "2019-05-15T15:20:33Z", - "updated_at": "2019-05-15T15:20:35Z", + "updated_at": "2019-05-15T15:20:33Z", "closed_at": null, "merged_at": null, - "merge_commit_sha": "c4295bd74fb0f4fda03689c3df3f2803b658fd85", - "assignee": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, + "merge_commit_sha": null, + "assignee": null, "assignees": [ { "login": "Codertocat", @@ -44772,7 +45557,28 @@ "site_admin": false } ], - "requested_reviewers": [], + "requested_reviewers": [ + { + "login": "octocat", + "id": 5346, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "http://alambic.github.com/avatars/u/5346?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "http://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + } + ], "requested_teams": [], "labels": [ { @@ -44785,43 +45591,7 @@ "description": "Something isn't working" } ], - "milestone": { - "url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1", - "html_url": "https://github.com/Codertocat/Hello-World/milestone/1", - "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1/labels", - "id": 4317517, - "node_id": "MDk6TWlsZXN0b25lNDMxNzUxNw==", - "number": 1, - "title": "v1.0", - "description": "Add new space flight simulator", - "creator": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "open_issues": 1, - "closed_issues": 0, - "state": "closed", - "created_at": "2019-05-15T15:20:17Z", - "updated_at": "2019-05-15T15:20:35Z", - "due_on": "2019-05-23T07:00:00Z", - "closed_at": "2019-05-15T15:20:18Z" - }, + "milestone": null, "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/commits", "review_comments_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/comments", "review_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments{/number}", @@ -44918,8 +45688,8 @@ "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", "created_at": "2019-05-15T15:19:25Z", - "updated_at": "2019-05-15T15:20:34Z", - "pushed_at": "2019-05-15T15:20:33Z", + "updated_at": "2019-05-15T15:19:27Z", + "pushed_at": "2019-05-15T15:20:32Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", @@ -44928,7 +45698,7 @@ "size": 0, "stargazers_count": 0, "watchers_count": 0, - "language": "Ruby", + "language": null, "has_issues": true, "has_projects": true, "has_downloads": true, @@ -44943,7 +45713,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -45037,8 +45808,8 @@ "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", "created_at": "2019-05-15T15:19:25Z", - "updated_at": "2019-05-15T15:20:34Z", - "pushed_at": "2019-05-15T15:20:33Z", + "updated_at": "2019-05-15T15:19:27Z", + "pushed_at": "2019-05-15T15:20:32Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", @@ -45047,7 +45818,7 @@ "size": 0, "stargazers_count": 0, "watchers_count": 0, - "language": "Ruby", + "language": null, "has_issues": true, "has_projects": true, "has_downloads": true, @@ -45062,7 +45833,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -45096,9 +45868,9 @@ "active_lock_reason": null, "draft": false, "merged": false, - "mergeable": true, - "rebaseable": true, - "mergeable_state": "clean", + "mergeable": null, + "rebaseable": null, + "mergeable_state": "unknown", "merged_by": null, "comments": 0, "review_comments": 0, @@ -45108,26 +45880,8 @@ "deletions": 1, "changed_files": 1 }, - "assignee": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, + "before": "f95f852bd8fca8fcc58a9a2d6c842781e32a215e", + "after": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", "repository": { "id": 186853002, "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", @@ -45195,8 +45949,8 @@ "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", "created_at": "2019-05-15T15:19:25Z", - "updated_at": "2019-05-15T15:20:34Z", - "pushed_at": "2019-05-15T15:20:33Z", + "updated_at": "2019-05-15T15:19:27Z", + "pushed_at": "2019-05-15T15:20:32Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", @@ -45205,7 +45959,7 @@ "size": 0, "stargazers_count": 0, "watchers_count": 0, - "language": "Ruby", + "language": null, "has_issues": true, "has_projects": true, "has_downloads": true, @@ -45220,7 +45974,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -45501,7 +46256,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -45620,7 +46376,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -45778,26 +46535,13 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" }, - "organization": { - "login": "Octocoders", - "id": 38302899, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", - "url": "https://api.github.com/orgs/Octocoders", - "repos_url": "https://api.github.com/orgs/Octocoders/repos", - "events_url": "https://api.github.com/orgs/Octocoders/events", - "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", - "issues_url": "https://api.github.com/orgs/Octocoders/issues", - "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", - "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", - "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", - "description": "" - }, "sender": { "login": "Codertocat", "id": 21031067, @@ -45820,7 +46564,7 @@ } }, { - "action": "unlabeled", + "action": "unassigned", "number": 2, "pull_request": { "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", @@ -45856,11 +46600,30 @@ }, "body": "This is a pretty simple change that we need to pull into master.", "created_at": "2019-05-15T15:20:33Z", - "updated_at": "2019-05-15T15:20:36Z", + "updated_at": "2019-05-15T15:20:35Z", "closed_at": null, "merged_at": null, "merge_commit_sha": "c4295bd74fb0f4fda03689c3df3f2803b658fd85", - "assignee": null, + "assignee": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, "assignees": [ { "login": "Codertocat", @@ -45896,7 +46659,43 @@ "description": "Something isn't working" } ], - "milestone": null, + "milestone": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1", + "html_url": "https://github.com/Codertocat/Hello-World/milestone/1", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1/labels", + "id": 4317517, + "node_id": "MDk6TWlsZXN0b25lNDMxNzUxNw==", + "number": 1, + "title": "v1.0", + "description": "Add new space flight simulator", + "creator": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "open_issues": 1, + "closed_issues": 0, + "state": "closed", + "created_at": "2019-05-15T15:20:17Z", + "updated_at": "2019-05-15T15:20:35Z", + "due_on": "2019-05-23T07:00:00Z", + "closed_at": "2019-05-15T15:20:18Z" + }, "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/commits", "review_comments_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/comments", "review_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments{/number}", @@ -46018,7 +46817,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -46137,7 +46937,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -46183,14 +46984,25 @@ "deletions": 1, "changed_files": 1 }, - "label": { - "id": 1362934389, - "node_id": "MDU6TGFiZWwxMzYyOTM0Mzg5", - "url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug", - "name": "bug", - "color": "d73a4a", - "default": true, - "description": "Something isn't working" + "assignee": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false }, "repository": { "id": 186853002, @@ -46284,12 +47096,27 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" }, + "organization": { + "login": "Octocoders", + "id": 38302899, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", + "url": "https://api.github.com/orgs/Octocoders", + "repos_url": "https://api.github.com/orgs/Octocoders/repos", + "events_url": "https://api.github.com/orgs/Octocoders/events", + "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", + "issues_url": "https://api.github.com/orgs/Octocoders/issues", + "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", + "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", + "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", + "description": "" + }, "sender": { "login": "Codertocat", "id": 21031067, @@ -46510,7 +47337,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -46629,7 +47457,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -46776,26 +47605,13 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" }, - "organization": { - "login": "Octocoders", - "id": 38302899, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", - "url": "https://api.github.com/orgs/Octocoders", - "repos_url": "https://api.github.com/orgs/Octocoders/repos", - "events_url": "https://api.github.com/orgs/Octocoders/events", - "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", - "issues_url": "https://api.github.com/orgs/Octocoders/issues", - "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", - "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", - "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", - "description": "" - }, "sender": { "login": "Codertocat", "id": 21031067, @@ -46818,7 +47634,7 @@ } }, { - "action": "unlocked", + "action": "unlabeled", "number": 2, "pull_request": { "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", @@ -46854,7 +47670,7 @@ }, "body": "This is a pretty simple change that we need to pull into master.", "created_at": "2019-05-15T15:20:33Z", - "updated_at": "2019-05-15T15:20:37Z", + "updated_at": "2019-05-15T15:20:36Z", "closed_at": null, "merged_at": null, "merge_commit_sha": "c4295bd74fb0f4fda03689c3df3f2803b658fd85", @@ -47016,7 +47832,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -47135,7 +47952,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -47181,6 +47999,15 @@ "deletions": 1, "changed_files": 1 }, + "label": { + "id": 1362934389, + "node_id": "MDU6TGFiZWwxMzYyOTM0Mzg5", + "url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug", + "name": "bug", + "color": "d73a4a", + "default": true, + "description": "Something isn't working" + }, "repository": { "id": 186853002, "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", @@ -47273,12 +48100,27 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" }, + "organization": { + "login": "Octocoders", + "id": 38302899, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", + "url": "https://api.github.com/orgs/Octocoders", + "repos_url": "https://api.github.com/orgs/Octocoders/repos", + "events_url": "https://api.github.com/orgs/Octocoders/events", + "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", + "issues_url": "https://api.github.com/orgs/Octocoders/issues", + "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", + "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", + "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", + "description": "" + }, "sender": { "login": "Codertocat", "id": 21031067, @@ -47499,7 +48341,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -47618,7 +48461,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -47756,26 +48600,13 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" }, - "organization": { - "login": "Octocoders", - "id": 38302899, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", - "url": "https://api.github.com/orgs/Octocoders", - "repos_url": "https://api.github.com/orgs/Octocoders/repos", - "events_url": "https://api.github.com/orgs/Octocoders/events", - "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", - "issues_url": "https://api.github.com/orgs/Octocoders/issues", - "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", - "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", - "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", - "description": "" - }, "sender": { "login": "Codertocat", "id": 21031067, @@ -47796,85 +48627,10 @@ "type": "User", "site_admin": false } - } - ] - }, - { - "name": "pull_request_review", - "description": "Activity related to pull request reviews. The type of activity is specified in the `action` property of the payload object. For more information, see the \"[pull request reviews](https://docs.github.com/en/rest/reference/pulls#reviews)\" REST API.", - "actions": ["dismissed", "edited", "submitted"], - "properties": { - "pull_request": { - "type": "object", - "description": "The [pull request](https://docs.github.com/en/rest/reference/pulls) the review pertains to." - }, - "review": { - "type": "object", - "description": "The review that was affected." }, - "changes[body][from]": { - "type": "string", - "description": "The previous version of the body if the action was `edited`." - }, - "repository": { - "type": "object", - "description": "The [`repository`](https://docs.github.com/en/rest/reference/repos#get-a-repository) where the event occurred." - }, - "organization": { - "type": "object", - "description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." - }, - "installation": { - "type": "object", - "description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." - }, - "sender": { - "type": "object", - "description": "The user that triggered the event." - } - }, - "examples": [ { - "action": "submitted", - "review": { - "id": 237895671, - "node_id": "MDE3OlB1bGxSZXF1ZXN0UmV2aWV3MjM3ODk1Njcx", - "user": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "body": null, - "commit_id": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", - "submitted_at": "2019-05-15T15:20:38Z", - "state": "commented", - "html_url": "https://github.com/Codertocat/Hello-World/pull/2#pullrequestreview-237895671", - "pull_request_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", - "author_association": "OWNER", - "_links": { - "html": { - "href": "https://github.com/Codertocat/Hello-World/pull/2#pullrequestreview-237895671" - }, - "pull_request": { - "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" - } - } - }, + "action": "unlocked", + "number": 2, "pull_request": { "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", "id": 279147437, @@ -47909,15 +48665,46 @@ }, "body": "This is a pretty simple change that we need to pull into master.", "created_at": "2019-05-15T15:20:33Z", - "updated_at": "2019-05-15T15:20:38Z", + "updated_at": "2019-05-15T15:20:37Z", "closed_at": null, "merged_at": null, "merge_commit_sha": "c4295bd74fb0f4fda03689c3df3f2803b658fd85", "assignee": null, - "assignees": [], + "assignees": [ + { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } + ], "requested_reviewers": [], "requested_teams": [], - "labels": [], + "labels": [ + { + "id": 1362934389, + "node_id": "MDU6TGFiZWwxMzYyOTM0Mzg5", + "url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug", + "name": "bug", + "color": "d73a4a", + "default": true, + "description": "Something isn't working" + } + ], "milestone": null, "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/commits", "review_comments_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/comments", @@ -48041,10 +48828,7 @@ "open_issues": 2, "watchers": 0, "default_branch": "master", - "allow_squash_merge": true, - "allow_merge_commit": true, - "allow_rebase_merge": true, - "delete_branch_on_merge": false + "is_template": false } }, "base": { @@ -48164,10 +48948,7 @@ "open_issues": 2, "watchers": 0, "default_branch": "master", - "allow_squash_merge": true, - "allow_merge_commit": true, - "allow_rebase_merge": true, - "delete_branch_on_merge": false + "is_template": false } }, "_links": { @@ -48196,7 +48977,22 @@ "href": "https://api.github.com/repos/Codertocat/Hello-World/statuses/ec26c3e57ca3a959ca5aad62de7213c562f8c821" } }, - "author_association": "OWNER" + "author_association": "OWNER", + "auto_merge": null, + "active_lock_reason": null, + "draft": false, + "merged": false, + "mergeable": true, + "rebaseable": true, + "mergeable_state": "clean", + "merged_by": null, + "comments": 0, + "review_comments": 0, + "maintainer_can_modify": false, + "commits": 1, + "additions": 1, + "deletions": 1, + "changed_files": 1 }, "repository": { "id": 186853002, @@ -48290,7 +49086,26 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + }, + "organization": { + "login": "Octocoders", + "id": 38302899, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", + "url": "https://api.github.com/orgs/Octocoders", + "repos_url": "https://api.github.com/orgs/Octocoders/repos", + "events_url": "https://api.github.com/orgs/Octocoders/events", + "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", + "issues_url": "https://api.github.com/orgs/Octocoders/issues", + "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", + "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", + "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", + "description": "" }, "sender": { "login": "Codertocat", @@ -48312,9 +49127,46 @@ "type": "User", "site_admin": false } + } + ] + }, + { + "name": "pull_request_review", + "description": "Activity related to pull request reviews. The type of activity is specified in the `action` property of the payload object. For more information, see the \"[pull request reviews](https://docs.github.com/en/rest/reference/pulls#reviews)\" REST API.", + "actions": ["dismissed", "edited", "submitted"], + "properties": { + "pull_request": { + "type": "object", + "description": "The [pull request](https://docs.github.com/en/rest/reference/pulls) the review pertains to." + }, + "review": { + "type": "object", + "description": "The review that was affected." }, + "changes[body][from]": { + "type": "string", + "description": "The previous version of the body if the action was `edited`." + }, + "repository": { + "type": "object", + "description": "The [`repository`](https://docs.github.com/en/rest/reference/repos#get-a-repository) where the event occurred." + }, + "organization": { + "type": "object", + "description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." + }, + "installation": { + "type": "object", + "description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." + }, + "sender": { + "type": "object", + "description": "The user that triggered the event." + } + }, + "examples": [ { - "action": "dismissed", + "action": "submitted", "review": { "id": 237895671, "node_id": "MDE3OlB1bGxSZXF1ZXN0UmV2aWV3MjM3ODk1Njcx", @@ -48341,7 +49193,7 @@ "body": null, "commit_id": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", "submitted_at": "2019-05-15T15:20:38Z", - "state": "dismissed", + "state": "commented", "html_url": "https://github.com/Codertocat/Hello-World/pull/2#pullrequestreview-237895671", "pull_request_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", "author_association": "OWNER", @@ -48355,13 +49207,13 @@ } }, "pull_request": { - "url": "https://api.github.com/repos/hellomouse/GNS/pulls/902", - "id": 370123640, - "node_id": "MDExOlB1bGxSZXF1ZXN0MzcwMTIzNjQw", - "html_url": "https://github.com/hellomouse/GNS/pull/902", - "diff_url": "https://github.com/hellomouse/GNS/pull/902.diff", - "patch_url": "https://github.com/hellomouse/GNS/pull/902.patch", - "issue_url": "https://api.github.com/repos/hellomouse/GNS/issues/902", + "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", + "id": 279147437, + "node_id": "MDExOlB1bGxSZXF1ZXN0Mjc5MTQ3NDM3", + "html_url": "https://github.com/Codertocat/Hello-World/pull/2", + "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", + "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch", + "issue_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/2", "number": 2, "state": "open", "locked": false, @@ -48386,71 +49238,18 @@ "type": "User", "site_admin": false }, - "body": "", + "body": "This is a pretty simple change that we need to pull into master.", "created_at": "2019-05-15T15:20:33Z", "updated_at": "2019-05-15T15:20:38Z", "closed_at": null, "merged_at": null, "merge_commit_sha": "c4295bd74fb0f4fda03689c3df3f2803b658fd85", "assignee": null, - "assignees": [ - { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - } - ], - "requested_reviewers": [ - { - "login": "octocat", - "id": 5346, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "http://alambic.github.com/avatars/u/5346?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "http://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - } - ], + "assignees": [], + "requested_reviewers": [], "requested_teams": [], - "labels": [ - { - "id": 1362934389, - "node_id": "MDU6TGFiZWwxMzYyOTM0Mzg5", - "url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug", - "name": "bug", - "color": "d73a4a", - "default": true, - "description": "Something isn't working" - } - ], + "labels": [], "milestone": null, - "draft": false, "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/commits", "review_comments_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/comments", "review_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments{/number}", @@ -48572,7 +49371,11 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "delete_branch_on_merge": false } }, "base": { @@ -48691,7 +49494,11 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "delete_branch_on_merge": false } }, "_links": { @@ -48720,9 +49527,7 @@ "href": "https://api.github.com/repos/Codertocat/Hello-World/statuses/ec26c3e57ca3a959ca5aad62de7213c562f8c821" } }, - "author_association": "OWNER", - "auto_merge": null, - "active_lock_reason": null + "author_association": "OWNER" }, "repository": { "id": 186853002, @@ -48837,28 +49642,10 @@ "received_events_url": "https://api.github.com/users/Codertocat/received_events", "type": "User", "site_admin": false - }, - "installation": { - "id": 1, - "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" - }, - "organization": { - "login": "Octocoders", - "id": 38302899, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", - "url": "https://api.github.com/orgs/Octocoders", - "repos_url": "https://api.github.com/orgs/Octocoders/repos", - "events_url": "https://api.github.com/orgs/Octocoders/events", - "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", - "issues_url": "https://api.github.com/orgs/Octocoders/issues", - "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", - "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", - "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", - "description": "" } }, { - "action": "submitted", + "action": "dismissed", "review": { "id": 237895671, "node_id": "MDE3OlB1bGxSZXF1ZXN0UmV2aWV3MjM3ODk1Njcx", @@ -48885,7 +49672,7 @@ "body": null, "commit_id": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", "submitted_at": "2019-05-15T15:20:38Z", - "state": "commented", + "state": "dismissed", "html_url": "https://github.com/Codertocat/Hello-World/pull/2#pullrequestreview-237895671", "pull_request_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", "author_association": "OWNER", @@ -48899,13 +49686,13 @@ } }, "pull_request": { - "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", - "id": 279147437, - "node_id": "MDExOlB1bGxSZXF1ZXN0Mjc5MTQ3NDM3", - "html_url": "https://github.com/Codertocat/Hello-World/pull/2", - "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", - "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch", - "issue_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/2", + "url": "https://api.github.com/repos/hellomouse/GNS/pulls/902", + "id": 370123640, + "node_id": "MDExOlB1bGxSZXF1ZXN0MzcwMTIzNjQw", + "html_url": "https://github.com/hellomouse/GNS/pull/902", + "diff_url": "https://github.com/hellomouse/GNS/pull/902.diff", + "patch_url": "https://github.com/hellomouse/GNS/pull/902.patch", + "issue_url": "https://api.github.com/repos/hellomouse/GNS/issues/902", "number": 2, "state": "open", "locked": false, @@ -48930,7 +49717,7 @@ "type": "User", "site_admin": false }, - "body": "This is a pretty simple change that we need to pull into master.", + "body": "", "created_at": "2019-05-15T15:20:33Z", "updated_at": "2019-05-15T15:20:38Z", "closed_at": null, @@ -49116,7 +49903,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -49235,7 +50023,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -49360,7 +50149,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -49385,6 +50175,20 @@ "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + }, + "organization": { + "login": "Octocoders", + "id": 38302899, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", + "url": "https://api.github.com/orgs/Octocoders", + "repos_url": "https://api.github.com/orgs/Octocoders/repos", + "events_url": "https://api.github.com/orgs/Octocoders/events", + "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", + "issues_url": "https://api.github.com/orgs/Octocoders/issues", + "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", + "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", + "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", + "description": "" } }, { @@ -49646,7 +50450,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -49765,7 +50570,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -49890,21 +50696,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" - }, - "organization": { - "login": "Octocoders", - "id": 38302899, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", - "url": "https://api.github.com/orgs/Octocoders", - "repos_url": "https://api.github.com/orgs/Octocoders/repos", - "events_url": "https://api.github.com/orgs/Octocoders/events", - "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", - "issues_url": "https://api.github.com/orgs/Octocoders/issues", - "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", - "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", - "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", - "description": "" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -49930,61 +50723,12 @@ "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" } - } - ] - }, - { - "name": "pull_request_review_comment", - "description": "Activity related to pull request review comments in the pull request's unified diff. The type of activity is specified in the `action` property of the payload object. For more information, see the \"[pull request review comments](https://docs.github.com/en/rest/reference/pulls#comments)\" REST API.", - "actions": ["created", "deleted", "edited"], - "properties": { - "changes": { - "type": "object", - "description": "The changes to the comment if the action was `edited`." - }, - "changes[body][from]": { - "type": "string", - "description": "The previous version of the body if the action was `edited`." - }, - "pull_request": { - "type": "object", - "description": "The [pull request](https://docs.github.com/en/rest/reference/pulls) the comment belongs to." - }, - "comment": { - "type": "object", - "description": "The [comment](https://docs.github.com/en/rest/reference/pulls#comments) itself." - }, - "repository": { - "type": "object", - "description": "The [`repository`](https://docs.github.com/en/rest/reference/repos#get-a-repository) where the event occurred." }, - "organization": { - "type": "object", - "description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." - }, - "installation": { - "type": "object", - "description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." - }, - "sender": { - "type": "object", - "description": "The user that triggered the event." - } - }, - "examples": [ { - "action": "created", - "comment": { - "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630", - "pull_request_review_id": 237895671, - "id": 284312630, - "node_id": "MDI0OlB1bGxSZXF1ZXN0UmV2aWV3Q29tbWVudDI4NDMxMjYzMA==", - "diff_hunk": "@@ -1 +1 @@\n-# Hello-World", - "path": "README.md", - "position": 1, - "original_position": 1, - "commit_id": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", - "original_commit_id": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", + "action": "submitted", + "review": { + "id": 237895671, + "node_id": "MDE3OlB1bGxSZXF1ZXN0UmV2aWV3MjM3ODk1Njcx", "user": { "login": "Codertocat", "id": 21031067, @@ -50005,18 +50749,16 @@ "type": "User", "site_admin": false }, - "body": "Maybe you should use more emoji on this line.", - "created_at": "2019-05-15T15:20:37Z", - "updated_at": "2019-05-15T15:20:38Z", - "html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630", + "body": null, + "commit_id": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", + "submitted_at": "2019-05-15T15:20:38Z", + "state": "commented", + "html_url": "https://github.com/Codertocat/Hello-World/pull/2#pullrequestreview-237895671", "pull_request_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", "author_association": "OWNER", "_links": { - "self": { - "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630" - }, "html": { - "href": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630" + "href": "https://github.com/Codertocat/Hello-World/pull/2#pullrequestreview-237895671" }, "pull_request": { "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" @@ -50062,11 +50804,64 @@ "merged_at": null, "merge_commit_sha": "c4295bd74fb0f4fda03689c3df3f2803b658fd85", "assignee": null, - "assignees": [], - "requested_reviewers": [], + "assignees": [ + { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } + ], + "requested_reviewers": [ + { + "login": "octocat", + "id": 5346, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "http://alambic.github.com/avatars/u/5346?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "http://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + } + ], "requested_teams": [], - "labels": [], + "labels": [ + { + "id": 1362934389, + "node_id": "MDU6TGFiZWwxMzYyOTM0Mzg5", + "url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug", + "name": "bug", + "color": "d73a4a", + "default": true, + "description": "Something isn't working" + } + ], "milestone": null, + "draft": false, "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/commits", "review_comments_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/comments", "review_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments{/number}", @@ -50189,10 +50984,7 @@ "open_issues": 2, "watchers": 0, "default_branch": "master", - "allow_squash_merge": true, - "allow_merge_commit": true, - "allow_rebase_merge": true, - "delete_branch_on_merge": false + "is_template": false } }, "base": { @@ -50312,10 +51104,7 @@ "open_issues": 2, "watchers": 0, "default_branch": "master", - "allow_squash_merge": true, - "allow_merge_commit": true, - "allow_rebase_merge": true, - "delete_branch_on_merge": false + "is_template": false } }, "_links": { @@ -50344,7 +51133,9 @@ "href": "https://api.github.com/repos/Codertocat/Hello-World/statuses/ec26c3e57ca3a959ca5aad62de7213c562f8c821" } }, - "author_association": "OWNER" + "author_association": "OWNER", + "auto_merge": null, + "active_lock_reason": null }, "repository": { "id": 186853002, @@ -50438,7 +51229,22 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false + }, + "organization": { + "login": "Octocoders", + "id": 38302899, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", + "url": "https://api.github.com/orgs/Octocoders", + "repos_url": "https://api.github.com/orgs/Octocoders/repos", + "events_url": "https://api.github.com/orgs/Octocoders/events", + "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", + "issues_url": "https://api.github.com/orgs/Octocoders/issues", + "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", + "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", + "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", + "description": "" }, "sender": { "login": "Codertocat", @@ -50459,8 +51265,53 @@ "received_events_url": "https://api.github.com/users/Codertocat/received_events", "type": "User", "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" } + } + ] + }, + { + "name": "pull_request_review_comment", + "description": "Activity related to pull request review comments in the pull request's unified diff. The type of activity is specified in the `action` property of the payload object. For more information, see the \"[pull request review comments](https://docs.github.com/en/rest/reference/pulls#comments)\" REST API.", + "actions": ["created", "deleted", "edited"], + "properties": { + "changes": { + "type": "object", + "description": "The changes to the comment if the action was `edited`." + }, + "changes[body][from]": { + "type": "string", + "description": "The previous version of the body if the action was `edited`." + }, + "pull_request": { + "type": "object", + "description": "The [pull request](https://docs.github.com/en/rest/reference/pulls) the comment belongs to." + }, + "comment": { + "type": "object", + "description": "The [comment](https://docs.github.com/en/rest/reference/pulls#comments) itself." + }, + "repository": { + "type": "object", + "description": "The [`repository`](https://docs.github.com/en/rest/reference/repos#get-a-repository) where the event occurred." + }, + "organization": { + "type": "object", + "description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." + }, + "installation": { + "type": "object", + "description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." }, + "sender": { + "type": "object", + "description": "The user that triggered the event." + } + }, + "examples": [ { "action": "created", "comment": { @@ -50494,7 +51345,7 @@ "type": "User", "site_admin": false }, - "body": "Maybe you should use more emojji on this line.", + "body": "Maybe you should use more emoji on this line.", "created_at": "2019-05-15T15:20:37Z", "updated_at": "2019-05-15T15:20:38Z", "html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630", @@ -50510,13 +51361,7 @@ "pull_request": { "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" } - }, - "start_line": null, - "original_start_line": null, - "start_side": null, - "line": 265, - "original_line": 265, - "side": "RIGHT" + } }, "pull_request": { "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", @@ -50557,62 +51402,10 @@ "merged_at": null, "merge_commit_sha": "c4295bd74fb0f4fda03689c3df3f2803b658fd85", "assignee": null, - "assignees": [ - { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - } - ], - "requested_reviewers": [ - { - "login": "octocat", - "id": 5346, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "http://alambic.github.com/avatars/u/5346?", - "gravatar_id": "", - "url": "https://api.github.com/users/octocat", - "html_url": "http://github.com/octocat", - "followers_url": "https://api.github.com/users/octocat/followers", - "following_url": "https://api.github.com/users/octocat/following{/other_user}", - "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", - "organizations_url": "https://api.github.com/users/octocat/orgs", - "repos_url": "https://api.github.com/users/octocat/repos", - "events_url": "https://api.github.com/users/octocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/octocat/received_events", - "type": "User", - "site_admin": false - } - ], + "assignees": [], + "requested_reviewers": [], "requested_teams": [], - "labels": [ - { - "id": 1362934389, - "node_id": "MDU6TGFiZWwxMzYyOTM0Mzg5", - "url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug", - "name": "bug", - "color": "d73a4a", - "default": true, - "description": "Something isn't working" - } - ], + "labels": [], "milestone": null, "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/commits", "review_comments_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/comments", @@ -50735,7 +51528,11 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "delete_branch_on_merge": false } }, "base": { @@ -50854,7 +51651,11 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "allow_squash_merge": true, + "allow_merge_commit": true, + "allow_rebase_merge": true, + "delete_branch_on_merge": false } }, "_links": { @@ -50883,8 +51684,7 @@ "href": "https://api.github.com/repos/Codertocat/Hello-World/statuses/ec26c3e57ca3a959ca5aad62de7213c562f8c821" } }, - "author_association": "OWNER", - "active_lock_reason": null + "author_association": "OWNER" }, "repository": { "id": 186853002, @@ -50980,10 +51780,6 @@ "watchers": 0, "default_branch": "master" }, - "installation": { - "id": 1, - "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" - }, "sender": { "login": "Codertocat", "id": 21031067, @@ -51055,6 +51851,18 @@ "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" } }, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, "start_line": null, "original_start_line": null, "start_side": null, @@ -51279,7 +52087,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -51398,7 +52207,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -51522,26 +52332,13 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" }, - "organization": { - "login": "Octocoders", - "id": 38302899, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", - "url": "https://api.github.com/orgs/Octocoders", - "repos_url": "https://api.github.com/orgs/Octocoders/repos", - "events_url": "https://api.github.com/orgs/Octocoders/events", - "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", - "issues_url": "https://api.github.com/orgs/Octocoders/issues", - "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", - "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", - "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", - "description": "" - }, "sender": { "login": "Codertocat", "id": 21031067, @@ -51564,7 +52361,7 @@ } }, { - "action": "deleted", + "action": "created", "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630", "pull_request_review_id": 237895671, @@ -51613,6 +52410,18 @@ "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" } }, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, "start_line": null, "original_start_line": null, "start_side": null, @@ -51837,7 +52646,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -51956,7 +52766,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -52080,12 +52891,27 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" }, + "organization": { + "login": "Octocoders", + "id": 38302899, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", + "url": "https://api.github.com/orgs/Octocoders", + "repos_url": "https://api.github.com/orgs/Octocoders/repos", + "events_url": "https://api.github.com/orgs/Octocoders/events", + "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", + "issues_url": "https://api.github.com/orgs/Octocoders/issues", + "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", + "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", + "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", + "description": "" + }, "sender": { "login": "Codertocat", "id": 21031067, @@ -52108,8 +52934,7 @@ } }, { - "action": "edited", - "changes": { "body": { "from": "" } }, + "action": "deleted", "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630", "pull_request_review_id": 237895671, @@ -52158,6 +52983,18 @@ "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" } }, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, "start_line": null, "original_start_line": null, "start_side": null, @@ -52382,7 +53219,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -52501,7 +53339,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -52625,7 +53464,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, @@ -52651,156 +53491,90 @@ "type": "User", "site_admin": false } - } - ] - }, - { - "name": "push", - "description": "One or more commits are pushed to a repository branch or tag.", - "actions": [], - "properties": { - "ref": { - "type": "string", - "description": "The full [`git ref`](https://docs.github.com/en/rest/reference/git#refs) that was pushed. Example: `refs/heads/main` or `refs/tags/v3.14.1`." - }, - "before": { - "type": "string", - "description": "The SHA of the most recent commit on `ref` before the push." - }, - "after": { - "type": "string", - "description": "The SHA of the most recent commit on `ref` after the push." - }, - "created": { - "type": "boolean", - "description": "Whether this push created the `ref`." - }, - "deleted": { - "type": "boolean", - "description": "Whether this push deleted the `ref`." - }, - "forced": { - "type": "boolean", - "description": "Whether this push was a force push of the `ref`." - }, - "head_commit": { - "type": "object", - "description": "For pushes where `after` is or points to a commit object, an expanded representation of that commit. For pushes where `after` refers to an annotated tag object, an expanded representation of the commit pointed to by the annotated tag." - }, - "compare": { - "type": "string", - "description": "URL that shows the changes in this `ref` update, from the `before` commit to the `after` commit. For a newly created `ref` that is directly based on the default branch, this is the comparison between the head of the default branch and the `after` commit. Otherwise, this shows all commits until the `after` commit." - }, - "commits": { - "type": "array", - "description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/en/rest/reference/repos#commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries." - }, - "commits[][id]": { - "type": "string", - "description": "The SHA of the commit." - }, - "commits[][timestamp]": { - "type": "string", - "description": "The ISO 8601 timestamp of the commit." - }, - "commits[][message]": { - "type": "string", - "description": "The commit message." - }, - "commits[][author]": { - "type": "object", - "description": "The git author of the commit." - }, - "commits[][author][name]": { - "type": "string", - "description": "The git author's name." - }, - "commits[][author][email]": { - "type": "string", - "description": "The git author's email address." - }, - "commits[][url]": { - "type": "url", - "description": "URL that points to the commit API resource." - }, - "commits[][distinct]": { - "type": "boolean", - "description": "Whether this commit is distinct from any that have been pushed before." - }, - "commits[][added]": { - "type": "array", - "description": "An array of files added in the commit." - }, - "commits[][modified]": { - "type": "array", - "description": "An array of files modified by the commit." - }, - "commits[][removed]": { - "type": "array", - "description": "An array of files removed in the commit." - }, - "pusher": { - "type": "object", - "description": "The user who pushed the commits." - }, - "repository": { - "type": "object", - "description": "The [`repository`](https://docs.github.com/en/rest/reference/repos#get-a-repository) where the event occurred." - }, - "organization": { - "type": "object", - "description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." - }, - "installation": { - "type": "object", - "description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." }, - "sender": { - "type": "object", - "description": "The user that triggered the event." - } - }, - "examples": [ { - "ref": "refs/tags/simple-tag", - "before": "0000000000000000000000000000000000000000", - "after": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "created": true, - "deleted": false, - "forced": false, - "base_ref": "refs/heads/main", - "compare": "https://github.com/Codertocat/Hello-World/compare/simple-tag", - "commits": [], - "head_commit": { - "id": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "tree_id": "4b825dc642cb6eb9a060e54bf8d69288fbee4904", - "distinct": true, - "message": "Adding a .gitignore file", - "timestamp": "2019-05-15T15:20:41Z", - "url": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "author": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", - "username": "Codertocat" + "action": "edited", + "changes": { "body": { "from": "" } }, + "comment": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630", + "pull_request_review_id": 237895671, + "id": 284312630, + "node_id": "MDI0OlB1bGxSZXF1ZXN0UmV2aWV3Q29tbWVudDI4NDMxMjYzMA==", + "diff_hunk": "@@ -1 +1 @@\n-# Hello-World", + "path": "README.md", + "position": 1, + "original_position": 1, + "commit_id": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", + "original_commit_id": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", + "user": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false }, - "committer": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", - "username": "Codertocat" + "body": "Maybe you should use more emojji on this line.", + "created_at": "2019-05-15T15:20:37Z", + "updated_at": "2019-05-15T15:20:38Z", + "html_url": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630", + "pull_request_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", + "author_association": "OWNER", + "_links": { + "self": { + "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630" + }, + "html": { + "href": "https://github.com/Codertocat/Hello-World/pull/2#discussion_r284312630" + }, + "pull_request": { + "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" + } }, - "added": [".gitignore"], - "removed": [], - "modified": [] + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, + "start_line": null, + "original_start_line": null, + "start_side": null, + "line": 265, + "original_line": 265, + "side": "RIGHT" }, - "repository": { - "id": 186853002, - "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", - "name": "Hello-World", - "full_name": "Codertocat/Hello-World", - "private": false, - "owner": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", + "pull_request": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2", + "id": 279147437, + "node_id": "MDExOlB1bGxSZXF1ZXN0Mjc5MTQ3NDM3", + "html_url": "https://github.com/Codertocat/Hello-World/pull/2", + "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", + "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch", + "issue_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/2", + "number": 2, + "state": "open", + "locked": false, + "title": "Update the README with new information.", + "user": { "login": "Codertocat", "id": 21031067, "node_id": "MDQ6VXNlcjIxMDMxMDY3", @@ -52820,99 +53594,1509 @@ "type": "User", "site_admin": false }, - "html_url": "https://github.com/Codertocat/Hello-World", - "description": null, - "fork": false, - "url": "https://github.com/Codertocat/Hello-World", - "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", - "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", - "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", - "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", - "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", - "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", - "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", - "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", - "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", - "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", - "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", - "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", - "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", - "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", - "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", - "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", - "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", - "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", - "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", - "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", - "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", - "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", - "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", - "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", - "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", - "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", - "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", - "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", - "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", - "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", - "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", - "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", - "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", - "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": 1557933565, - "updated_at": "2019-05-15T15:20:41Z", - "pushed_at": 1557933657, - "git_url": "git://github.com/Codertocat/Hello-World.git", - "ssh_url": "git@github.com:Codertocat/Hello-World.git", - "clone_url": "https://github.com/Codertocat/Hello-World.git", - "svn_url": "https://github.com/Codertocat/Hello-World", - "homepage": null, - "size": 0, - "stargazers_count": 0, - "watchers_count": 0, - "language": "Ruby", - "has_issues": true, - "has_projects": true, - "has_downloads": true, - "has_wiki": true, - "has_pages": true, - "forks_count": 1, - "mirror_url": null, - "archived": false, - "disabled": false, - "open_issues_count": 2, - "license": null, - "forks": 1, - "open_issues": 2, - "watchers": 0, - "default_branch": "master", - "stargazers": 0, - "master_branch": "master" - }, - "pusher": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com" - }, - "sender": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false + "body": "This is a pretty simple change that we need to pull into master.", + "created_at": "2019-05-15T15:20:33Z", + "updated_at": "2019-05-15T15:20:38Z", + "closed_at": null, + "merged_at": null, + "merge_commit_sha": "c4295bd74fb0f4fda03689c3df3f2803b658fd85", + "assignee": null, + "assignees": [ + { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } + ], + "requested_reviewers": [ + { + "login": "octocat", + "id": 5346, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "http://alambic.github.com/avatars/u/5346?", + "gravatar_id": "", + "url": "https://api.github.com/users/octocat", + "html_url": "http://github.com/octocat", + "followers_url": "https://api.github.com/users/octocat/followers", + "following_url": "https://api.github.com/users/octocat/following{/other_user}", + "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/octocat/subscriptions", + "organizations_url": "https://api.github.com/users/octocat/orgs", + "repos_url": "https://api.github.com/users/octocat/repos", + "events_url": "https://api.github.com/users/octocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/octocat/received_events", + "type": "User", + "site_admin": false + } + ], + "requested_teams": [], + "labels": [ + { + "id": 1362934389, + "node_id": "MDU6TGFiZWwxMzYyOTM0Mzg5", + "url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug", + "name": "bug", + "color": "d73a4a", + "default": true, + "description": "Something isn't working" + } + ], + "milestone": null, + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/commits", + "review_comments_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/comments", + "review_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/2/comments", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/ec26c3e57ca3a959ca5aad62de7213c562f8c821", + "head": { + "label": "Codertocat:changes", + "ref": "changes", + "sha": "ec26c3e57ca3a959ca5aad62de7213c562f8c821", + "user": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:34Z", + "pushed_at": "2019-05-15T15:20:33Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + } + }, + "base": { + "label": "Codertocat:master", + "ref": "master", + "sha": "f95f852bd8fca8fcc58a9a2d6c842781e32a215e", + "user": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "repo": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:34Z", + "pushed_at": "2019-05-15T15:20:33Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" + }, + "html": { + "href": "https://github.com/Codertocat/Hello-World/pull/2" + }, + "issue": { + "href": "https://api.github.com/repos/Codertocat/Hello-World/issues/2" + }, + "comments": { + "href": "https://api.github.com/repos/Codertocat/Hello-World/issues/2/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/Codertocat/Hello-World/statuses/ec26c3e57ca3a959ca5aad62de7213c562f8c821" + } + }, + "author_association": "OWNER", + "active_lock_reason": null + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:34Z", + "pushed_at": "2019-05-15T15:20:33Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 0, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 0, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } + } + ] + }, + { + "name": "push", + "description": "One or more commits are pushed to a repository branch or tag.", + "actions": [], + "properties": { + "ref": { + "type": "string", + "description": "The full [`git ref`](https://docs.github.com/en/rest/reference/git#refs) that was pushed. Example: `refs/heads/main` or `refs/tags/v3.14.1`." + }, + "before": { + "type": "string", + "description": "The SHA of the most recent commit on `ref` before the push." + }, + "after": { + "type": "string", + "description": "The SHA of the most recent commit on `ref` after the push." + }, + "created": { + "type": "boolean", + "description": "Whether this push created the `ref`." + }, + "deleted": { + "type": "boolean", + "description": "Whether this push deleted the `ref`." + }, + "forced": { + "type": "boolean", + "description": "Whether this push was a force push of the `ref`." + }, + "head_commit": { + "type": "object", + "description": "For pushes where `after` is or points to a commit object, an expanded representation of that commit. For pushes where `after` refers to an annotated tag object, an expanded representation of the commit pointed to by the annotated tag." + }, + "compare": { + "type": "string", + "description": "URL that shows the changes in this `ref` update, from the `before` commit to the `after` commit. For a newly created `ref` that is directly based on the default branch, this is the comparison between the head of the default branch and the `after` commit. Otherwise, this shows all commits until the `after` commit." + }, + "commits": { + "type": "array", + "description": "An array of commit objects describing the pushed commits. (Pushed commits are all commits that are included in the `compare` between the `before` commit and the `after` commit.) The array includes a maximum of 20 commits. If necessary, you can use the [Commits API](https://docs.github.com/en/rest/reference/repos#commits) to fetch additional commits. This limit is applied to timeline events only and isn't applied to webhook deliveries." + }, + "commits[][id]": { + "type": "string", + "description": "The SHA of the commit." + }, + "commits[][timestamp]": { + "type": "string", + "description": "The ISO 8601 timestamp of the commit." + }, + "commits[][message]": { + "type": "string", + "description": "The commit message." + }, + "commits[][author]": { + "type": "object", + "description": "The git author of the commit." + }, + "commits[][author][name]": { + "type": "string", + "description": "The git author's name." + }, + "commits[][author][email]": { + "type": "string", + "description": "The git author's email address." + }, + "commits[][url]": { + "type": "url", + "description": "URL that points to the commit API resource." + }, + "commits[][distinct]": { + "type": "boolean", + "description": "Whether this commit is distinct from any that have been pushed before." + }, + "commits[][added]": { + "type": "array", + "description": "An array of files added in the commit." + }, + "commits[][modified]": { + "type": "array", + "description": "An array of files modified by the commit." + }, + "commits[][removed]": { + "type": "array", + "description": "An array of files removed in the commit." + }, + "pusher": { + "type": "object", + "description": "The user who pushed the commits." + }, + "repository": { + "type": "object", + "description": "The [`repository`](https://docs.github.com/en/rest/reference/repos#get-a-repository) where the event occurred." + }, + "organization": { + "type": "object", + "description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." + }, + "installation": { + "type": "object", + "description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." + }, + "sender": { + "type": "object", + "description": "The user that triggered the event." + } + }, + "examples": [ + { + "ref": "refs/tags/simple-tag", + "before": "0000000000000000000000000000000000000000", + "after": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "created": true, + "deleted": false, + "forced": false, + "base_ref": "refs/heads/main", + "compare": "https://github.com/Codertocat/Hello-World/compare/simple-tag", + "commits": [], + "head_commit": { + "id": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "tree_id": "4b825dc642cb6eb9a060e54bf8d69288fbee4904", + "distinct": true, + "message": "Adding a .gitignore file", + "timestamp": "2019-05-15T15:20:41Z", + "url": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "author": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "username": "Codertocat" + }, + "committer": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "username": "Codertocat" + }, + "added": [".gitignore"], + "removed": [], + "modified": [] + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://github.com/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": 1557933565, + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": 1557933657, + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "stargazers": 0, + "master_branch": "master" + }, + "pusher": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com" + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } + }, + { + "ref": "refs/tags/simple-tag", + "before": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "after": "0000000000000000000000000000000000000000", + "created": false, + "deleted": true, + "forced": false, + "base_ref": null, + "compare": "https://github.com/Codertocat/Hello-World/compare/d70c5c6fa638^...000000000000", + "commits": [], + "head_commit": null, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://github.com/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": 1557933565, + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": 1557933657, + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "stargazers": 0, + "master_branch": "master", + "organization": "Octocoders", + "is_template": false + }, + "organization": { + "login": "Octocoders", + "id": 38302899, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", + "url": "https://api.github.com/orgs/Octocoders", + "repos_url": "https://api.github.com/orgs/Octocoders/repos", + "events_url": "https://api.github.com/orgs/Octocoders/events", + "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", + "issues_url": "https://api.github.com/orgs/Octocoders/issues", + "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", + "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", + "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", + "description": "" + }, + "pusher": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com" + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } + }, + { + "ref": "refs/tags/simple-tag", + "before": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "after": "0000000000000000000000000000000000000000", + "created": false, + "deleted": true, + "forced": false, + "base_ref": null, + "compare": "https://github.com/Codertocat/Hello-World/compare/6113728f27ae...000000000000", + "commits": [], + "head_commit": null, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://github.com/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": 1557933565, + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": 1557933657, + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "stargazers": 0, + "master_branch": "master", + "is_template": false + }, + "pusher": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com" + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } + }, + { + "ref": "refs/tags/simple-tag", + "before": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "after": "0000000000000000000000000000000000000000", + "created": false, + "deleted": true, + "forced": false, + "base_ref": null, + "compare": "https://github.com/Codertocat/Hello-World/compare/6113728f27ae...000000000000", + "commits": [], + "head_commit": null, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://github.com/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": 1557933565, + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": 1557933657, + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "stargazers": 0, + "master_branch": "master", + "is_template": false + }, + "pusher": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com" + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + } + }, + { + "ref": "refs/heads/master", + "before": "0000000000000000000000000000000000000000", + "after": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://github.com/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": 1557933565, + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": 1557933657, + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "stargazers": 0, + "master_branch": "master", + "is_template": false + }, + "pusher": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com" + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + }, + "created": true, + "deleted": false, + "forced": false, + "base_ref": null, + "compare": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "commits": [ + { + "id": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "tree_id": "31b122c26a97cf9af023e9ddab94a82c6e77b0ea", + "distinct": true, + "message": "Initial commit", + "timestamp": "2019-05-15T15:19:25Z", + "url": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "author": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "username": "Codertocat" + }, + "committer": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "username": "Codertocat" + }, + "added": ["README.md"], + "removed": [], + "modified": [] + } + ], + "head_commit": { + "id": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "tree_id": "31b122c26a97cf9af023e9ddab94a82c6e77b0ea", + "distinct": true, + "message": "Initial commit", + "timestamp": "2019-05-15T15:19:25Z", + "url": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "author": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "username": "Codertocat" + }, + "committer": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "username": "Codertocat" + }, + "added": ["README.md"], + "removed": [], + "modified": [] + } + }, + { + "ref": "refs/heads/master", + "before": "0000000000000000000000000000000000000000", + "after": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://github.com/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": 1557933565, + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": 1557933657, + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "stargazers": 0, + "master_branch": "master", + "is_template": false + }, + "pusher": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com" + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + }, + "created": true, + "deleted": false, + "forced": false, + "base_ref": null, + "compare": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "commits": [ + { + "id": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "tree_id": "31b122c26a97cf9af023e9ddab94a82c6e77b0ea", + "distinct": true, + "message": "Initial commit", + "timestamp": "2019-05-15T15:19:25Z", + "url": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "author": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "username": "Codertocat" + }, + "committer": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com" + }, + "added": ["README.md"], + "removed": [], + "modified": [] + } + ], + "head_commit": { + "id": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "tree_id": "31b122c26a97cf9af023e9ddab94a82c6e77b0ea", + "distinct": true, + "message": "Initial commit", + "timestamp": "2019-05-15T15:19:25Z", + "url": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "author": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com", + "username": "Codertocat" + }, + "committer": { + "name": "Codertocat", + "email": "21031067+Codertocat@users.noreply.github.com" + }, + "added": ["README.md"], + "removed": [], + "modified": [] } }, { @@ -52923,7 +55107,7 @@ "deleted": true, "forced": false, "base_ref": null, - "compare": "https://github.com/Codertocat/Hello-World/compare/d70c5c6fa638^...000000000000", + "compare": "https://github.com/Codertocat/Hello-World/compare/6113728f27ae...000000000000", "commits": [], "head_commit": null, "repository": { @@ -53023,7 +55207,7 @@ "default_branch": "master", "stargazers": 0, "master_branch": "master", - "organization": "Octocoders" + "is_template": false }, "organization": { "login": "Octocoders", @@ -53063,18 +55247,93 @@ "type": "User", "site_admin": false } + } + ] + }, + { + "name": "release", + "description": "Activity related to a release. The type of activity is specified in the `action` property of the payload object. For more information, see the \"[releases](https://docs.github.com/en/rest/reference/repos#releases)\" REST API.", + "actions": [ + "created", + "deleted", + "edited", + "prereleased", + "published", + "released", + "unpublished" + ], + "properties": { + "changes[body][from]": { + "type": "string", + "description": "The previous version of the body if the action was `edited`." + }, + "changes[name][from]": { + "type": "string", + "description": "The previous version of the name if the action was `edited`." + }, + "release": { + "type": "object", + "description": "The [release](https://docs.github.com/en/rest/reference/repos/#get-a-release) object." + }, + "repository": { + "type": "object", + "description": "The [`repository`](https://docs.github.com/en/rest/reference/repos#get-a-repository) where the event occurred." + }, + "organization": { + "type": "object", + "description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." + }, + "installation": { + "type": "object", + "description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." }, + "sender": { + "type": "object", + "description": "The user that triggered the event." + } + }, + "examples": [ { - "ref": "refs/tags/simple-tag", - "before": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "after": "0000000000000000000000000000000000000000", - "created": false, - "deleted": true, - "forced": false, - "base_ref": null, - "compare": "https://github.com/Codertocat/Hello-World/compare/6113728f27ae...000000000000", - "commits": [], - "head_commit": null, + "action": "published", + "release": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", + "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", + "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", + "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", + "id": 17372790, + "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", + "tag_name": "0.0.1", + "target_commitish": "master", + "name": null, + "draft": false, + "author": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-15T15:19:25Z", + "published_at": "2019-05-15T15:20:53Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", + "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", + "body": null + }, "repository": { "id": 186853002, "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", @@ -53082,8 +55341,6 @@ "full_name": "Codertocat/Hello-World", "private": false, "owner": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", "login": "Codertocat", "id": 21031067, "node_id": "MDQ6VXNlcjIxMDMxMDY3", @@ -53106,7 +55363,7 @@ "html_url": "https://github.com/Codertocat/Hello-World", "description": null, "fork": false, - "url": "https://github.com/Codertocat/Hello-World", + "url": "https://api.github.com/repos/Codertocat/Hello-World", "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", @@ -53143,9 +55400,9 @@ "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": 1557933565, + "created_at": "2019-05-15T15:19:25Z", "updated_at": "2019-05-15T15:20:41Z", - "pushed_at": 1557933657, + "pushed_at": "2019-05-15T15:20:52Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", @@ -53169,13 +55426,7 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master", - "stargazers": 0, - "master_branch": "master" - }, - "pusher": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com" + "default_branch": "master" }, "sender": { "login": "Codertocat", @@ -53199,16 +55450,46 @@ } }, { - "ref": "refs/tags/simple-tag", - "before": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "after": "0000000000000000000000000000000000000000", - "created": false, - "deleted": true, - "forced": false, - "base_ref": null, - "compare": "https://github.com/Codertocat/Hello-World/compare/6113728f27ae...000000000000", - "commits": [], - "head_commit": null, + "action": "created", + "release": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", + "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", + "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", + "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", + "id": 17372790, + "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", + "tag_name": "0.0.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-15T15:19:25Z", + "published_at": "2019-05-15T15:20:53Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", + "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", + "body": "" + }, "repository": { "id": 186853002, "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", @@ -53216,8 +55497,6 @@ "full_name": "Codertocat/Hello-World", "private": false, "owner": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", "login": "Codertocat", "id": 21031067, "node_id": "MDQ6VXNlcjIxMDMxMDY3", @@ -53240,7 +55519,7 @@ "html_url": "https://github.com/Codertocat/Hello-World", "description": null, "fork": false, - "url": "https://github.com/Codertocat/Hello-World", + "url": "https://api.github.com/repos/Codertocat/Hello-World", "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", @@ -53277,9 +55556,9 @@ "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": 1557933565, + "created_at": "2019-05-15T15:19:25Z", "updated_at": "2019-05-15T15:20:41Z", - "pushed_at": 1557933657, + "pushed_at": "2019-05-15T15:20:52Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", @@ -53304,12 +55583,7 @@ "open_issues": 2, "watchers": 0, "default_branch": "master", - "stargazers": 0, - "master_branch": "master" - }, - "pusher": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com" + "is_template": false }, "sender": { "login": "Codertocat", @@ -53330,16 +55604,50 @@ "received_events_url": "https://api.github.com/users/Codertocat/received_events", "type": "User", "site_admin": false - }, - "installation": { - "id": 1, - "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" } }, { - "ref": "refs/heads/master", - "before": "0000000000000000000000000000000000000000", - "after": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "action": "created", + "release": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", + "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", + "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", + "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", + "id": 17372790, + "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", + "tag_name": "0.0.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-15T15:19:25Z", + "published_at": "2019-05-15T15:20:53Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", + "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", + "body": "", + "discussion_url": "https://github.com/Codertocat/Hello-World/discussions/4" + }, "repository": { "id": 186853002, "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", @@ -53347,8 +55655,6 @@ "full_name": "Codertocat/Hello-World", "private": false, "owner": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", "login": "Codertocat", "id": 21031067, "node_id": "MDQ6VXNlcjIxMDMxMDY3", @@ -53371,7 +55677,7 @@ "html_url": "https://github.com/Codertocat/Hello-World", "description": null, "fork": false, - "url": "https://github.com/Codertocat/Hello-World", + "url": "https://api.github.com/repos/Codertocat/Hello-World", "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", @@ -53408,9 +55714,9 @@ "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": 1557933565, + "created_at": "2019-05-15T15:19:25Z", "updated_at": "2019-05-15T15:20:41Z", - "pushed_at": 1557933657, + "pushed_at": "2019-05-15T15:20:52Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", @@ -53435,12 +55741,164 @@ "open_issues": 2, "watchers": 0, "default_branch": "master", - "stargazers": 0, - "master_branch": "master" + "is_template": false }, - "pusher": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com" + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } + }, + { + "action": "created", + "release": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", + "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", + "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", + "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", + "id": 17372790, + "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", + "tag_name": "0.0.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-15T15:19:25Z", + "published_at": "2019-05-15T15:20:53Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", + "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", + "body": "" + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": "2019-05-15T15:20:52Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -53465,61 +55923,49 @@ "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" - }, - "created": true, - "deleted": false, - "forced": false, - "base_ref": null, - "compare": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "commits": [ - { - "id": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "tree_id": "31b122c26a97cf9af023e9ddab94a82c6e77b0ea", - "distinct": true, - "message": "Initial commit", - "timestamp": "2019-05-15T15:19:25Z", - "url": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "author": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", - "username": "Codertocat" - }, - "committer": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", - "username": "Codertocat" - }, - "added": ["README.md"], - "removed": [], - "modified": [] - } - ], - "head_commit": { - "id": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "tree_id": "31b122c26a97cf9af023e9ddab94a82c6e77b0ea", - "distinct": true, - "message": "Initial commit", - "timestamp": "2019-05-15T15:19:25Z", - "url": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "author": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", - "username": "Codertocat" - }, - "committer": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", - "username": "Codertocat" - }, - "added": ["README.md"], - "removed": [], - "modified": [] } }, { - "ref": "refs/heads/master", - "before": "0000000000000000000000000000000000000000", - "after": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", + "action": "deleted", + "release": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", + "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", + "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", + "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", + "id": 17372790, + "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", + "tag_name": "0.0.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-15T15:19:25Z", + "published_at": "2019-05-15T15:20:53Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", + "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", + "body": "" + }, "repository": { "id": 186853002, "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", @@ -53527,8 +55973,6 @@ "full_name": "Codertocat/Hello-World", "private": false, "owner": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", "login": "Codertocat", "id": 21031067, "node_id": "MDQ6VXNlcjIxMDMxMDY3", @@ -53551,7 +55995,7 @@ "html_url": "https://github.com/Codertocat/Hello-World", "description": null, "fork": false, - "url": "https://github.com/Codertocat/Hello-World", + "url": "https://api.github.com/repos/Codertocat/Hello-World", "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", @@ -53588,9 +56032,9 @@ "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": 1557933565, + "created_at": "2019-05-15T15:19:25Z", "updated_at": "2019-05-15T15:20:41Z", - "pushed_at": 1557933657, + "pushed_at": "2019-05-15T15:20:52Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", @@ -53615,12 +56059,7 @@ "open_issues": 2, "watchers": 0, "default_branch": "master", - "stargazers": 0, - "master_branch": "master" - }, - "pusher": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com" + "is_template": false }, "sender": { "login": "Codertocat", @@ -53645,66 +56084,61 @@ "installation": { "id": 1, "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" - }, - "created": true, - "deleted": false, - "forced": false, - "base_ref": null, - "compare": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "commits": [ - { - "id": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "tree_id": "31b122c26a97cf9af023e9ddab94a82c6e77b0ea", - "distinct": true, - "message": "Initial commit", - "timestamp": "2019-05-15T15:19:25Z", - "url": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "author": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", - "username": "Codertocat" - }, - "committer": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com" - }, - "added": ["README.md"], - "removed": [], - "modified": [] - } - ], - "head_commit": { - "id": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "tree_id": "31b122c26a97cf9af023e9ddab94a82c6e77b0ea", - "distinct": true, - "message": "Initial commit", - "timestamp": "2019-05-15T15:19:25Z", - "url": "https://github.com/Codertocat/Hello-World/commit/6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "author": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", - "username": "Codertocat" - }, - "committer": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com" - }, - "added": ["README.md"], - "removed": [], - "modified": [] } }, { - "ref": "refs/tags/simple-tag", - "before": "6113728f27ae82c7b1a177c8d03f9e96e0adf246", - "after": "0000000000000000000000000000000000000000", - "created": false, - "deleted": true, - "forced": false, - "base_ref": null, - "compare": "https://github.com/Codertocat/Hello-World/compare/6113728f27ae...000000000000", - "commits": [], - "head_commit": null, + "action": "deleted", + "release": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", + "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", + "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", + "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", + "id": 17372790, + "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", + "tag_name": "0.0.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-15T15:19:25Z", + "published_at": "2019-05-15T15:20:53Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", + "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, "repository": { "id": 186853002, "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", @@ -53712,8 +56146,6 @@ "full_name": "Codertocat/Hello-World", "private": false, "owner": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com", "login": "Codertocat", "id": 21031067, "node_id": "MDQ6VXNlcjIxMDMxMDY3", @@ -53736,7 +56168,7 @@ "html_url": "https://github.com/Codertocat/Hello-World", "description": null, "fork": false, - "url": "https://github.com/Codertocat/Hello-World", + "url": "https://api.github.com/repos/Codertocat/Hello-World", "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", @@ -53773,9 +56205,9 @@ "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": 1557933565, + "created_at": "2019-05-15T15:19:25Z", "updated_at": "2019-05-15T15:20:41Z", - "pushed_at": 1557933657, + "pushed_at": "2019-05-15T15:20:52Z", "git_url": "git://github.com/Codertocat/Hello-World.git", "ssh_url": "git@github.com:Codertocat/Hello-World.git", "clone_url": "https://github.com/Codertocat/Hello-World.git", @@ -53800,26 +56232,7 @@ "open_issues": 2, "watchers": 0, "default_branch": "master", - "stargazers": 0, - "master_branch": "master" - }, - "organization": { - "login": "Octocoders", - "id": 38302899, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjM4MzAyODk5", - "url": "https://api.github.com/orgs/Octocoders", - "repos_url": "https://api.github.com/orgs/Octocoders/repos", - "events_url": "https://api.github.com/orgs/Octocoders/events", - "hooks_url": "https://api.github.com/orgs/Octocoders/hooks", - "issues_url": "https://api.github.com/orgs/Octocoders/issues", - "members_url": "https://api.github.com/orgs/Octocoders/members{/member}", - "public_members_url": "https://api.github.com/orgs/Octocoders/public_members{/member}", - "avatar_url": "https://avatars1.githubusercontent.com/u/38302899?v=4", - "description": "" - }, - "pusher": { - "name": "Codertocat", - "email": "21031067+Codertocat@users.noreply.github.com" + "is_template": false }, "sender": { "login": "Codertocat", @@ -53840,55 +56253,15 @@ "received_events_url": "https://api.github.com/users/Codertocat/received_events", "type": "User", "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" } - } - ] - }, - { - "name": "release", - "description": "Activity related to a release. The type of activity is specified in the `action` property of the payload object. For more information, see the \"[releases](https://docs.github.com/en/rest/reference/repos#releases)\" REST API.", - "actions": [ - "created", - "deleted", - "edited", - "prereleased", - "published", - "released", - "unpublished" - ], - "properties": { - "changes[body][from]": { - "type": "string", - "description": "The previous version of the body if the action was `edited`." }, - "changes[name][from]": { - "type": "string", - "description": "The previous version of the name if the action was `edited`." - }, - "release": { - "type": "object", - "description": "The [release](https://docs.github.com/en/rest/reference/repos/#get-a-release) object." - }, - "repository": { - "type": "object", - "description": "The [`repository`](https://docs.github.com/en/rest/reference/repos#get-a-repository) where the event occurred." - }, - "organization": { - "type": "object", - "description": "Webhook payloads contain the [`organization`](https://docs.github.com/en/rest/reference/orgs#get-an-organization) object when the webhook is configured for an organization or the event occurs from activity in a repository owned by an organization." - }, - "installation": { - "type": "object", - "description": "The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured for and sent to a GitHub App." - }, - "sender": { - "type": "object", - "description": "The user that triggered the event." - } - }, - "examples": [ { - "action": "published", + "action": "edited", + "changes": { "name": { "from": "FOO" }, "body": { "from": "" } }, "release": { "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", @@ -53898,7 +56271,7 @@ "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", "tag_name": "0.0.1", "target_commitish": "master", - "name": null, + "name": "", "draft": false, "author": { "login": "Codertocat", @@ -53926,7 +56299,7 @@ "assets": [], "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", - "body": null + "body": "" }, "repository": { "id": 186853002, @@ -54020,7 +56393,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -54044,7 +56418,8 @@ } }, { - "action": "created", + "action": "edited", + "changes": { "name": { "from": "FOO" }, "body": { "from": "" } }, "release": { "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", @@ -54082,7 +56457,19 @@ "assets": [], "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", - "body": "" + "body": "", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -54176,7 +56563,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -54200,7 +56588,7 @@ } }, { - "action": "created", + "action": "prereleased", "release": { "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", @@ -54232,7 +56620,7 @@ "type": "User", "site_admin": false }, - "prerelease": false, + "prerelease": true, "created_at": "2019-05-15T15:19:25Z", "published_at": "2019-05-15T15:20:53Z", "assets": [], @@ -54332,7 +56720,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -54353,14 +56742,10 @@ "received_events_url": "https://api.github.com/users/Codertocat/received_events", "type": "User", "site_admin": false - }, - "installation": { - "id": 1, - "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" } }, { - "action": "deleted", + "action": "prereleased", "release": { "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", @@ -54392,13 +56777,14 @@ "type": "User", "site_admin": false }, - "prerelease": false, + "prerelease": true, "created_at": "2019-05-15T15:19:25Z", "published_at": "2019-05-15T15:20:53Z", "assets": [], "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", - "body": "" + "body": "", + "discussion_url": "https://github.com/Codertocat/Hello-World/discussions/4" }, "repository": { "id": 186853002, @@ -54492,7 +56878,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -54513,15 +56900,10 @@ "received_events_url": "https://api.github.com/users/Codertocat/received_events", "type": "User", "site_admin": false - }, - "installation": { - "id": 1, - "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" } }, { - "action": "edited", - "changes": { "name": { "from": "FOO" }, "body": { "from": "" } }, + "action": "published", "release": { "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", @@ -54653,163 +57035,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" - }, - "sender": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - } - }, - { - "action": "prereleased", - "release": { - "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", - "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", - "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", - "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", - "id": 17372790, - "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", - "tag_name": "0.0.1", - "target_commitish": "master", - "name": "", - "draft": false, - "author": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "prerelease": true, - "created_at": "2019-05-15T15:19:25Z", - "published_at": "2019-05-15T15:20:53Z", - "assets": [], - "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", - "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", - "body": "" - }, - "repository": { - "id": 186853002, - "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", - "name": "Hello-World", - "full_name": "Codertocat/Hello-World", - "private": false, - "owner": { - "login": "Codertocat", - "id": 21031067, - "node_id": "MDQ6VXNlcjIxMDMxMDY3", - "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/Codertocat", - "html_url": "https://github.com/Codertocat", - "followers_url": "https://api.github.com/users/Codertocat/followers", - "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", - "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", - "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", - "organizations_url": "https://api.github.com/users/Codertocat/orgs", - "repos_url": "https://api.github.com/users/Codertocat/repos", - "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", - "received_events_url": "https://api.github.com/users/Codertocat/received_events", - "type": "User", - "site_admin": false - }, - "html_url": "https://github.com/Codertocat/Hello-World", - "description": null, - "fork": false, - "url": "https://api.github.com/repos/Codertocat/Hello-World", - "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", - "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", - "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", - "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", - "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", - "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", - "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", - "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", - "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", - "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", - "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", - "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", - "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", - "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", - "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", - "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", - "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", - "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", - "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", - "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", - "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", - "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", - "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", - "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", - "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", - "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", - "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", - "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", - "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", - "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", - "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", - "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", - "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", - "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", - "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", - "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", - "created_at": "2019-05-15T15:19:25Z", - "updated_at": "2019-05-15T15:20:41Z", - "pushed_at": "2019-05-15T15:20:52Z", - "git_url": "git://github.com/Codertocat/Hello-World.git", - "ssh_url": "git@github.com:Codertocat/Hello-World.git", - "clone_url": "https://github.com/Codertocat/Hello-World.git", - "svn_url": "https://github.com/Codertocat/Hello-World", - "homepage": null, - "size": 0, - "stargazers_count": 0, - "watchers_count": 0, - "language": "Ruby", - "has_issues": true, - "has_projects": true, - "has_downloads": true, - "has_wiki": true, - "has_pages": true, - "forks_count": 1, - "mirror_url": null, - "archived": false, - "disabled": false, - "open_issues_count": 2, - "license": null, - "forks": 1, - "open_issues": 2, - "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -54871,7 +57098,8 @@ "assets": [], "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", - "body": "" + "body": "", + "discussion_url": "https://github.com/Codertocat/Hello-World/discussions/4" }, "repository": { "id": 186853002, @@ -54965,7 +57193,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -55121,7 +57350,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -55383,7 +57613,8 @@ "forks": 1, "open_issues": 23, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "octo-org", @@ -55670,7 +57901,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -55801,7 +58033,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -55937,7 +58170,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -56069,7 +58303,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -56200,7 +58435,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -56317,7 +58553,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -56448,7 +58685,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -56565,7 +58803,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -56697,7 +58936,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -56858,7 +59098,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -57001,7 +59242,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -57148,7 +59390,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -57433,7 +59676,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -57725,7 +59969,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "github", @@ -57852,7 +60097,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "github", @@ -57977,7 +60223,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -58138,7 +60385,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "github", @@ -58429,7 +60677,8 @@ "forks": 0, "open_issues": 3, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Codertocat", @@ -59225,7 +61474,8 @@ "forks": 0, "open_issues": 2, "watchers": 1, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -59343,7 +61593,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -59837,7 +62088,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -60021,7 +62273,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -60245,7 +62498,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -60582,7 +62836,8 @@ "open_issues": 0, "watchers": 0, "default_branch": "master", - "permissions": { "pull": true, "push": false, "admin": false } + "permissions": { "pull": true, "push": false, "admin": false }, + "is_template": false }, "organization": { "login": "Octocoders", @@ -60900,7 +63155,8 @@ "push": false, "maintain": false, "admin": false - } + }, + "is_template": false }, "organization": { "login": "Octocoders", @@ -61219,7 +63475,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -61362,7 +63619,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -61639,7 +63897,8 @@ "forks": 0, "open_issues": 2, "watchers": 1, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -61756,7 +64015,8 @@ "forks": 0, "open_issues": 2, "watchers": 1, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -62017,7 +64277,8 @@ "forks": 1, "open_issues": 23, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "octo-org", @@ -62440,7 +64701,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -62657,7 +64919,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -62818,7 +65081,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -62960,7 +65224,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", @@ -63111,7 +65376,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", @@ -63422,7 +65688,8 @@ "updated_at": "2020-10-05T16:32:10Z", "url": "https://api.github.com/repos/octo-org/octo-repo", "watchers": 1, - "watchers_count": 1 + "watchers_count": 1, + "is_template": false }, "sender": { "avatar_url": "https://avatars0.githubusercontent.com/u/15669918?v=4", @@ -63742,7 +66009,8 @@ "updated_at": "2020-10-05T16:32:10Z", "url": "https://api.github.com/repos/octo-org/octo-repo", "watchers": 1, - "watchers_count": 1 + "watchers_count": 1, + "is_template": false }, "sender": { "avatar_url": "https://avatars0.githubusercontent.com/u/15669918?v=4", @@ -64086,7 +66354,8 @@ "updated_at": "2020-10-05T16:32:10Z", "url": "https://api.github.com/repos/octo-org/octo-repo", "watchers": 1, - "watchers_count": 1 + "watchers_count": 1, + "is_template": false }, "sender": { "avatar_url": "https://avatars0.githubusercontent.com/u/15669918?v=4", @@ -64406,7 +66675,8 @@ "updated_at": "2020-10-05T16:32:10Z", "url": "https://api.github.com/repos/octo-org/octo-repo", "watchers": 1, - "watchers_count": 1 + "watchers_count": 1, + "is_template": false }, "sender": { "avatar_url": "https://avatars0.githubusercontent.com/u/15669918?v=4", diff --git a/payload-examples/api.github.com/issue_comment/created.1.payload.json b/payload-examples/api.github.com/issue_comment/created.1.payload.json index b68362507..b1a47ae51 100644 --- a/payload-examples/api.github.com/issue_comment/created.1.payload.json +++ b/payload-examples/api.github.com/issue_comment/created.1.payload.json @@ -54,6 +54,18 @@ "author_association": "OWNER", "active_lock_reason": null, "body": "", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, "performed_via_github_app": null }, "comment": { @@ -86,6 +98,18 @@ "updated_at": "2019-05-15T15:20:21Z", "author_association": "OWNER", "body": "You are totally right! I'll get this fixed right away.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, "performed_via_github_app": null }, "repository": { @@ -180,7 +204,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issue_comment/created.payload.json b/payload-examples/api.github.com/issue_comment/created.payload.json index 97a97706e..2073ed83c 100644 --- a/payload-examples/api.github.com/issue_comment/created.payload.json +++ b/payload-examples/api.github.com/issue_comment/created.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -161,7 +173,19 @@ "updated_at": "2019-05-15T15:20:21Z", "author_association": "OWNER", "performed_via_github_app": null, - "body": "You are totally right! I'll get this fixed right away." + "body": "You are totally right! I'll get this fixed right away.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -255,7 +279,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issue_comment/created.with-installation.payload.json b/payload-examples/api.github.com/issue_comment/created.with-installation.payload.json index bcfdfde62..045c21db4 100644 --- a/payload-examples/api.github.com/issue_comment/created.with-installation.payload.json +++ b/payload-examples/api.github.com/issue_comment/created.with-installation.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -161,7 +173,19 @@ "updated_at": "2019-05-15T15:20:21Z", "author_association": "OWNER", "performed_via_github_app": null, - "body": "You are totally right! I'll get this fixed right away." + "body": "You are totally right! I'll get this fixed right away.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -255,7 +279,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issue_comment/created.with-organization.payload.json b/payload-examples/api.github.com/issue_comment/created.with-organization.payload.json index 65e14b384..e67feccfc 100644 --- a/payload-examples/api.github.com/issue_comment/created.with-organization.payload.json +++ b/payload-examples/api.github.com/issue_comment/created.with-organization.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -161,7 +173,19 @@ "updated_at": "2019-05-15T15:20:21Z", "author_association": "OWNER", "performed_via_github_app": null, - "body": "You are totally right! I'll get this fixed right away." + "body": "You are totally right! I'll get this fixed right away.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -255,7 +279,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issue_comment/deleted.payload.json b/payload-examples/api.github.com/issue_comment/deleted.payload.json index dcba92ff2..db7aba4a9 100644 --- a/payload-examples/api.github.com/issue_comment/deleted.payload.json +++ b/payload-examples/api.github.com/issue_comment/deleted.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -161,7 +173,19 @@ "updated_at": "2019-05-15T15:20:22Z", "author_association": "OWNER", "performed_via_github_app": null, - "body": "You are totally right! I'll get this fixed today." + "body": "You are totally right! I'll get this fixed today.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -255,7 +279,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issue_comment/deleted.with-organization.payload.json b/payload-examples/api.github.com/issue_comment/deleted.with-organization.payload.json index fcbd6a6dd..c9ad544e5 100644 --- a/payload-examples/api.github.com/issue_comment/deleted.with-organization.payload.json +++ b/payload-examples/api.github.com/issue_comment/deleted.with-organization.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -161,7 +173,19 @@ "updated_at": "2019-05-15T15:20:22Z", "author_association": "OWNER", "performed_via_github_app": null, - "body": "You are totally right! I'll get this fixed today." + "body": "You are totally right! I'll get this fixed today.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -255,7 +279,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issue_comment/edited.payload.json b/payload-examples/api.github.com/issue_comment/edited.payload.json index 96fb1320c..96ab6bc5b 100644 --- a/payload-examples/api.github.com/issue_comment/edited.payload.json +++ b/payload-examples/api.github.com/issue_comment/edited.payload.json @@ -132,7 +132,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -163,8 +175,20 @@ "created_at": "2019-05-15T15:20:21Z", "updated_at": "2019-05-15T15:20:22Z", "author_association": "OWNER", + "performed_via_github_app": null, "body": "You are totally right! I'll get this fixed today.", - "performed_via_github_app": null + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -258,7 +282,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issue_comment/edited.with-organization.payload.json b/payload-examples/api.github.com/issue_comment/edited.with-organization.payload.json index 88a3cf89b..c676ccf8c 100644 --- a/payload-examples/api.github.com/issue_comment/edited.with-organization.payload.json +++ b/payload-examples/api.github.com/issue_comment/edited.with-organization.payload.json @@ -132,7 +132,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "comment": { "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400", @@ -163,8 +175,20 @@ "created_at": "2019-05-15T15:20:21Z", "updated_at": "2019-05-15T15:20:22Z", "author_association": "OWNER", + "performed_via_github_app": null, "body": "You are totally right! I'll get this fixed today.", - "performed_via_github_app": null + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments/492700400/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -258,7 +282,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issues/assigned.payload.json b/payload-examples/api.github.com/issues/assigned.payload.json index cd36bcf42..a406c163a 100644 --- a/payload-examples/api.github.com/issues/assigned.payload.json +++ b/payload-examples/api.github.com/issues/assigned.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "assignee": { "login": "Codertocat", @@ -243,7 +255,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/assigned.with-installation.payload.json b/payload-examples/api.github.com/issues/assigned.with-installation.payload.json index 87980bb71..a27abc30d 100644 --- a/payload-examples/api.github.com/issues/assigned.with-installation.payload.json +++ b/payload-examples/api.github.com/issues/assigned.with-installation.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "assignee": { "login": "Codertocat", @@ -243,7 +255,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/assigned.with-organization.payload.json b/payload-examples/api.github.com/issues/assigned.with-organization.payload.json index 51d947fc3..1c92835e5 100644 --- a/payload-examples/api.github.com/issues/assigned.with-organization.payload.json +++ b/payload-examples/api.github.com/issues/assigned.with-organization.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "assignee": { "login": "Codertocat", @@ -243,7 +255,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issues/demilestoned.payload.json b/payload-examples/api.github.com/issues/demilestoned.payload.json index b6498c653..35c9daaf0 100644 --- a/payload-examples/api.github.com/issues/demilestoned.payload.json +++ b/payload-examples/api.github.com/issues/demilestoned.payload.json @@ -80,7 +80,19 @@ "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch" }, - "body": "This is a pretty simple change that we need to pull into master." + "body": "This is a pretty simple change that we need to pull into master.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "milestone": { "url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1", @@ -211,7 +223,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/demilestoned.with-organization.payload.json b/payload-examples/api.github.com/issues/demilestoned.with-organization.payload.json index e82121d6e..cfe922f8d 100644 --- a/payload-examples/api.github.com/issues/demilestoned.with-organization.payload.json +++ b/payload-examples/api.github.com/issues/demilestoned.with-organization.payload.json @@ -80,7 +80,19 @@ "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch" }, - "body": "This is a pretty simple change that we need to pull into master." + "body": "This is a pretty simple change that we need to pull into master.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "milestone": { "url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1", @@ -211,7 +223,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issues/edited.payload.json b/payload-examples/api.github.com/issues/edited.payload.json index d365ad598..d0bebf72e 100644 --- a/payload-examples/api.github.com/issues/edited.payload.json +++ b/payload-examples/api.github.com/issues/edited.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "changes": {}, "repository": { @@ -224,7 +236,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/edited.with-organization.payload.json b/payload-examples/api.github.com/issues/edited.with-organization.payload.json index d284082d7..97532ff93 100644 --- a/payload-examples/api.github.com/issues/edited.with-organization.payload.json +++ b/payload-examples/api.github.com/issues/edited.with-organization.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "changes": {}, "repository": { @@ -224,7 +236,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issues/labeled.payload.json b/payload-examples/api.github.com/issues/labeled.payload.json index 951b5f76e..e34d51139 100644 --- a/payload-examples/api.github.com/issues/labeled.payload.json +++ b/payload-examples/api.github.com/issues/labeled.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "label": { "id": 1362934389, @@ -232,7 +244,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/labeled.with-organization.payload.json b/payload-examples/api.github.com/issues/labeled.with-organization.payload.json index e25beb26c..98861076d 100644 --- a/payload-examples/api.github.com/issues/labeled.with-organization.payload.json +++ b/payload-examples/api.github.com/issues/labeled.with-organization.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "label": { "id": 1362934389, @@ -232,7 +244,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issues/locked.payload.json b/payload-examples/api.github.com/issues/locked.payload.json index 93e65a309..6adf711f5 100644 --- a/payload-examples/api.github.com/issues/locked.payload.json +++ b/payload-examples/api.github.com/issues/locked.payload.json @@ -74,7 +74,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": "spam", - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -168,7 +180,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/locked.with-organization.payload.json b/payload-examples/api.github.com/issues/locked.with-organization.payload.json index 469b4a32c..842f70f69 100644 --- a/payload-examples/api.github.com/issues/locked.with-organization.payload.json +++ b/payload-examples/api.github.com/issues/locked.with-organization.payload.json @@ -74,7 +74,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": "spam", - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -168,7 +180,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issues/milestoned.payload.json b/payload-examples/api.github.com/issues/milestoned.payload.json index eb169e10b..9c1e09261 100644 --- a/payload-examples/api.github.com/issues/milestoned.payload.json +++ b/payload-examples/api.github.com/issues/milestoned.payload.json @@ -135,7 +135,19 @@ "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch" }, - "body": "This is a pretty simple change that we need to pull into master." + "body": "This is a pretty simple change that we need to pull into master.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "milestone": { "url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1", @@ -266,7 +278,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/milestoned.with-organization.payload.json b/payload-examples/api.github.com/issues/milestoned.with-organization.payload.json index e19a76c2d..6884a2fdc 100644 --- a/payload-examples/api.github.com/issues/milestoned.with-organization.payload.json +++ b/payload-examples/api.github.com/issues/milestoned.with-organization.payload.json @@ -135,7 +135,19 @@ "diff_url": "https://github.com/Codertocat/Hello-World/pull/2.diff", "patch_url": "https://github.com/Codertocat/Hello-World/pull/2.patch" }, - "body": "This is a pretty simple change that we need to pull into master." + "body": "This is a pretty simple change that we need to pull into master.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "milestone": { "url": "https://api.github.com/repos/Codertocat/Hello-World/milestones/1", @@ -266,7 +278,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issues/opened.payload.json b/payload-examples/api.github.com/issues/opened.payload.json index b1a14ab03..5a3e78d3c 100644 --- a/payload-examples/api.github.com/issues/opened.payload.json +++ b/payload-examples/api.github.com/issues/opened.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -223,7 +235,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/opened.with-empty-body.payload.json b/payload-examples/api.github.com/issues/opened.with-empty-body.payload.json index 67ee143d8..f9278e750 100644 --- a/payload-examples/api.github.com/issues/opened.with-empty-body.payload.json +++ b/payload-examples/api.github.com/issues/opened.with-empty-body.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": null + "body": null, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -223,7 +235,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/opened.with-organization.payload.json b/payload-examples/api.github.com/issues/opened.with-organization.payload.json index 8a5fdad83..68080954b 100644 --- a/payload-examples/api.github.com/issues/opened.with-organization.payload.json +++ b/payload-examples/api.github.com/issues/opened.with-organization.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -223,7 +235,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issues/opened.with-transfer.payload.json b/payload-examples/api.github.com/issues/opened.with-transfer.payload.json index a995e4d95..b086d2374 100644 --- a/payload-examples/api.github.com/issues/opened.with-transfer.payload.json +++ b/payload-examples/api.github.com/issues/opened.with-transfer.payload.json @@ -45,7 +45,19 @@ "author_association": "OWNER", "active_lock_reason": null, "body": "", - "performed_via_github_app": null + "performed_via_github_app": null, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "old_repository": { "id": 17273051, @@ -139,7 +151,8 @@ "forks": 0, "open_issues": 39, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false } }, "issue": { @@ -271,7 +284,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -365,7 +390,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/pinned.payload.json b/payload-examples/api.github.com/issues/pinned.payload.json index d72be4ff4..8b3bfd014 100644 --- a/payload-examples/api.github.com/issues/pinned.payload.json +++ b/payload-examples/api.github.com/issues/pinned.payload.json @@ -61,7 +61,19 @@ "author_association": "OWNER", "body": "It looks like you accidently spelled 'commit' with two 't's.", "active_lock_reason": null, - "performed_via_github_app": null + "performed_via_github_app": null, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -155,7 +167,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/transferred.payload.json b/payload-examples/api.github.com/issues/transferred.payload.json index 238b3e34e..e330963ed 100644 --- a/payload-examples/api.github.com/issues/transferred.payload.json +++ b/payload-examples/api.github.com/issues/transferred.payload.json @@ -44,7 +44,19 @@ "author_association": "OWNER", "active_lock_reason": null, "body": "", - "performed_via_github_app": null + "performed_via_github_app": null, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "changes": { "new_issue": { @@ -176,7 +188,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "new_repository": { "id": 186853002, @@ -270,7 +294,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "repository": { @@ -365,7 +390,8 @@ "forks": 0, "open_issues": 39, "watchers": 0, - "default_branch": "main" + "default_branch": "main", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/unassigned.payload.json b/payload-examples/api.github.com/issues/unassigned.payload.json index 65c5aea31..2bf0f27ce 100644 --- a/payload-examples/api.github.com/issues/unassigned.payload.json +++ b/payload-examples/api.github.com/issues/unassigned.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "assignee": { "login": "Codertocat", @@ -243,7 +255,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/unassigned.with-organization.payload.json b/payload-examples/api.github.com/issues/unassigned.with-organization.payload.json index 9b0acc2e3..555831608 100644 --- a/payload-examples/api.github.com/issues/unassigned.with-organization.payload.json +++ b/payload-examples/api.github.com/issues/unassigned.with-organization.payload.json @@ -129,7 +129,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "assignee": { "login": "Codertocat", @@ -243,7 +255,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issues/unlabeled.payload.json b/payload-examples/api.github.com/issues/unlabeled.payload.json index 508efeda8..051915060 100644 --- a/payload-examples/api.github.com/issues/unlabeled.payload.json +++ b/payload-examples/api.github.com/issues/unlabeled.payload.json @@ -74,7 +74,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "label": { "id": 1362934389, @@ -177,7 +189,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/unlabeled.with-organization.payload.json b/payload-examples/api.github.com/issues/unlabeled.with-organization.payload.json index 503a7852a..0038fa28e 100644 --- a/payload-examples/api.github.com/issues/unlabeled.with-organization.payload.json +++ b/payload-examples/api.github.com/issues/unlabeled.with-organization.payload.json @@ -74,7 +74,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "label": { "id": 1362934389, @@ -177,7 +189,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/issues/unlocked.payload.json b/payload-examples/api.github.com/issues/unlocked.payload.json index c403e8ef8..40f93e83b 100644 --- a/payload-examples/api.github.com/issues/unlocked.payload.json +++ b/payload-examples/api.github.com/issues/unlocked.payload.json @@ -74,7 +74,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -168,7 +180,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/issues/unlocked.with-organization.payload.json b/payload-examples/api.github.com/issues/unlocked.with-organization.payload.json index 2de96b28b..3e0ad8a5e 100644 --- a/payload-examples/api.github.com/issues/unlocked.with-organization.payload.json +++ b/payload-examples/api.github.com/issues/unlocked.with-organization.payload.json @@ -74,7 +74,19 @@ "closed_at": null, "author_association": "OWNER", "active_lock_reason": null, - "body": "It looks like you accidently spelled 'commit' with two 't's." + "body": "It looks like you accidently spelled 'commit' with two 't's.", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/issues/1/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } }, "repository": { "id": 186853002, @@ -168,7 +180,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/label/created.1.payload.json b/payload-examples/api.github.com/label/created.1.payload.json index 861c1bf58..034ffa7f4 100644 --- a/payload-examples/api.github.com/label/created.1.payload.json +++ b/payload-examples/api.github.com/label/created.1.payload.json @@ -101,7 +101,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/label/created.payload.json b/payload-examples/api.github.com/label/created.payload.json index 7ba785d02..864fdd9cb 100644 --- a/payload-examples/api.github.com/label/created.payload.json +++ b/payload-examples/api.github.com/label/created.payload.json @@ -101,7 +101,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/label/created.with-installation.payload.json b/payload-examples/api.github.com/label/created.with-installation.payload.json index a20b19656..96ec20f47 100644 --- a/payload-examples/api.github.com/label/created.with-installation.payload.json +++ b/payload-examples/api.github.com/label/created.with-installation.payload.json @@ -101,7 +101,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/label/deleted.payload.json b/payload-examples/api.github.com/label/deleted.payload.json index 606514301..b9095d88b 100644 --- a/payload-examples/api.github.com/label/deleted.payload.json +++ b/payload-examples/api.github.com/label/deleted.payload.json @@ -101,7 +101,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/label/edited.payload.json b/payload-examples/api.github.com/label/edited.payload.json index aaf279141..ea4d5798a 100644 --- a/payload-examples/api.github.com/label/edited.payload.json +++ b/payload-examples/api.github.com/label/edited.payload.json @@ -102,7 +102,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/member/added.payload.json b/payload-examples/api.github.com/member/added.payload.json index 1e10681e8..6c9ba6892 100644 --- a/payload-examples/api.github.com/member/added.payload.json +++ b/payload-examples/api.github.com/member/added.payload.json @@ -112,7 +112,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "hacktocat", diff --git a/payload-examples/api.github.com/member/added.with-installation.payload.json b/payload-examples/api.github.com/member/added.with-installation.payload.json index 111a7a6be..a90dde270 100644 --- a/payload-examples/api.github.com/member/added.with-installation.payload.json +++ b/payload-examples/api.github.com/member/added.with-installation.payload.json @@ -112,7 +112,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "hacktocat", diff --git a/payload-examples/api.github.com/member/edited.payload.json b/payload-examples/api.github.com/member/edited.payload.json index 411f2c519..0fa742372 100644 --- a/payload-examples/api.github.com/member/edited.payload.json +++ b/payload-examples/api.github.com/member/edited.payload.json @@ -112,7 +112,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/meta/deleted.payload.json b/payload-examples/api.github.com/meta/deleted.payload.json index 4ded71d02..4afc589ef 100644 --- a/payload-examples/api.github.com/meta/deleted.payload.json +++ b/payload-examples/api.github.com/meta/deleted.payload.json @@ -10,7 +10,8 @@ "config": { "content_type": "json", "insecure_ssl": "0", - "url": "http://example.com/hook" + "url": "http://example.com/hook", + "secret": "********" }, "updated_at": "2019-04-10T03:57:12Z", "created_at": "2019-04-10T03:57:12Z" @@ -106,7 +107,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/milestone/closed.payload.json b/payload-examples/api.github.com/milestone/closed.payload.json index aa46c4210..60010df53 100644 --- a/payload-examples/api.github.com/milestone/closed.payload.json +++ b/payload-examples/api.github.com/milestone/closed.payload.json @@ -129,7 +129,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/milestone/closed.with-installation.payload.json b/payload-examples/api.github.com/milestone/closed.with-installation.payload.json index 25b424268..ab770f05e 100644 --- a/payload-examples/api.github.com/milestone/closed.with-installation.payload.json +++ b/payload-examples/api.github.com/milestone/closed.with-installation.payload.json @@ -129,7 +129,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/milestone/created.payload.json b/payload-examples/api.github.com/milestone/created.payload.json index c4e15bc78..2903ab5b2 100644 --- a/payload-examples/api.github.com/milestone/created.payload.json +++ b/payload-examples/api.github.com/milestone/created.payload.json @@ -129,7 +129,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/milestone/deleted.payload.json b/payload-examples/api.github.com/milestone/deleted.payload.json index 9c0426d62..3011d2629 100644 --- a/payload-examples/api.github.com/milestone/deleted.payload.json +++ b/payload-examples/api.github.com/milestone/deleted.payload.json @@ -129,7 +129,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/package/published.payload.json b/payload-examples/api.github.com/package/published.payload.json index 926c2441b..e94d11670 100644 --- a/payload-examples/api.github.com/package/published.payload.json +++ b/payload-examples/api.github.com/package/published.payload.json @@ -219,7 +219,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/page_build/payload.json b/payload-examples/api.github.com/page_build/payload.json index 06a54d10a..5fa08b2a3 100644 --- a/payload-examples/api.github.com/page_build/payload.json +++ b/payload-examples/api.github.com/page_build/payload.json @@ -121,7 +121,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/page_build/with-installation.payload.json b/payload-examples/api.github.com/page_build/with-installation.payload.json index 8f8adc8e0..417147104 100644 --- a/payload-examples/api.github.com/page_build/with-installation.payload.json +++ b/payload-examples/api.github.com/page_build/with-installation.payload.json @@ -121,7 +121,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/ping/payload.json b/payload-examples/api.github.com/ping/payload.json index 35721c4ad..d23506dee 100644 --- a/payload-examples/api.github.com/ping/payload.json +++ b/payload-examples/api.github.com/ping/payload.json @@ -17,6 +17,7 @@ "url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940", "test_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/test", "ping_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/pings", + "deliveries_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/deliveries", "last_response": { "code": null, "status": "unused", "message": null } }, "repository": { @@ -111,7 +112,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/ping/with-app_id.payload.json b/payload-examples/api.github.com/ping/with-app_id.payload.json index e906c168c..1cfc18a53 100644 --- a/payload-examples/api.github.com/ping/with-app_id.payload.json +++ b/payload-examples/api.github.com/ping/with-app_id.payload.json @@ -18,6 +18,7 @@ "url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940", "test_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/test", "ping_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/pings", + "deliveries_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/deliveries", "last_response": { "code": null, "status": "unused", "message": null } }, "repository": { @@ -112,7 +113,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/ping/with-organization.payload.json b/payload-examples/api.github.com/ping/with-organization.payload.json index 6c1cc8fce..c4e02d405 100644 --- a/payload-examples/api.github.com/ping/with-organization.payload.json +++ b/payload-examples/api.github.com/ping/with-organization.payload.json @@ -31,7 +31,8 @@ "updated_at": "2020-12-06T00:30:50Z", "created_at": "2020-12-06T00:30:50Z", "url": "https://api.github.com/orgs/Octocoders/hooks/266738161", - "ping_url": "https://api.github.com/orgs/Octocoders/hooks/266738161/pings" + "ping_url": "https://api.github.com/orgs/Octocoders/hooks/266738161/pings", + "deliveries_url": "https://api.github.com/repos/Octocoders/Hello-World/hooks/109948940/deliveries" }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/project/created.payload.json b/payload-examples/api.github.com/project/created.payload.json index a25b490f3..fb01ff984 100644 --- a/payload-examples/api.github.com/project/created.payload.json +++ b/payload-examples/api.github.com/project/created.payload.json @@ -126,7 +126,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/project/created.with-installation.payload.json b/payload-examples/api.github.com/project/created.with-installation.payload.json index 037c2e7c2..0c5a29a57 100644 --- a/payload-examples/api.github.com/project/created.with-installation.payload.json +++ b/payload-examples/api.github.com/project/created.with-installation.payload.json @@ -126,7 +126,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/project_card/created.payload.json b/payload-examples/api.github.com/project_card/created.payload.json index 0bbdc019f..dd6d80940 100644 --- a/payload-examples/api.github.com/project_card/created.payload.json +++ b/payload-examples/api.github.com/project_card/created.payload.json @@ -125,7 +125,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/project_card/created.with-installation.payload.json b/payload-examples/api.github.com/project_card/created.with-installation.payload.json index 41370cc1a..3894ce899 100644 --- a/payload-examples/api.github.com/project_card/created.with-installation.payload.json +++ b/payload-examples/api.github.com/project_card/created.with-installation.payload.json @@ -125,7 +125,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/project_card/created.with-no-note.payload.json b/payload-examples/api.github.com/project_card/created.with-no-note.payload.json index 9a5bc0777..5137619fa 100644 --- a/payload-examples/api.github.com/project_card/created.with-no-note.payload.json +++ b/payload-examples/api.github.com/project_card/created.with-no-note.payload.json @@ -125,7 +125,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/project_card/created.with-organization.payload.json b/payload-examples/api.github.com/project_card/created.with-organization.payload.json index 6668dfeea..9b8265508 100644 --- a/payload-examples/api.github.com/project_card/created.with-organization.payload.json +++ b/payload-examples/api.github.com/project_card/created.with-organization.payload.json @@ -125,7 +125,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/project_card/deleted.payload.json b/payload-examples/api.github.com/project_card/deleted.payload.json index 9b4df0225..5c4c401f4 100644 --- a/payload-examples/api.github.com/project_card/deleted.payload.json +++ b/payload-examples/api.github.com/project_card/deleted.payload.json @@ -125,7 +125,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/project_card/deleted.with-installation.payload.json b/payload-examples/api.github.com/project_card/deleted.with-installation.payload.json index 96f180c1b..33f6927f9 100644 --- a/payload-examples/api.github.com/project_card/deleted.with-installation.payload.json +++ b/payload-examples/api.github.com/project_card/deleted.with-installation.payload.json @@ -125,7 +125,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/project_card/deleted.with-organization.payload.json b/payload-examples/api.github.com/project_card/deleted.with-organization.payload.json index 68ddc33d8..d82d7ac8e 100644 --- a/payload-examples/api.github.com/project_card/deleted.with-organization.payload.json +++ b/payload-examples/api.github.com/project_card/deleted.with-organization.payload.json @@ -125,7 +125,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/project_card/moved.payload.json b/payload-examples/api.github.com/project_card/moved.payload.json index f5335a1ae..8ada749cd 100644 --- a/payload-examples/api.github.com/project_card/moved.payload.json +++ b/payload-examples/api.github.com/project_card/moved.payload.json @@ -127,7 +127,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/project_column/created.payload.json b/payload-examples/api.github.com/project_column/created.payload.json index 813b06247..e8520863d 100644 --- a/payload-examples/api.github.com/project_column/created.payload.json +++ b/payload-examples/api.github.com/project_column/created.payload.json @@ -102,7 +102,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/project_column/created.with-installation.payload.json b/payload-examples/api.github.com/project_column/created.with-installation.payload.json index 0e90dd383..cbb2f9a3c 100644 --- a/payload-examples/api.github.com/project_column/created.with-installation.payload.json +++ b/payload-examples/api.github.com/project_column/created.with-installation.payload.json @@ -102,7 +102,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/project_column/edited.payload.json b/payload-examples/api.github.com/project_column/edited.payload.json index 4cf98729f..0c0acef84 100644 --- a/payload-examples/api.github.com/project_column/edited.payload.json +++ b/payload-examples/api.github.com/project_column/edited.payload.json @@ -103,7 +103,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/public/payload.json b/payload-examples/api.github.com/public/payload.json index fbee5cfc2..131cdc6ce 100644 --- a/payload-examples/api.github.com/public/payload.json +++ b/payload-examples/api.github.com/public/payload.json @@ -91,7 +91,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/public/with-installation.payload.json b/payload-examples/api.github.com/public/with-installation.payload.json index 0145ba72e..e0087abd7 100644 --- a/payload-examples/api.github.com/public/with-installation.payload.json +++ b/payload-examples/api.github.com/public/with-installation.payload.json @@ -91,7 +91,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/pull_request/assigned.payload.json b/payload-examples/api.github.com/pull_request/assigned.payload.json index d4737e153..692b8dee6 100644 --- a/payload-examples/api.github.com/pull_request/assigned.payload.json +++ b/payload-examples/api.github.com/pull_request/assigned.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -493,7 +495,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/assigned.with-organization.payload.json b/payload-examples/api.github.com/pull_request/assigned.with-organization.payload.json index d0dc3c8f2..94862141d 100644 --- a/payload-examples/api.github.com/pull_request/assigned.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request/assigned.with-organization.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -507,7 +509,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/closed.payload.json b/payload-examples/api.github.com/pull_request/closed.payload.json index 2cd87a95a..7cfcc598b 100644 --- a/payload-examples/api.github.com/pull_request/closed.payload.json +++ b/payload-examples/api.github.com/pull_request/closed.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/closed.with-organization.payload.json b/payload-examples/api.github.com/pull_request/closed.with-organization.payload.json index 8b7c676ea..54a029232 100644 --- a/payload-examples/api.github.com/pull_request/closed.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request/closed.with-organization.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/converted_to_draft.payload.json b/payload-examples/api.github.com/pull_request/converted_to_draft.payload.json index 8d6c76d09..68ad2cd2d 100644 --- a/payload-examples/api.github.com/pull_request/converted_to_draft.payload.json +++ b/payload-examples/api.github.com/pull_request/converted_to_draft.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/pull_request/converted_to_draft.with-installation.payload.json b/payload-examples/api.github.com/pull_request/converted_to_draft.with-installation.payload.json index 6e8f005b3..350b2a908 100644 --- a/payload-examples/api.github.com/pull_request/converted_to_draft.with-installation.payload.json +++ b/payload-examples/api.github.com/pull_request/converted_to_draft.with-installation.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/pull_request/converted_to_draft.with-organization.payload.json b/payload-examples/api.github.com/pull_request/converted_to_draft.with-organization.payload.json index 4d0ad0943..ea97f3ae6 100644 --- a/payload-examples/api.github.com/pull_request/converted_to_draft.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request/converted_to_draft.with-organization.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "hellomouse", diff --git a/payload-examples/api.github.com/pull_request/labeled.payload.json b/payload-examples/api.github.com/pull_request/labeled.payload.json index c726e73da..8f0150412 100644 --- a/payload-examples/api.github.com/pull_request/labeled.payload.json +++ b/payload-examples/api.github.com/pull_request/labeled.payload.json @@ -273,7 +273,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -392,7 +393,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -537,7 +539,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/labeled.with-organization.payload.json b/payload-examples/api.github.com/pull_request/labeled.with-organization.payload.json index 0029e2214..04f745f27 100644 --- a/payload-examples/api.github.com/pull_request/labeled.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request/labeled.with-organization.payload.json @@ -273,7 +273,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -392,7 +393,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -537,7 +539,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/locked.payload.json b/payload-examples/api.github.com/pull_request/locked.payload.json index 916d06eb5..6a397cbcb 100644 --- a/payload-examples/api.github.com/pull_request/locked.payload.json +++ b/payload-examples/api.github.com/pull_request/locked.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/locked.with-organization.payload.json b/payload-examples/api.github.com/pull_request/locked.with-organization.payload.json index 9389c0904..8514316f0 100644 --- a/payload-examples/api.github.com/pull_request/locked.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request/locked.with-organization.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/opened.payload.json b/payload-examples/api.github.com/pull_request/opened.payload.json index 24579861a..6ad109123 100644 --- a/payload-examples/api.github.com/pull_request/opened.payload.json +++ b/payload-examples/api.github.com/pull_request/opened.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/opened.with-null-body.json b/payload-examples/api.github.com/pull_request/opened.with-null-body.json index 1a9213640..d94f79035 100644 --- a/payload-examples/api.github.com/pull_request/opened.with-null-body.json +++ b/payload-examples/api.github.com/pull_request/opened.with-null-body.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/opened.with-organization.payload.json b/payload-examples/api.github.com/pull_request/opened.with-organization.payload.json index dc1370308..d47fc2bed 100644 --- a/payload-examples/api.github.com/pull_request/opened.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request/opened.with-organization.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/ready_for_review.payload.json b/payload-examples/api.github.com/pull_request/ready_for_review.payload.json index ca5578def..4cd3991e1 100644 --- a/payload-examples/api.github.com/pull_request/ready_for_review.payload.json +++ b/payload-examples/api.github.com/pull_request/ready_for_review.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/pull_request/ready_for_review.with-installation.payload.json b/payload-examples/api.github.com/pull_request/ready_for_review.with-installation.payload.json index eeb900857..6ce1f10cb 100644 --- a/payload-examples/api.github.com/pull_request/ready_for_review.with-installation.payload.json +++ b/payload-examples/api.github.com/pull_request/ready_for_review.with-installation.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/pull_request/ready_for_review.with-organization.payload.json b/payload-examples/api.github.com/pull_request/ready_for_review.with-organization.payload.json index e84a2a555..c2dbd26db 100644 --- a/payload-examples/api.github.com/pull_request/ready_for_review.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request/ready_for_review.with-organization.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "hellomouse", diff --git a/payload-examples/api.github.com/pull_request/reopened.payload.json b/payload-examples/api.github.com/pull_request/reopened.payload.json index 37ab7f0fa..87dab7cf2 100644 --- a/payload-examples/api.github.com/pull_request/reopened.payload.json +++ b/payload-examples/api.github.com/pull_request/reopened.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/reopened.with-organization.payload.json b/payload-examples/api.github.com/pull_request/reopened.with-organization.payload.json index 941083e55..8fe21a151 100644 --- a/payload-examples/api.github.com/pull_request/reopened.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request/reopened.with-organization.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/review_request_removed.payload.json b/payload-examples/api.github.com/pull_request/review_request_removed.payload.json index 829cc53c5..2d6ca80f4 100644 --- a/payload-examples/api.github.com/pull_request/review_request_removed.payload.json +++ b/payload-examples/api.github.com/pull_request/review_request_removed.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/review_requested.payload.json b/payload-examples/api.github.com/pull_request/review_requested.payload.json index 0ba3fbfd3..d68e2d55d 100644 --- a/payload-examples/api.github.com/pull_request/review_requested.payload.json +++ b/payload-examples/api.github.com/pull_request/review_requested.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -473,7 +475,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/synchronize.payload.json b/payload-examples/api.github.com/pull_request/synchronize.payload.json index cea5edbc3..b38dd4180 100644 --- a/payload-examples/api.github.com/pull_request/synchronize.payload.json +++ b/payload-examples/api.github.com/pull_request/synchronize.payload.json @@ -218,7 +218,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -337,7 +338,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -475,7 +477,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/unassigned.payload.json b/payload-examples/api.github.com/pull_request/unassigned.payload.json index 0e463516b..60cebd943 100644 --- a/payload-examples/api.github.com/pull_request/unassigned.payload.json +++ b/payload-examples/api.github.com/pull_request/unassigned.payload.json @@ -252,7 +252,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -371,7 +372,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -527,7 +529,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/unassigned.with-organization.payload.json b/payload-examples/api.github.com/pull_request/unassigned.with-organization.payload.json index 7b2dc9d77..81c4e92c0 100644 --- a/payload-examples/api.github.com/pull_request/unassigned.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request/unassigned.with-organization.payload.json @@ -252,7 +252,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -371,7 +372,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -527,7 +529,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/unlabeled.payload.json b/payload-examples/api.github.com/pull_request/unlabeled.payload.json index 008acab30..2793d4e0c 100644 --- a/payload-examples/api.github.com/pull_request/unlabeled.payload.json +++ b/payload-examples/api.github.com/pull_request/unlabeled.payload.json @@ -197,7 +197,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -316,7 +317,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -461,7 +463,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/unlabeled.with-organization.payload.json b/payload-examples/api.github.com/pull_request/unlabeled.with-organization.payload.json index 5b3523b87..5c762ddc4 100644 --- a/payload-examples/api.github.com/pull_request/unlabeled.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request/unlabeled.with-organization.payload.json @@ -197,7 +197,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -316,7 +317,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -461,7 +463,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/unlocked.payload.json b/payload-examples/api.github.com/pull_request/unlocked.payload.json index d8f992ffb..035d84bbf 100644 --- a/payload-examples/api.github.com/pull_request/unlocked.payload.json +++ b/payload-examples/api.github.com/pull_request/unlocked.payload.json @@ -197,7 +197,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -316,7 +317,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -452,7 +454,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request/unlocked.with-organization.payload.json b/payload-examples/api.github.com/pull_request/unlocked.with-organization.payload.json index ba39ef315..3f1b55fc5 100644 --- a/payload-examples/api.github.com/pull_request/unlocked.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request/unlocked.with-organization.payload.json @@ -197,7 +197,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -316,7 +317,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -452,7 +454,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request_review/dismissed.payload.json b/payload-examples/api.github.com/pull_request_review/dismissed.payload.json index 464be7956..c0cd171a4 100644 --- a/payload-examples/api.github.com/pull_request_review/dismissed.payload.json +++ b/payload-examples/api.github.com/pull_request_review/dismissed.payload.json @@ -257,7 +257,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -376,7 +377,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -499,7 +501,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/pull_request_review/submitted.payload.json b/payload-examples/api.github.com/pull_request_review/submitted.payload.json index 00b5e2ab5..e3cbe08c4 100644 --- a/payload-examples/api.github.com/pull_request_review/submitted.payload.json +++ b/payload-examples/api.github.com/pull_request_review/submitted.payload.json @@ -257,7 +257,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -376,7 +377,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -499,7 +501,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/pull_request_review/submitted.with-organization.payload.json b/payload-examples/api.github.com/pull_request_review/submitted.with-organization.payload.json index c4fb73129..9c43dde5a 100644 --- a/payload-examples/api.github.com/pull_request_review/submitted.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request_review/submitted.with-organization.payload.json @@ -257,7 +257,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -376,7 +377,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -499,7 +501,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/pull_request_review_comment/created.payload.json b/payload-examples/api.github.com/pull_request_review_comment/created.payload.json index 15e4798bd..e41bb35a0 100644 --- a/payload-examples/api.github.com/pull_request_review_comment/created.payload.json +++ b/payload-examples/api.github.com/pull_request_review_comment/created.payload.json @@ -48,6 +48,18 @@ "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" } }, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, "start_line": null, "original_start_line": null, "start_side": null, @@ -272,7 +284,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -391,7 +404,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -513,7 +527,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request_review_comment/created.with-organization.payload.json b/payload-examples/api.github.com/pull_request_review_comment/created.with-organization.payload.json index f3a77b606..4086dddd6 100644 --- a/payload-examples/api.github.com/pull_request_review_comment/created.with-organization.payload.json +++ b/payload-examples/api.github.com/pull_request_review_comment/created.with-organization.payload.json @@ -48,6 +48,18 @@ "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" } }, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, "start_line": null, "original_start_line": null, "start_side": null, @@ -272,7 +284,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -391,7 +404,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -513,7 +527,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request_review_comment/deleted.payload.json b/payload-examples/api.github.com/pull_request_review_comment/deleted.payload.json index bda390d65..7b1797243 100644 --- a/payload-examples/api.github.com/pull_request_review_comment/deleted.payload.json +++ b/payload-examples/api.github.com/pull_request_review_comment/deleted.payload.json @@ -48,6 +48,18 @@ "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" } }, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, "start_line": null, "original_start_line": null, "start_side": null, @@ -272,7 +284,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -391,7 +404,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -513,7 +527,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/pull_request_review_comment/edited.payload.json b/payload-examples/api.github.com/pull_request_review_comment/edited.payload.json index f075e6b61..82bbbeee5 100644 --- a/payload-examples/api.github.com/pull_request_review_comment/edited.payload.json +++ b/payload-examples/api.github.com/pull_request_review_comment/edited.payload.json @@ -49,6 +49,18 @@ "href": "https://api.github.com/repos/Codertocat/Hello-World/pulls/2" } }, + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/pulls/comments/284312630/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + }, "start_line": null, "original_start_line": null, "start_side": null, @@ -273,7 +285,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "base": { @@ -392,7 +405,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false } }, "_links": { @@ -514,7 +528,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "installation": { "id": 1, diff --git a/payload-examples/api.github.com/push/1.payload.json b/payload-examples/api.github.com/push/1.payload.json index 7118d0a9f..7c58d7611 100644 --- a/payload-examples/api.github.com/push/1.payload.json +++ b/payload-examples/api.github.com/push/1.payload.json @@ -106,7 +106,8 @@ "default_branch": "master", "stargazers": 0, "master_branch": "master", - "organization": "Octocoders" + "organization": "Octocoders", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/push/payload.json b/payload-examples/api.github.com/push/payload.json index b9f7ca2c4..0d743068b 100644 --- a/payload-examples/api.github.com/push/payload.json +++ b/payload-examples/api.github.com/push/payload.json @@ -105,7 +105,8 @@ "watchers": 0, "default_branch": "master", "stargazers": 0, - "master_branch": "master" + "master_branch": "master", + "is_template": false }, "pusher": { "name": "Codertocat", diff --git a/payload-examples/api.github.com/push/with-installation.payload.json b/payload-examples/api.github.com/push/with-installation.payload.json index 0df4ab20b..63a198278 100644 --- a/payload-examples/api.github.com/push/with-installation.payload.json +++ b/payload-examples/api.github.com/push/with-installation.payload.json @@ -105,7 +105,8 @@ "watchers": 0, "default_branch": "master", "stargazers": 0, - "master_branch": "master" + "master_branch": "master", + "is_template": false }, "pusher": { "name": "Codertocat", diff --git a/payload-examples/api.github.com/push/with-new-branch.payload.json b/payload-examples/api.github.com/push/with-new-branch.payload.json index 44a906f5b..a50991442 100644 --- a/payload-examples/api.github.com/push/with-new-branch.payload.json +++ b/payload-examples/api.github.com/push/with-new-branch.payload.json @@ -98,7 +98,8 @@ "watchers": 0, "default_branch": "master", "stargazers": 0, - "master_branch": "master" + "master_branch": "master", + "is_template": false }, "pusher": { "name": "Codertocat", diff --git a/payload-examples/api.github.com/push/with-no-username-committer.payload.json b/payload-examples/api.github.com/push/with-no-username-committer.payload.json index efc02a0ac..7930e04f4 100644 --- a/payload-examples/api.github.com/push/with-no-username-committer.payload.json +++ b/payload-examples/api.github.com/push/with-no-username-committer.payload.json @@ -98,7 +98,8 @@ "watchers": 0, "default_branch": "master", "stargazers": 0, - "master_branch": "master" + "master_branch": "master", + "is_template": false }, "pusher": { "name": "Codertocat", diff --git a/payload-examples/api.github.com/push/with-organization.payload.json b/payload-examples/api.github.com/push/with-organization.payload.json index 91cf017b6..c03334b1b 100644 --- a/payload-examples/api.github.com/push/with-organization.payload.json +++ b/payload-examples/api.github.com/push/with-organization.payload.json @@ -105,7 +105,8 @@ "watchers": 0, "default_branch": "master", "stargazers": 0, - "master_branch": "master" + "master_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/release/created.payload.json b/payload-examples/api.github.com/release/created.payload.json index 6e2226616..aa041ee80 100644 --- a/payload-examples/api.github.com/release/created.payload.json +++ b/payload-examples/api.github.com/release/created.payload.json @@ -131,7 +131,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/release/created.with-discussion-url.payload.json b/payload-examples/api.github.com/release/created.with-discussion-url.payload.json new file mode 100644 index 000000000..e2f1883ec --- /dev/null +++ b/payload-examples/api.github.com/release/created.with-discussion-url.payload.json @@ -0,0 +1,158 @@ +{ + "action": "created", + "release": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", + "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", + "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", + "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", + "id": 17372790, + "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", + "tag_name": "0.0.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-15T15:19:25Z", + "published_at": "2019-05-15T15:20:53Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", + "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", + "body": "", + "discussion_url": "https://github.com/Codertocat/Hello-World/discussions/4" + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": "2019-05-15T15:20:52Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } +} diff --git a/payload-examples/api.github.com/release/created.with-installation.payload.json b/payload-examples/api.github.com/release/created.with-installation.payload.json index 92a667a59..d0f7930e5 100644 --- a/payload-examples/api.github.com/release/created.with-installation.payload.json +++ b/payload-examples/api.github.com/release/created.with-installation.payload.json @@ -131,7 +131,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/release/deleted.payload.json b/payload-examples/api.github.com/release/deleted.payload.json index 6f047cbc6..ac8cb794a 100644 --- a/payload-examples/api.github.com/release/deleted.payload.json +++ b/payload-examples/api.github.com/release/deleted.payload.json @@ -131,7 +131,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/release/deleted.with-reactions.payload.json b/payload-examples/api.github.com/release/deleted.with-reactions.payload.json new file mode 100644 index 000000000..5c1624a1c --- /dev/null +++ b/payload-examples/api.github.com/release/deleted.with-reactions.payload.json @@ -0,0 +1,173 @@ +{ + "action": "deleted", + "release": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", + "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", + "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", + "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", + "id": 17372790, + "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", + "tag_name": "0.0.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-15T15:19:25Z", + "published_at": "2019-05-15T15:20:53Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", + "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": "2019-05-15T15:20:52Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "installation": { + "id": 1, + "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMQ==" + } +} diff --git a/payload-examples/api.github.com/release/edited.payload.json b/payload-examples/api.github.com/release/edited.payload.json index 71a68283f..57d6ae19a 100644 --- a/payload-examples/api.github.com/release/edited.payload.json +++ b/payload-examples/api.github.com/release/edited.payload.json @@ -132,7 +132,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/release/edited.with-reactions.payload.json b/payload-examples/api.github.com/release/edited.with-reactions.payload.json new file mode 100644 index 000000000..805e53966 --- /dev/null +++ b/payload-examples/api.github.com/release/edited.with-reactions.payload.json @@ -0,0 +1,170 @@ +{ + "action": "edited", + "changes": { "name": { "from": "FOO" }, "body": { "from": "" } }, + "release": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", + "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", + "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", + "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", + "id": 17372790, + "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", + "tag_name": "0.0.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-15T15:19:25Z", + "published_at": "2019-05-15T15:20:53Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", + "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", + "body": "", + "reactions": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/reactions", + "total_count": 0, + "+1": 0, + "-1": 0, + "laugh": 0, + "hooray": 0, + "confused": 0, + "heart": 0, + "rocket": 0, + "eyes": 0 + } + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": "2019-05-15T15:20:52Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } +} diff --git a/payload-examples/api.github.com/release/prereleased.payload.json b/payload-examples/api.github.com/release/prereleased.payload.json index 2222efc99..69561053d 100644 --- a/payload-examples/api.github.com/release/prereleased.payload.json +++ b/payload-examples/api.github.com/release/prereleased.payload.json @@ -131,7 +131,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/release/prereleased.with-disussion-url.payload.json b/payload-examples/api.github.com/release/prereleased.with-disussion-url.payload.json new file mode 100644 index 000000000..51f9e6f8b --- /dev/null +++ b/payload-examples/api.github.com/release/prereleased.with-disussion-url.payload.json @@ -0,0 +1,158 @@ +{ + "action": "prereleased", + "release": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", + "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", + "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", + "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", + "id": 17372790, + "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", + "tag_name": "0.0.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": true, + "created_at": "2019-05-15T15:19:25Z", + "published_at": "2019-05-15T15:20:53Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", + "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", + "body": "", + "discussion_url": "https://github.com/Codertocat/Hello-World/discussions/4" + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": "2019-05-15T15:20:52Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } +} diff --git a/payload-examples/api.github.com/release/published.payload.json b/payload-examples/api.github.com/release/published.payload.json index 72cdfdd5c..ce79600b9 100644 --- a/payload-examples/api.github.com/release/published.payload.json +++ b/payload-examples/api.github.com/release/published.payload.json @@ -131,7 +131,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/release/published.with-discussion-url.payload.json b/payload-examples/api.github.com/release/published.with-discussion-url.payload.json new file mode 100644 index 000000000..fb96fe687 --- /dev/null +++ b/payload-examples/api.github.com/release/published.with-discussion-url.payload.json @@ -0,0 +1,158 @@ +{ + "action": "published", + "release": { + "url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790", + "assets_url": "https://api.github.com/repos/Codertocat/Hello-World/releases/17372790/assets", + "upload_url": "https://uploads.github.com/repos/Codertocat/Hello-World/releases/17372790/assets{?name,label}", + "html_url": "https://github.com/Codertocat/Hello-World/releases/tag/0.0.1", + "id": 17372790, + "node_id": "MDc6UmVsZWFzZTE3MzcyNzkw", + "tag_name": "0.0.1", + "target_commitish": "master", + "name": "", + "draft": false, + "author": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "prerelease": false, + "created_at": "2019-05-15T15:19:25Z", + "published_at": "2019-05-15T15:20:53Z", + "assets": [], + "tarball_url": "https://api.github.com/repos/Codertocat/Hello-World/tarball/0.0.1", + "zipball_url": "https://api.github.com/repos/Codertocat/Hello-World/zipball/0.0.1", + "body": "", + "discussion_url": "https://github.com/Codertocat/Hello-World/discussions/4" + }, + "repository": { + "id": 186853002, + "node_id": "MDEwOlJlcG9zaXRvcnkxODY4NTMwMDI=", + "name": "Hello-World", + "full_name": "Codertocat/Hello-World", + "private": false, + "owner": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + }, + "html_url": "https://github.com/Codertocat/Hello-World", + "description": null, + "fork": false, + "url": "https://api.github.com/repos/Codertocat/Hello-World", + "forks_url": "https://api.github.com/repos/Codertocat/Hello-World/forks", + "keys_url": "https://api.github.com/repos/Codertocat/Hello-World/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/Codertocat/Hello-World/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/Codertocat/Hello-World/teams", + "hooks_url": "https://api.github.com/repos/Codertocat/Hello-World/hooks", + "issue_events_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/events{/number}", + "events_url": "https://api.github.com/repos/Codertocat/Hello-World/events", + "assignees_url": "https://api.github.com/repos/Codertocat/Hello-World/assignees{/user}", + "branches_url": "https://api.github.com/repos/Codertocat/Hello-World/branches{/branch}", + "tags_url": "https://api.github.com/repos/Codertocat/Hello-World/tags", + "blobs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/Codertocat/Hello-World/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/Codertocat/Hello-World/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/Codertocat/Hello-World/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/Codertocat/Hello-World/statuses/{sha}", + "languages_url": "https://api.github.com/repos/Codertocat/Hello-World/languages", + "stargazers_url": "https://api.github.com/repos/Codertocat/Hello-World/stargazers", + "contributors_url": "https://api.github.com/repos/Codertocat/Hello-World/contributors", + "subscribers_url": "https://api.github.com/repos/Codertocat/Hello-World/subscribers", + "subscription_url": "https://api.github.com/repos/Codertocat/Hello-World/subscription", + "commits_url": "https://api.github.com/repos/Codertocat/Hello-World/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/Codertocat/Hello-World/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/Codertocat/Hello-World/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/Codertocat/Hello-World/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/Codertocat/Hello-World/contents/{+path}", + "compare_url": "https://api.github.com/repos/Codertocat/Hello-World/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/Codertocat/Hello-World/merges", + "archive_url": "https://api.github.com/repos/Codertocat/Hello-World/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/Codertocat/Hello-World/downloads", + "issues_url": "https://api.github.com/repos/Codertocat/Hello-World/issues{/number}", + "pulls_url": "https://api.github.com/repos/Codertocat/Hello-World/pulls{/number}", + "milestones_url": "https://api.github.com/repos/Codertocat/Hello-World/milestones{/number}", + "notifications_url": "https://api.github.com/repos/Codertocat/Hello-World/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/Codertocat/Hello-World/labels{/name}", + "releases_url": "https://api.github.com/repos/Codertocat/Hello-World/releases{/id}", + "deployments_url": "https://api.github.com/repos/Codertocat/Hello-World/deployments", + "created_at": "2019-05-15T15:19:25Z", + "updated_at": "2019-05-15T15:20:41Z", + "pushed_at": "2019-05-15T15:20:52Z", + "git_url": "git://github.com/Codertocat/Hello-World.git", + "ssh_url": "git@github.com:Codertocat/Hello-World.git", + "clone_url": "https://github.com/Codertocat/Hello-World.git", + "svn_url": "https://github.com/Codertocat/Hello-World", + "homepage": null, + "size": 0, + "stargazers_count": 0, + "watchers_count": 0, + "language": "Ruby", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 1, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 2, + "license": null, + "forks": 1, + "open_issues": 2, + "watchers": 0, + "default_branch": "master", + "is_template": false + }, + "sender": { + "login": "Codertocat", + "id": 21031067, + "node_id": "MDQ6VXNlcjIxMDMxMDY3", + "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/Codertocat", + "html_url": "https://github.com/Codertocat", + "followers_url": "https://api.github.com/users/Codertocat/followers", + "following_url": "https://api.github.com/users/Codertocat/following{/other_user}", + "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}", + "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions", + "organizations_url": "https://api.github.com/users/Codertocat/orgs", + "repos_url": "https://api.github.com/users/Codertocat/repos", + "events_url": "https://api.github.com/users/Codertocat/events{/privacy}", + "received_events_url": "https://api.github.com/users/Codertocat/received_events", + "type": "User", + "site_admin": false + } +} diff --git a/payload-examples/api.github.com/release/released.json b/payload-examples/api.github.com/release/released.json index 18f6d737f..77f4c31aa 100644 --- a/payload-examples/api.github.com/release/released.json +++ b/payload-examples/api.github.com/release/released.json @@ -131,7 +131,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/repository/created.payload.json b/payload-examples/api.github.com/repository/created.payload.json index d9be7d761..ff4fd0e0b 100644 --- a/payload-examples/api.github.com/repository/created.payload.json +++ b/payload-examples/api.github.com/repository/created.payload.json @@ -92,7 +92,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/repository/created.with-installation.payload.json b/payload-examples/api.github.com/repository/created.with-installation.payload.json index 4d8e6bcaa..4217e13f1 100644 --- a/payload-examples/api.github.com/repository/created.with-installation.payload.json +++ b/payload-examples/api.github.com/repository/created.with-installation.payload.json @@ -92,7 +92,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/repository/edited.payload.json b/payload-examples/api.github.com/repository/edited.payload.json index 151ab7d64..27e1e822c 100644 --- a/payload-examples/api.github.com/repository/edited.payload.json +++ b/payload-examples/api.github.com/repository/edited.payload.json @@ -93,7 +93,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/repository/edited.with-default_branch-edit.payload.json b/payload-examples/api.github.com/repository/edited.with-default_branch-edit.payload.json index 9bc518a2f..2c54b088e 100644 --- a/payload-examples/api.github.com/repository/edited.with-default_branch-edit.payload.json +++ b/payload-examples/api.github.com/repository/edited.with-default_branch-edit.payload.json @@ -93,7 +93,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/repository/privatized.payload.json b/payload-examples/api.github.com/repository/privatized.payload.json index c8bc24ab4..5cdb8e8e8 100644 --- a/payload-examples/api.github.com/repository/privatized.payload.json +++ b/payload-examples/api.github.com/repository/privatized.payload.json @@ -92,7 +92,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/repository/privatized.with-organization.payload.json b/payload-examples/api.github.com/repository/privatized.with-organization.payload.json index 82e530856..f4a1d7e5b 100644 --- a/payload-examples/api.github.com/repository/privatized.with-organization.payload.json +++ b/payload-examples/api.github.com/repository/privatized.with-organization.payload.json @@ -92,7 +92,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/repository/publicized.payload.json b/payload-examples/api.github.com/repository/publicized.payload.json index 11f0efd53..e510f497b 100644 --- a/payload-examples/api.github.com/repository/publicized.payload.json +++ b/payload-examples/api.github.com/repository/publicized.payload.json @@ -92,7 +92,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/repository/publicized.with-organization.payload.json b/payload-examples/api.github.com/repository/publicized.with-organization.payload.json index f9f1fb8c0..2d54874e3 100644 --- a/payload-examples/api.github.com/repository/publicized.with-organization.payload.json +++ b/payload-examples/api.github.com/repository/publicized.with-organization.payload.json @@ -92,7 +92,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/repository/renamed.payload.json b/payload-examples/api.github.com/repository/renamed.payload.json index a260fafe2..2c0de4df2 100644 --- a/payload-examples/api.github.com/repository/renamed.payload.json +++ b/payload-examples/api.github.com/repository/renamed.payload.json @@ -93,7 +93,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/repository/transferred.payload.json b/payload-examples/api.github.com/repository/transferred.payload.json index e6244d301..d9009af6a 100644 --- a/payload-examples/api.github.com/repository/transferred.payload.json +++ b/payload-examples/api.github.com/repository/transferred.payload.json @@ -118,7 +118,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/repository/transferred.with-installation.payload.json b/payload-examples/api.github.com/repository/transferred.with-installation.payload.json index 5703c84d4..bbfe79c02 100644 --- a/payload-examples/api.github.com/repository/transferred.with-installation.payload.json +++ b/payload-examples/api.github.com/repository/transferred.with-installation.payload.json @@ -118,7 +118,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/repository/transferred.with-organization.payload.json b/payload-examples/api.github.com/repository/transferred.with-organization.payload.json index baebc12ed..47505f34b 100644 --- a/payload-examples/api.github.com/repository/transferred.with-organization.payload.json +++ b/payload-examples/api.github.com/repository/transferred.with-organization.payload.json @@ -118,7 +118,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/repository_dispatch/payload.json b/payload-examples/api.github.com/repository_dispatch/payload.json index 78bfa9f83..aeec8174f 100644 --- a/payload-examples/api.github.com/repository_dispatch/payload.json +++ b/payload-examples/api.github.com/repository_dispatch/payload.json @@ -93,7 +93,8 @@ "forks": 1, "open_issues": 23, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "octo-org", diff --git a/payload-examples/api.github.com/repository_import/payload.json b/payload-examples/api.github.com/repository_import/payload.json index 1e2feab75..b0fb98b53 100644 --- a/payload-examples/api.github.com/repository_import/payload.json +++ b/payload-examples/api.github.com/repository_import/payload.json @@ -91,7 +91,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/repository_vulnerability_alert/create.payload.json b/payload-examples/api.github.com/repository_vulnerability_alert/create.payload.json index d2e45f2a0..39ed3d5ff 100644 --- a/payload-examples/api.github.com/repository_vulnerability_alert/create.payload.json +++ b/payload-examples/api.github.com/repository_vulnerability_alert/create.payload.json @@ -100,7 +100,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "github", diff --git a/payload-examples/api.github.com/repository_vulnerability_alert/create.with-gh-alert.payload.json b/payload-examples/api.github.com/repository_vulnerability_alert/create.with-gh-alert.payload.json index e8ea41030..ea1049bb5 100644 --- a/payload-examples/api.github.com/repository_vulnerability_alert/create.with-gh-alert.payload.json +++ b/payload-examples/api.github.com/repository_vulnerability_alert/create.with-gh-alert.payload.json @@ -102,7 +102,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "github", diff --git a/payload-examples/api.github.com/repository_vulnerability_alert/create.with-organization.payload.json b/payload-examples/api.github.com/repository_vulnerability_alert/create.with-organization.payload.json index 1b390082f..4bb48dec9 100644 --- a/payload-examples/api.github.com/repository_vulnerability_alert/create.with-organization.payload.json +++ b/payload-examples/api.github.com/repository_vulnerability_alert/create.with-organization.payload.json @@ -100,7 +100,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/repository_vulnerability_alert/dismiss.payload.json b/payload-examples/api.github.com/repository_vulnerability_alert/dismiss.payload.json index 3cbdb20cd..9171f80aa 100644 --- a/payload-examples/api.github.com/repository_vulnerability_alert/dismiss.payload.json +++ b/payload-examples/api.github.com/repository_vulnerability_alert/dismiss.payload.json @@ -122,7 +122,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "github", diff --git a/payload-examples/api.github.com/secret_scanning_alert/reopened.payload.json b/payload-examples/api.github.com/secret_scanning_alert/reopened.payload.json index 31bcfa513..9f9668637 100644 --- a/payload-examples/api.github.com/secret_scanning_alert/reopened.payload.json +++ b/payload-examples/api.github.com/secret_scanning_alert/reopened.payload.json @@ -99,7 +99,8 @@ "forks": 0, "open_issues": 3, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/star/created.payload.json b/payload-examples/api.github.com/star/created.payload.json index c78dff7af..d6230b5a3 100644 --- a/payload-examples/api.github.com/star/created.payload.json +++ b/payload-examples/api.github.com/star/created.payload.json @@ -93,7 +93,8 @@ "forks": 0, "open_issues": 2, "watchers": 1, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/star/deleted.payload.json b/payload-examples/api.github.com/star/deleted.payload.json index f6241216a..25aa64616 100644 --- a/payload-examples/api.github.com/star/deleted.payload.json +++ b/payload-examples/api.github.com/star/deleted.payload.json @@ -93,7 +93,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/status/payload.json b/payload-examples/api.github.com/status/payload.json index 28dd35b6a..2d5a3ae28 100644 --- a/payload-examples/api.github.com/status/payload.json +++ b/payload-examples/api.github.com/status/payload.json @@ -199,7 +199,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/status/with-author-committer-null.payload.json b/payload-examples/api.github.com/status/with-author-committer-null.payload.json index 266346dc8..0eba42c8e 100644 --- a/payload-examples/api.github.com/status/with-author-committer-null.payload.json +++ b/payload-examples/api.github.com/status/with-author-committer-null.payload.json @@ -158,7 +158,8 @@ "forks": 0, "open_issues": 1, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/status/with-installation.payload.json b/payload-examples/api.github.com/status/with-installation.payload.json index a275763a2..09c94858b 100644 --- a/payload-examples/api.github.com/status/with-installation.payload.json +++ b/payload-examples/api.github.com/status/with-installation.payload.json @@ -199,7 +199,8 @@ "forks": 1, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/team/added_to_repository.payload.json b/payload-examples/api.github.com/team/added_to_repository.payload.json index e5e0c2226..8d24aa8ad 100644 --- a/payload-examples/api.github.com/team/added_to_repository.payload.json +++ b/payload-examples/api.github.com/team/added_to_repository.payload.json @@ -106,7 +106,8 @@ "open_issues": 0, "watchers": 0, "default_branch": "master", - "permissions": { "pull": true, "push": false, "admin": false } + "permissions": { "pull": true, "push": false, "admin": false }, + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/team/removed_from_repository.payload.json b/payload-examples/api.github.com/team/removed_from_repository.payload.json index f47488518..c0af87eae 100644 --- a/payload-examples/api.github.com/team/removed_from_repository.payload.json +++ b/payload-examples/api.github.com/team/removed_from_repository.payload.json @@ -112,7 +112,8 @@ "push": false, "maintain": false, "admin": false - } + }, + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/team_add/payload.json b/payload-examples/api.github.com/team_add/payload.json index ff693fa94..0341c9bbe 100644 --- a/payload-examples/api.github.com/team_add/payload.json +++ b/payload-examples/api.github.com/team_add/payload.json @@ -104,7 +104,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/team_add/with-installation.payload.json b/payload-examples/api.github.com/team_add/with-installation.payload.json index 8f550b678..6b193f90b 100644 --- a/payload-examples/api.github.com/team_add/with-installation.payload.json +++ b/payload-examples/api.github.com/team_add/with-installation.payload.json @@ -104,7 +104,8 @@ "forks": 0, "open_issues": 0, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/watch/started.payload.json b/payload-examples/api.github.com/watch/started.payload.json index 2d4edb994..f0b3c57e4 100644 --- a/payload-examples/api.github.com/watch/started.payload.json +++ b/payload-examples/api.github.com/watch/started.payload.json @@ -92,7 +92,8 @@ "forks": 0, "open_issues": 2, "watchers": 1, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/watch/started.with-installation.payload.json b/payload-examples/api.github.com/watch/started.with-installation.payload.json index 8b0a15b0d..e496a03fe 100644 --- a/payload-examples/api.github.com/watch/started.with-installation.payload.json +++ b/payload-examples/api.github.com/watch/started.with-installation.payload.json @@ -92,7 +92,8 @@ "forks": 0, "open_issues": 2, "watchers": 1, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/workflow_dispatch/payload.json b/payload-examples/api.github.com/workflow_dispatch/payload.json index a04b19f66..5b4f2ef5e 100644 --- a/payload-examples/api.github.com/workflow_dispatch/payload.json +++ b/payload-examples/api.github.com/workflow_dispatch/payload.json @@ -92,7 +92,8 @@ "forks": 1, "open_issues": 23, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "octo-org", diff --git a/payload-examples/api.github.com/workflow_job/completed.failure.with-organization.payload.json b/payload-examples/api.github.com/workflow_job/completed.failure.with-organization.payload.json index 5f17bb773..5518f5fac 100644 --- a/payload-examples/api.github.com/workflow_job/completed.failure.with-organization.payload.json +++ b/payload-examples/api.github.com/workflow_job/completed.failure.with-organization.payload.json @@ -210,7 +210,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/workflow_job/completed.success.with-organization.payload.json b/payload-examples/api.github.com/workflow_job/completed.success.with-organization.payload.json index 111cd455c..b16f622b2 100644 --- a/payload-examples/api.github.com/workflow_job/completed.success.with-organization.payload.json +++ b/payload-examples/api.github.com/workflow_job/completed.success.with-organization.payload.json @@ -178,7 +178,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/workflow_job/in_progress.payload.json b/payload-examples/api.github.com/workflow_job/in_progress.payload.json index 4f5048fb9..2a45fecf2 100644 --- a/payload-examples/api.github.com/workflow_job/in_progress.payload.json +++ b/payload-examples/api.github.com/workflow_job/in_progress.payload.json @@ -122,7 +122,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/workflow_job/queued.payload.json b/payload-examples/api.github.com/workflow_job/queued.payload.json index 2a1fa2017..a19305d82 100644 --- a/payload-examples/api.github.com/workflow_job/queued.payload.json +++ b/payload-examples/api.github.com/workflow_job/queued.payload.json @@ -113,7 +113,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "sender": { "login": "Codertocat", diff --git a/payload-examples/api.github.com/workflow_job/started.with-organization.payload.json b/payload-examples/api.github.com/workflow_job/started.with-organization.payload.json index 98759b670..5e0defea6 100644 --- a/payload-examples/api.github.com/workflow_job/started.with-organization.payload.json +++ b/payload-examples/api.github.com/workflow_job/started.with-organization.payload.json @@ -122,7 +122,8 @@ "forks": 0, "open_issues": 2, "watchers": 0, - "default_branch": "master" + "default_branch": "master", + "is_template": false }, "organization": { "login": "Octocoders", diff --git a/payload-examples/api.github.com/workflow_run/completed.payload.json b/payload-examples/api.github.com/workflow_run/completed.payload.json index b53eaf044..d325d9b78 100644 --- a/payload-examples/api.github.com/workflow_run/completed.payload.json +++ b/payload-examples/api.github.com/workflow_run/completed.payload.json @@ -112,7 +112,8 @@ "updated_at": "2020-10-05T16:32:10Z", "url": "https://api.github.com/repos/octo-org/octo-repo", "watchers": 1, - "watchers_count": 1 + "watchers_count": 1, + "is_template": false }, "sender": { "avatar_url": "https://avatars0.githubusercontent.com/u/15669918?v=4", diff --git a/payload-examples/api.github.com/workflow_run/completed.with-pull-requests.payload.json b/payload-examples/api.github.com/workflow_run/completed.with-pull-requests.payload.json index a211df09e..60c69bb44 100644 --- a/payload-examples/api.github.com/workflow_run/completed.with-pull-requests.payload.json +++ b/payload-examples/api.github.com/workflow_run/completed.with-pull-requests.payload.json @@ -112,7 +112,8 @@ "updated_at": "2020-10-05T16:32:10Z", "url": "https://api.github.com/repos/octo-org/octo-repo", "watchers": 1, - "watchers_count": 1 + "watchers_count": 1, + "is_template": false }, "sender": { "avatar_url": "https://avatars0.githubusercontent.com/u/15669918?v=4", diff --git a/payload-examples/api.github.com/workflow_run/requested.payload.json b/payload-examples/api.github.com/workflow_run/requested.payload.json index 8706fd01b..9fcae5659 100644 --- a/payload-examples/api.github.com/workflow_run/requested.payload.json +++ b/payload-examples/api.github.com/workflow_run/requested.payload.json @@ -112,7 +112,8 @@ "updated_at": "2020-10-05T16:32:10Z", "url": "https://api.github.com/repos/octo-org/octo-repo", "watchers": 1, - "watchers_count": 1 + "watchers_count": 1, + "is_template": false }, "sender": { "avatar_url": "https://avatars0.githubusercontent.com/u/15669918?v=4", diff --git a/payload-examples/api.github.com/workflow_run/requested.with-conclusion.payload.json b/payload-examples/api.github.com/workflow_run/requested.with-conclusion.payload.json index c26da4d1b..a52aea4dd 100644 --- a/payload-examples/api.github.com/workflow_run/requested.with-conclusion.payload.json +++ b/payload-examples/api.github.com/workflow_run/requested.with-conclusion.payload.json @@ -112,7 +112,8 @@ "updated_at": "2020-10-05T16:32:10Z", "url": "https://api.github.com/repos/octo-org/octo-repo", "watchers": 1, - "watchers_count": 1 + "watchers_count": 1, + "is_template": false }, "sender": { "avatar_url": "https://avatars0.githubusercontent.com/u/15669918?v=4", diff --git a/payload-schemas/api.github.com/common/discussion.schema.json b/payload-schemas/api.github.com/common/discussion.schema.json index 8484def93..7d8eaedfa 100644 --- a/payload-schemas/api.github.com/common/discussion.schema.json +++ b/payload-schemas/api.github.com/common/discussion.schema.json @@ -69,7 +69,8 @@ "updated_at": { "type": "string", "format": "date-time" }, "author_association": { "$ref": "author_association.schema.json" }, "active_lock_reason": { "type": ["string", "null"] }, - "body": { "type": "string" } + "body": { "type": "string" }, + "reactions": { "$ref": "reactions.schema.json" } }, "additionalProperties": false, "title": "Discussion" diff --git a/payload-schemas/api.github.com/common/installation.schema.json b/payload-schemas/api.github.com/common/installation.schema.json index aebac8adb..a304a67b5 100644 --- a/payload-schemas/api.github.com/common/installation.schema.json +++ b/payload-schemas/api.github.com/common/installation.schema.json @@ -107,6 +107,7 @@ "items": { "type": "string", "enum": [ + "branch_protection_rule", "check_run", "check_suite", "code_scanning_alert", @@ -139,6 +140,7 @@ "pull_request", "pull_request_review", "pull_request_review_comment", + "pull_request_review_thread", "push", "registry_package", "release", @@ -151,6 +153,7 @@ "team_add", "watch", "workflow_dispatch", + "workflow_job", "workflow_run" ] } diff --git a/payload-schemas/api.github.com/common/issue-comment.schema.json b/payload-schemas/api.github.com/common/issue-comment.schema.json index 6df773fbb..8c7462def 100644 --- a/payload-schemas/api.github.com/common/issue-comment.schema.json +++ b/payload-schemas/api.github.com/common/issue-comment.schema.json @@ -12,7 +12,8 @@ "updated_at", "author_association", "performed_via_github_app", - "body" + "body", + "reactions" ], "type": "object", "properties": { @@ -36,6 +37,7 @@ "type": "string", "description": "Contents of the issue comment" }, + "reactions": { "$ref": "reactions.schema.json" }, "performed_via_github_app": { "oneOf": [{ "$ref": "app.schema.json" }, { "type": "null" }] } diff --git a/payload-schemas/api.github.com/common/issue.schema.json b/payload-schemas/api.github.com/common/issue.schema.json index de57b7874..a37ec3ba3 100644 --- a/payload-schemas/api.github.com/common/issue.schema.json +++ b/payload-schemas/api.github.com/common/issue.schema.json @@ -22,7 +22,8 @@ "closed_at", "author_association", "active_lock_reason", - "body" + "body", + "reactions" ], "type": "object", "properties": { @@ -81,34 +82,7 @@ "type": ["string", "null"], "description": "Contents of the issue" }, - "reactions": { - "type": "object", - "required": [ - "url", - "total_count", - "+1", - "-1", - "laugh", - "confused", - "heart", - "hooray", - "eyes", - "rocket" - ], - "properties": { - "url": { "type": "string", "format": "uri" }, - "total_count": { "type": "integer" }, - "+1": { "type": "integer" }, - "-1": { "type": "integer" }, - "laugh": { "type": "integer" }, - "hooray": { "type": "integer" }, - "confused": { "type": "integer" }, - "heart": { "type": "integer" }, - "rocket": { "type": "integer" }, - "eyes": { "type": "integer" } - }, - "additionalProperties": false - }, + "reactions": { "$ref": "reactions.schema.json" }, "timeline_url": { "type": "string", "format": "uri" } }, "additionalProperties": false, diff --git a/payload-schemas/api.github.com/common/pull-request-review-comment.schema.json b/payload-schemas/api.github.com/common/pull-request-review-comment.schema.json index 810eebe6a..8e90cf2a3 100644 --- a/payload-schemas/api.github.com/common/pull-request-review-comment.schema.json +++ b/payload-schemas/api.github.com/common/pull-request-review-comment.schema.json @@ -25,7 +25,8 @@ "original_line", "line", "start_side", - "side" + "side", + "reactions" ], "type": "object", "properties": { @@ -95,6 +96,7 @@ }, "additionalProperties": false }, + "reactions": { "$ref": "reactions.schema.json" }, "start_line": { "type": ["integer", "null"], "description": "The first line of the range for a multi-line comment." diff --git a/payload-schemas/api.github.com/common/reactions.schema.json b/payload-schemas/api.github.com/common/reactions.schema.json new file mode 100644 index 000000000..e9b5ecacf --- /dev/null +++ b/payload-schemas/api.github.com/common/reactions.schema.json @@ -0,0 +1,31 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema", + "$id": "common/reactions.schema.json", + "type": "object", + "required": [ + "url", + "total_count", + "+1", + "-1", + "laugh", + "confused", + "heart", + "hooray", + "eyes", + "rocket" + ], + "properties": { + "url": { "type": "string", "format": "uri" }, + "total_count": { "type": "integer" }, + "+1": { "type": "integer" }, + "-1": { "type": "integer" }, + "laugh": { "type": "integer" }, + "hooray": { "type": "integer" }, + "confused": { "type": "integer" }, + "heart": { "type": "integer" }, + "rocket": { "type": "integer" }, + "eyes": { "type": "integer" } + }, + "title": "Reactions", + "additionalProperties": false +} diff --git a/payload-schemas/api.github.com/common/release.schema.json b/payload-schemas/api.github.com/common/release.schema.json index ebc1389d9..2f3282f43 100644 --- a/payload-schemas/api.github.com/common/release.schema.json +++ b/payload-schemas/api.github.com/common/release.schema.json @@ -52,7 +52,9 @@ }, "tarball_url": { "type": ["string", "null"], "format": "uri" }, "zipball_url": { "type": ["string", "null"], "format": "uri" }, - "body": { "type": "string" } + "body": { "type": "string" }, + "reactions": { "$ref": "reactions.schema.json" }, + "discussion_url": { "type": "string", "format": "uri" } }, "additionalProperties": false, "description": "The [release](https://docs.github.com/en/rest/reference/repos/#get-a-release) object.", diff --git a/payload-schemas/api.github.com/common/repository.schema.json b/payload-schemas/api.github.com/common/repository.schema.json index 91d4c4895..46f0d1092 100644 --- a/payload-schemas/api.github.com/common/repository.schema.json +++ b/payload-schemas/api.github.com/common/repository.schema.json @@ -75,7 +75,8 @@ "forks", "open_issues", "watchers", - "default_branch" + "default_branch", + "is_template" ], "properties": { "id": { @@ -221,6 +222,7 @@ "type": "boolean", "description": "Whether to allow private forks" }, + "is_template": { "type": "boolean" }, "visibility": { "type": "string", "enum": ["public", "private"] }, "delete_branch_on_merge": { "type": "boolean", diff --git a/payload-schemas/api.github.com/common/webhook-events.schema.json b/payload-schemas/api.github.com/common/webhook-events.schema.json index 1de258aab..224f0a30e 100644 --- a/payload-schemas/api.github.com/common/webhook-events.schema.json +++ b/payload-schemas/api.github.com/common/webhook-events.schema.json @@ -7,15 +7,14 @@ "items": { "type": "string", "enum": [ + "branch_protection_rule", "check_run", "check_suite", "code_scanning_alert", "commit_comment", - "content_reference", "create", "delete", "deployment", - "deployment_review", "deployment_status", "deploy_key", "discussion", @@ -31,6 +30,7 @@ "milestone", "organization", "org_block", + "package", "page_build", "project", "project_card", @@ -39,11 +39,11 @@ "pull_request", "pull_request_review", "pull_request_review_comment", + "pull_request_review_thread", "push", "registry_package", "release", "repository", - "repository_dispatch", "repository_import", "repository_vulnerability_alert", "secret_scanning_alert", @@ -52,7 +52,7 @@ "team", "team_add", "watch", - "workflow_dispatch", + "workflow_job", "workflow_run" ] } diff --git a/payload-schemas/api.github.com/deployment/created.schema.json b/payload-schemas/api.github.com/deployment/created.schema.json index 76e000354..39a526d64 100644 --- a/payload-schemas/api.github.com/deployment/created.schema.json +++ b/payload-schemas/api.github.com/deployment/created.schema.json @@ -46,6 +46,8 @@ }, "original_environment": { "type": "string" }, "environment": { "type": "string" }, + "transient_environment": { "type": "boolean" }, + "production_environment": { "type": "boolean" }, "description": { "type": "null" }, "creator": { "$ref": "common/user.schema.json" }, "created_at": { "type": "string" }, diff --git a/payload-schemas/api.github.com/deployment_status/created.schema.json b/payload-schemas/api.github.com/deployment_status/created.schema.json index e6262193d..7f5f86156 100644 --- a/payload-schemas/api.github.com/deployment_status/created.schema.json +++ b/payload-schemas/api.github.com/deployment_status/created.schema.json @@ -42,6 +42,7 @@ "description": "The optional human-readable description added to the status." }, "environment": { "type": "string" }, + "environment_url": { "type": "string", "format": "uri" }, "target_url": { "type": "string", "description": "The optional link added to the status." diff --git a/payload-schemas/api.github.com/discussion_comment/created.schema.json b/payload-schemas/api.github.com/discussion_comment/created.schema.json index 588c334f2..16ec5b701 100644 --- a/payload-schemas/api.github.com/discussion_comment/created.schema.json +++ b/payload-schemas/api.github.com/discussion_comment/created.schema.json @@ -26,7 +26,8 @@ "user", "created_at", "updated_at", - "body" + "body", + "reactions" ], "properties": { "id": { "type": "integer" }, @@ -42,7 +43,8 @@ "user": { "$ref": "common/user.schema.json" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" }, - "body": { "type": "string" } + "body": { "type": "string" }, + "reactions": { "$ref": "common/reactions.schema.json" } }, "additionalProperties": false }, diff --git a/payload-schemas/api.github.com/discussion_comment/deleted.schema.json b/payload-schemas/api.github.com/discussion_comment/deleted.schema.json index 413ba37b6..7e51b79da 100644 --- a/payload-schemas/api.github.com/discussion_comment/deleted.schema.json +++ b/payload-schemas/api.github.com/discussion_comment/deleted.schema.json @@ -26,7 +26,8 @@ "user", "created_at", "updated_at", - "body" + "body", + "reactions" ], "properties": { "id": { "type": "integer" }, @@ -42,7 +43,8 @@ "user": { "$ref": "common/user.schema.json" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" }, - "body": { "type": "string" } + "body": { "type": "string" }, + "reactions": { "$ref": "common/reactions.schema.json" } }, "additionalProperties": false }, diff --git a/payload-schemas/api.github.com/discussion_comment/edited.schema.json b/payload-schemas/api.github.com/discussion_comment/edited.schema.json index 9505ddcd0..98ffd1c8b 100644 --- a/payload-schemas/api.github.com/discussion_comment/edited.schema.json +++ b/payload-schemas/api.github.com/discussion_comment/edited.schema.json @@ -40,7 +40,8 @@ "user", "created_at", "updated_at", - "body" + "body", + "reactions" ], "properties": { "id": { "type": "integer" }, @@ -56,7 +57,8 @@ "user": { "$ref": "common/user.schema.json" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" }, - "body": { "type": "string" } + "body": { "type": "string" }, + "reactions": { "$ref": "common/reactions.schema.json" } }, "additionalProperties": false }, diff --git a/payload-schemas/api.github.com/meta/deleted.schema.json b/payload-schemas/api.github.com/meta/deleted.schema.json index 695c6c01d..dda0b6fbc 100644 --- a/payload-schemas/api.github.com/meta/deleted.schema.json +++ b/payload-schemas/api.github.com/meta/deleted.schema.json @@ -30,11 +30,12 @@ "events": { "$ref": "common/webhook-events.schema.json" }, "config": { "type": "object", - "required": ["content_type", "insecure_ssl", "url"], + "required": ["content_type", "insecure_ssl", "url", "secret"], "properties": { "content_type": { "type": "string", "enum": ["json", "form"] }, "insecure_ssl": { "type": "string" }, - "url": { "type": "string", "format": "uri" } + "url": { "type": "string", "format": "uri" }, + "secret": { "type": "string" } }, "additionalProperties": false }, diff --git a/payload-schemas/api.github.com/organization/deleted.schema.json b/payload-schemas/api.github.com/organization/deleted.schema.json index dfeed7a44..7bae5bb59 100644 --- a/payload-schemas/api.github.com/organization/deleted.schema.json +++ b/payload-schemas/api.github.com/organization/deleted.schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "organization$deleted", "type": "object", - "required": ["action", "membership", "organization", "sender"], + "required": ["action", "organization", "sender"], "properties": { "action": { "type": "string", "enum": ["deleted"] }, "membership": { "$ref": "common/membership.schema.json" }, diff --git a/payload-schemas/api.github.com/ping/event.schema.json b/payload-schemas/api.github.com/ping/event.schema.json index 9effbc9d2..1a08496bd 100644 --- a/payload-schemas/api.github.com/ping/event.schema.json +++ b/payload-schemas/api.github.com/ping/event.schema.json @@ -22,7 +22,8 @@ "updated_at", "created_at", "url", - "ping_url" + "ping_url", + "deliveries_url" ], "properties": { "type": { "type": "string" }, @@ -50,6 +51,7 @@ "url": { "type": "string", "format": "uri" }, "test_url": { "type": "string", "format": "uri" }, "ping_url": { "type": "string", "format": "uri" }, + "deliveries_url": { "type": "string", "format": "uri" }, "last_response": { "type": "object", "required": ["code", "status", "message"], diff --git a/payload-schemas/api.github.com/project_column/created.schema.json b/payload-schemas/api.github.com/project_column/created.schema.json index 4b170a0d1..fffab92c8 100644 --- a/payload-schemas/api.github.com/project_column/created.schema.json +++ b/payload-schemas/api.github.com/project_column/created.schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "project_column$created", "type": "object", - "required": ["action", "project_column", "repository", "sender"], + "required": ["action", "project_column", "sender"], "properties": { "action": { "type": "string", "enum": ["created"] }, "project_column": { "$ref": "common/project-column.schema.json" }, diff --git a/payload-schemas/api.github.com/project_column/deleted.schema.json b/payload-schemas/api.github.com/project_column/deleted.schema.json index 9d0d9f075..6845cf704 100644 --- a/payload-schemas/api.github.com/project_column/deleted.schema.json +++ b/payload-schemas/api.github.com/project_column/deleted.schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "project_column$deleted", "type": "object", - "required": ["action", "project_column", "repository", "sender"], + "required": ["action", "project_column", "sender"], "properties": { "action": { "type": "string", "enum": ["deleted"] }, "project_column": { "$ref": "common/project-column.schema.json" }, diff --git a/payload-schemas/api.github.com/project_column/edited.schema.json b/payload-schemas/api.github.com/project_column/edited.schema.json index d46fe0769..4c53c61b0 100644 --- a/payload-schemas/api.github.com/project_column/edited.schema.json +++ b/payload-schemas/api.github.com/project_column/edited.schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "project_column$edited", "type": "object", - "required": ["action", "changes", "project_column", "repository", "sender"], + "required": ["action", "changes", "project_column", "sender"], "properties": { "action": { "type": "string", "enum": ["edited"] }, "changes": { diff --git a/payload-schemas/api.github.com/project_column/moved.schema.json b/payload-schemas/api.github.com/project_column/moved.schema.json index 7b72a3c6b..44967e457 100644 --- a/payload-schemas/api.github.com/project_column/moved.schema.json +++ b/payload-schemas/api.github.com/project_column/moved.schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "project_column$moved", "type": "object", - "required": ["action", "project_column", "repository", "sender"], + "required": ["action", "project_column", "sender"], "properties": { "action": { "type": "string", "enum": ["moved"] }, "project_column": { "$ref": "common/project-column.schema.json" }, diff --git a/payload-types/schema.d.ts b/payload-types/schema.d.ts index 15ebb1675..428192f83 100644 --- a/payload-types/schema.d.ts +++ b/payload-types/schema.d.ts @@ -165,15 +165,14 @@ export type MembershipEvent = MembershipAddedEvent | MembershipRemovedEvent; export type MetaEvent = MetaDeletedEvent; export type WebhookEvents = | ( + | "branch_protection_rule" | "check_run" | "check_suite" | "code_scanning_alert" | "commit_comment" - | "content_reference" | "create" | "delete" | "deployment" - | "deployment_review" | "deployment_status" | "deploy_key" | "discussion" @@ -189,6 +188,7 @@ export type WebhookEvents = | "milestone" | "organization" | "org_block" + | "package" | "page_build" | "project" | "project_card" @@ -197,11 +197,11 @@ export type WebhookEvents = | "pull_request" | "pull_request_review" | "pull_request_review_comment" + | "pull_request_review_thread" | "push" | "registry_package" | "release" | "repository" - | "repository_dispatch" | "repository_import" | "repository_vulnerability_alert" | "secret_scanning_alert" @@ -210,7 +210,7 @@ export type WebhookEvents = | "team" | "team_add" | "watch" - | "workflow_dispatch" + | "workflow_job" | "workflow_run" )[] | ["*"]; @@ -552,6 +552,7 @@ export interface Repository { * Whether to allow private forks */ allow_forking?: boolean; + is_template: boolean; visibility?: "public" | "private"; /** * Whether to delete head branches when pull requests are merged @@ -2089,6 +2090,8 @@ export interface DeploymentCreatedEvent { payload: {}; original_environment: string; environment: string; + transient_environment?: boolean; + production_environment?: boolean; description: null; creator: User; created_at: string; @@ -2123,6 +2126,7 @@ export interface DeploymentStatusCreatedEvent { */ description: string; environment: string; + environment_url?: string; /** * The optional link added to the status. */ @@ -2218,6 +2222,19 @@ export interface Discussion { author_association: AuthorAssociation; active_lock_reason: string | null; body: string; + reactions?: Reactions; +} +export interface Reactions { + url: string; + total_count: number; + "+1": number; + "-1": number; + laugh: number; + hooray: number; + confused: number; + heart: number; + rocket: number; + eyes: number; } export interface DiscussionCategoryChangedEvent { changes: { @@ -2410,6 +2427,7 @@ export interface DiscussionCommentCreatedEvent { created_at: string; updated_at: string; body: string; + reactions: Reactions; }; discussion: Discussion; repository: Repository; @@ -2432,6 +2450,7 @@ export interface DiscussionCommentDeletedEvent { created_at: string; updated_at: string; body: string; + reactions: Reactions; }; discussion: Discussion; repository: Repository; @@ -2459,6 +2478,7 @@ export interface DiscussionCommentEditedEvent { created_at: string; updated_at: string; body: string; + reactions: Reactions; }; discussion: Discussion; repository: Repository; @@ -2606,6 +2626,7 @@ export interface Installation { workflows?: "read" | "write"; }; events: ( + | "branch_protection_rule" | "check_run" | "check_suite" | "code_scanning_alert" @@ -2638,6 +2659,7 @@ export interface Installation { | "pull_request" | "pull_request_review" | "pull_request_review_comment" + | "pull_request_review_thread" | "push" | "registry_package" | "release" @@ -2650,6 +2672,7 @@ export interface Installation { | "team_add" | "watch" | "workflow_dispatch" + | "workflow_job" | "workflow_run" )[]; created_at: string | number; @@ -2905,18 +2928,7 @@ export interface Issue { * Contents of the issue */ body: string | null; - reactions?: { - url: string; - total_count: number; - "+1": number; - "-1": number; - laugh: number; - hooray: number; - confused: number; - heart: number; - rocket: number; - eyes: number; - }; + reactions: Reactions; timeline_url?: string; } /** @@ -2972,6 +2984,7 @@ export interface IssueComment { * Contents of the issue comment */ body: string; + reactions: Reactions; performed_via_github_app: App | null; } export interface IssueCommentDeletedEvent { @@ -3599,6 +3612,7 @@ export interface MetaDeletedEvent { content_type: "json" | "form"; insecure_ssl: string; url: string; + secret: string; }; updated_at: string; created_at: string; @@ -3694,7 +3708,7 @@ export interface OrgBlockUnblockedEvent { } export interface OrganizationDeletedEvent { action: "deleted"; - membership: Membership; + membership?: Membership; sender: User; installation?: InstallationLite; organization: Organization; @@ -3962,6 +3976,7 @@ export interface PingEvent { url: string; test_url?: string; ping_url: string; + deliveries_url: string; last_response?: { code: null; status: string; @@ -4134,7 +4149,7 @@ export interface ProjectCardMovedEvent { export interface ProjectColumnCreatedEvent { action: "created"; project_column: ProjectColumn; - repository: Repository; + repository?: Repository; sender: User; installation?: InstallationLite; organization?: Organization; @@ -4158,7 +4173,7 @@ export interface ProjectColumn { export interface ProjectColumnDeletedEvent { action: "deleted"; project_column: ProjectColumn; - repository: Repository; + repository?: Repository; sender: User; installation?: InstallationLite; organization?: Organization; @@ -4171,7 +4186,7 @@ export interface ProjectColumnEditedEvent { }; }; project_column: ProjectColumn; - repository: Repository; + repository?: Repository; sender: User; installation?: InstallationLite; organization?: Organization; @@ -4179,7 +4194,7 @@ export interface ProjectColumnEditedEvent { export interface ProjectColumnMovedEvent { action: "moved"; project_column: ProjectColumn; - repository: Repository; + repository?: Repository; sender: User; installation?: InstallationLite; organization?: Organization; @@ -4828,6 +4843,7 @@ export interface PullRequestReviewComment { html: Link; pull_request: Link; }; + reactions: Reactions; /** * The first line of the range for a multi-line comment. */ @@ -5122,6 +5138,8 @@ export interface Release { tarball_url: string | null; zipball_url: string | null; body: string; + reactions?: Reactions; + discussion_url?: string; } /** * Data related to a release.