diff --git a/lib/normalize/index.js b/lib/normalize/index.js
index 87cfee72..3bc2d1f5 100644
--- a/lib/normalize/index.js
+++ b/lib/normalize/index.js
@@ -75,9 +75,9 @@ async function normalize(scenarioState, fixture) {
// normalize content-type value
if (fixture.reqheaders["content-type"]) {
- fixture.reqheaders["content-type"] = fixture.reqheaders[
- "content-type"
- ].replace(";charset=utf-8", "; charset=utf-8");
+ fixture.reqheaders["content-type"] = fixture.reqheaders["content-type"]
+ .replace(";charset=utf-8", "; charset=utf-8")
+ .replace("application/json", "application/json; charset=utf-8");
}
const responses = Array.isArray(fixture.response)
diff --git a/scenarios/api.github.com/add-labels-to-issue/normalized-fixture.json b/scenarios/api.github.com/add-labels-to-issue/normalized-fixture.json
index 57b718cf..61c0ea42 100644
--- a/scenarios/api.github.com/add-labels-to-issue/normalized-fixture.json
+++ b/scenarios/api.github.com/add-labels-to-issue/normalized-fixture.json
@@ -50,12 +50,12 @@
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues/1/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues/1/timeline",
"performed_via_github_app": null
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 33,
"host": "api.github.com"
@@ -125,7 +125,7 @@
],
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 30,
"host": "api.github.com"
diff --git a/scenarios/api.github.com/add-labels-to-issue/raw-fixture.json b/scenarios/api.github.com/add-labels-to-issue/raw-fixture.json
index 35f98b2b..12704ad2 100644
--- a/scenarios/api.github.com/add-labels-to-issue/raw-fixture.json
+++ b/scenarios/api.github.com/add-labels-to-issue/raw-fixture.json
@@ -4,14 +4,14 @@
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
"body": {
- "name": "tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy"
+ "name": "tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3"
},
"status": 201,
"response": {
- "id": 410044035,
- "node_id": "R_kgDOGHDGgw",
- "name": "tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy",
- "full_name": "octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy",
+ "id": 410128043,
+ "node_id": "R_kgDOGHIOqw",
+ "name": "tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3",
+ "full_name": "octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -33,53 +33,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/deployments",
- "created_at": "2021-09-24T17:12:44Z",
- "updated_at": "2021-09-24T17:12:44Z",
- "pushed_at": "2021-09-24T17:12:45Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/deployments",
+ "created_at": "2021-09-24T23:34:25Z",
+ "updated_at": "2021-09-24T23:34:25Z",
+ "pushed_at": "2021-09-24T23:34:26Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -140,7 +140,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:12:45 GMT",
+ "Fri, 24 Sep 2021 23:34:26 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -150,23 +150,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"c9d114717676117f19b0fd23f8d2cdc5a439224814080f4773f735439bfbb105\"",
+ "\"49dfe4582c3f93174176dc278dddc09f32f0a3bdd29cf694e0d2472d906f47ae\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4963",
+ "4992",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "37",
+ "8",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -188,7 +188,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C65D:7B69:144625D:15EDF92:614E070C",
+ "D90B:837E:2201527:23B0EFD:614E6081",
"connection",
"close"
],
@@ -205,18 +205,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues",
"body": { "title": "Issue without a label" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues/1",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues/1/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues/1/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues/1/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues/1",
- "id": 1006668598,
- "node_id": "I_kwDOGHDGg848AIs2",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues/1",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues/1/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues/1/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues/1/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues/1",
+ "id": 1006892787,
+ "node_id": "I_kwDOGHIOq848A_bz",
"number": 1,
"title": "Issue without a label",
"user": {
@@ -246,21 +246,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:12:47Z",
- "updated_at": "2021-09-24T17:12:47Z",
+ "created_at": "2021-09-24T23:34:28Z",
+ "updated_at": "2021-09-24T23:34:28Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues/1/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues/1/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:12:47 GMT",
+ "Fri, 24 Sep 2021 23:34:29 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -270,23 +270,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"e6f7b3af0849099a2aac44de54a779f4829f3b9635d19fd6bd3e6d9507276548\"",
+ "\"91190475f18215cc2805170c195d5eab8dd1fcfb144f734e8dcea2bc902563df\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues/1",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues/1",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4962",
+ "4991",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "38",
+ "9",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -308,7 +308,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C65E:2F26:CAAF3E:DD5DF3:614E070F",
+ "D90C:8A9D:363092:491271:614E6084",
"connection",
"close"
],
@@ -324,32 +324,32 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/issues/1/labels",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/issues/1/labels",
"body": { "labels": ["Foo", "bAr", "baZ"] },
"status": 200,
"response": [
{
- "id": 3386202110,
- "node_id": "LA_kwDOGHDGg87J1Vf-",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/labels/Foo",
+ "id": 3386962151,
+ "node_id": "LA_kwDOGHIOq87J4PDn",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/labels/Foo",
"name": "Foo",
"color": "ededed",
"default": false,
"description": null
},
{
- "id": 3386202114,
- "node_id": "LA_kwDOGHDGg87J1VgC",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/labels/bAr",
+ "id": 3386962152,
+ "node_id": "LA_kwDOGHIOq87J4PDo",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/labels/bAr",
"name": "bAr",
"color": "ededed",
"default": false,
"description": null
},
{
- "id": 3386202117,
- "node_id": "LA_kwDOGHDGg87J1VgF",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy/labels/baZ",
+ "id": 3386962153,
+ "node_id": "LA_kwDOGHIOq87J4PDp",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3/labels/baZ",
"name": "baZ",
"color": "ededed",
"default": false,
@@ -360,7 +360,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:12:51 GMT",
+ "Fri, 24 Sep 2021 23:34:32 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -370,7 +370,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"b8791bb285a8f43aae47d8c81e7dba25a393eeadef5013821d6030a92d794f3d\"",
+ "\"c18e31a731907b8b501fc9f2c9ba0c3d89b4cc72177db1e5c33a8e4680aa715e\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -380,11 +380,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4961",
+ "4990",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "39",
+ "10",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -406,7 +406,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C65F:1AC0:ACF1CD:B7CE2B:614E0712",
+ "D90D:7B6B:2EDF146:3107683:614E6087",
"connection",
"close"
],
@@ -422,7 +422,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924171244478-xyxwy",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-add-labels-to-issue-20210924233425649-h1xb3",
"body": "",
"status": 204,
"response": "",
@@ -430,7 +430,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:12:53 GMT",
+ "Fri, 24 Sep 2021 23:34:35 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -440,11 +440,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4960",
+ "4989",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "40",
+ "11",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -466,7 +466,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C660:2F22:2B9ECF:3B935B:614E0715",
+ "D90E:17F2:1D9FBAF:1F8E6E6:614E608A",
"connection",
"close"
],
diff --git a/scenarios/api.github.com/branch-protection/normalized-fixture.json b/scenarios/api.github.com/branch-protection/normalized-fixture.json
index e6200c24..652784ed 100644
--- a/scenarios/api.github.com/branch-protection/normalized-fixture.json
+++ b/scenarios/api.github.com/branch-protection/normalized-fixture.json
@@ -63,7 +63,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 111,
"host": "api.github.com"
@@ -213,7 +213,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 329,
"host": "api.github.com"
diff --git a/scenarios/api.github.com/branch-protection/raw-fixture.json b/scenarios/api.github.com/branch-protection/raw-fixture.json
index d8a8f6e7..b6060d2e 100644
--- a/scenarios/api.github.com/branch-protection/raw-fixture.json
+++ b/scenarios/api.github.com/branch-protection/raw-fixture.json
@@ -4,14 +4,14 @@
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
"body": {
- "name": "tmp-scenario-branch-protection-20210924171254077-fo7gn"
+ "name": "tmp-scenario-branch-protection-20210924233435459-3s2b8"
},
"status": 201,
"response": {
- "id": 410044080,
- "node_id": "R_kgDOGHDGsA",
- "name": "tmp-scenario-branch-protection-20210924171254077-fo7gn",
- "full_name": "octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn",
+ "id": 410128064,
+ "node_id": "R_kgDOGHIOwA",
+ "name": "tmp-scenario-branch-protection-20210924233435459-3s2b8",
+ "full_name": "octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -33,53 +33,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/deployments",
- "created_at": "2021-09-24T17:12:54Z",
- "updated_at": "2021-09-24T17:12:54Z",
- "pushed_at": "2021-09-24T17:12:55Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/deployments",
+ "created_at": "2021-09-24T23:34:35Z",
+ "updated_at": "2021-09-24T23:34:35Z",
+ "pushed_at": "2021-09-24T23:34:36Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -140,7 +140,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:12:55 GMT",
+ "Fri, 24 Sep 2021 23:34:36 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -150,23 +150,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"1fe11e14118e5771b228b0fe41c9570483c5fc70176d8289e659b98b21546aba\"",
+ "\"61f12b466e373b046dad903cc837a3bd69b9b9726c4c298f31ebcd7cdc3e418e\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4959",
+ "4988",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "41",
+ "12",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -188,7 +188,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C661:2ACB:1D888CE:1F5AC5C:614E0716",
+ "D90F:1AC2:126DABE:134F2A9:614E608B",
"connection",
"close"
],
@@ -205,7 +205,7 @@
{
"scope": "https://api.github.com:443",
"method": "put",
- "path": "/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/contents/README.md",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/contents/README.md",
"body": {
"message": "initial commit",
"content": "IyBicmFuY2gtcHJvdGVjdGlvbg=="
@@ -217,35 +217,35 @@
"path": "README.md",
"sha": "c2c82f494b3473a2b931b878d378cc4e1e59522a",
"size": 19,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/contents/README.md?ref=main",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/blob/main/README.md",
- "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/git/blobs/c2c82f494b3473a2b931b878d378cc4e1e59522a",
- "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/main/README.md",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/contents/README.md?ref=main",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/blob/main/README.md",
+ "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/git/blobs/c2c82f494b3473a2b931b878d378cc4e1e59522a",
+ "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/main/README.md",
"type": "file",
"_links": {
- "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/contents/README.md?ref=main",
- "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/git/blobs/c2c82f494b3473a2b931b878d378cc4e1e59522a",
- "html": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/blob/main/README.md"
+ "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/contents/README.md?ref=main",
+ "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/git/blobs/c2c82f494b3473a2b931b878d378cc4e1e59522a",
+ "html": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/blob/main/README.md"
}
},
"commit": {
- "sha": "c179035ca83bef30fe1dde60d03fddd29ee32362",
- "node_id": "C_kwDOGHDGsNoAKGMxNzkwMzVjYTgzYmVmMzBmZTFkZGU2MGQwM2ZkZGQyOWVlMzIzNjI",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/git/commits/c179035ca83bef30fe1dde60d03fddd29ee32362",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/commit/c179035ca83bef30fe1dde60d03fddd29ee32362",
+ "sha": "73914a12553a4aee9948be7bb11298b1d7e2c304",
+ "node_id": "C_kwDOGHIOwNoAKDczOTE0YTEyNTUzYTRhZWU5OTQ4YmU3YmIxMTI5OGIxZDdlMmMzMDQ",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/git/commits/73914a12553a4aee9948be7bb11298b1d7e2c304",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/commit/73914a12553a4aee9948be7bb11298b1d7e2c304",
"author": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:12:57Z"
+ "date": "2021-09-24T23:34:38Z"
},
"committer": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:12:57Z"
+ "date": "2021-09-24T23:34:38Z"
},
"tree": {
"sha": "ce0e063a59695a2c3d82c7395e6f43b9df50c7dc",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/git/trees/ce0e063a59695a2c3d82c7395e6f43b9df50c7dc"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/git/trees/ce0e063a59695a2c3d82c7395e6f43b9df50c7dc"
},
"message": "initial commit",
"parents": [],
@@ -261,7 +261,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:12:57 GMT",
+ "Fri, 24 Sep 2021 23:34:38 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -271,7 +271,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"6dc7289e34c52b7dc69320559d9d89c2cf47810f68de10d2af43d211e734226f\"",
+ "\"22cf68cc34df7e0efd77db662b2f748d749b4bc61b768e61e4e60daf58e7e603\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -281,11 +281,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4958",
+ "4987",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "42",
+ "13",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -307,7 +307,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C662:60BE:25F6281:27F3B22:614E0719",
+ "D910:7E98:E97421:FDE265:614E608E",
"connection",
"close"
],
@@ -324,7 +324,7 @@
{
"scope": "https://api.github.com:443",
"method": "put",
- "path": "/teams/2527061/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn",
+ "path": "/teams/2527061/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8",
"body": { "permission": "push" },
"status": 204,
"response": "",
@@ -332,7 +332,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:00 GMT",
+ "Fri, 24 Sep 2021 23:34:41 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -344,15 +344,15 @@
"Sunset",
"Mon, 01 Feb 2021 00:00:00 GMT",
"Link",
- "; rel=\"deprecation\"; type=\"text/html\", ; rel=\"alternate\"",
+ "; rel=\"deprecation\"; type=\"text/html\", ; rel=\"alternate\"",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4957",
+ "4986",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "43",
+ "14",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -374,7 +374,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C663:7A94:1721635:184AE52:614E071C",
+ "D911:7A94:1A5C7E2:1BA7AF1:614E6091",
"connection",
"close"
],
@@ -391,7 +391,7 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection",
"body": "",
"status": 404,
"response": {
@@ -402,7 +402,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:00 GMT",
+ "Fri, 24 Sep 2021 23:34:42 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -416,11 +416,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4956",
+ "4985",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "44",
+ "15",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -442,7 +442,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C664:6A8A:BEB95B:CC65D9:614E071C",
+ "D912:3BE8:98A8D:195659:614E6092",
"connection",
"close"
],
@@ -456,7 +456,7 @@
{
"scope": "https://api.github.com:443",
"method": "put",
- "path": "/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection",
"body": {
"required_status_checks": null,
"required_pull_request_reviews": null,
@@ -465,9 +465,9 @@
},
"status": 200,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection",
"enforce_admins": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/enforce_admins",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/enforce_admins",
"enabled": false
},
"required_linear_history": { "enabled": false },
@@ -479,7 +479,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:03 GMT",
+ "Fri, 24 Sep 2021 23:34:44 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -489,7 +489,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"717c5492ee52fadce5d25da1ababc8256875b296713662bf9dbe293834aa0ecb\"",
+ "\"bead262af10588378af5ae1b74896dafec867f2648aec429953311fa45f4aef9\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -499,11 +499,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4955",
+ "4984",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "45",
+ "16",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -525,7 +525,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C666:582A:2927F7F:2B2D04E:614E071F",
+ "D913:5829:20F1EBA:22DBF2D:614E6094",
"connection",
"close"
],
@@ -541,7 +541,7 @@
{
"scope": "https://api.github.com:443",
"method": "put",
- "path": "/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection",
"body": {
"required_status_checks": { "strict": true, "contexts": ["foo/bar"] },
"required_pull_request_reviews": {
@@ -560,18 +560,18 @@
},
"status": 200,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection",
"required_status_checks": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/required_status_checks",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/required_status_checks",
"strict": true,
"contexts": ["foo/bar"],
- "contexts_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/required_status_checks/contexts"
+ "contexts_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/required_status_checks/contexts"
},
"restrictions": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/restrictions",
- "users_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/restrictions/users",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/restrictions/teams",
- "apps_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/restrictions/apps",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/restrictions",
+ "users_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/restrictions/users",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/restrictions/teams",
+ "apps_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/restrictions/apps",
"users": [
{
"login": "octokit-fixture-user-a",
@@ -613,13 +613,13 @@
"apps": []
},
"required_pull_request_reviews": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/required_pull_request_reviews",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/required_pull_request_reviews",
"dismiss_stale_reviews": true,
"require_code_owner_reviews": false,
"dismissal_restrictions": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/dismissal_restrictions",
- "users_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/dismissal_restrictions/users",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/dismissal_restrictions/teams",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/dismissal_restrictions",
+ "users_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/dismissal_restrictions/users",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/dismissal_restrictions/teams",
"users": [
{
"login": "octokit-fixture-user-a",
@@ -646,7 +646,7 @@
}
},
"enforce_admins": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection/enforce_admins",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection/enforce_admins",
"enabled": true
},
"required_linear_history": { "enabled": false },
@@ -658,7 +658,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:06 GMT",
+ "Fri, 24 Sep 2021 23:34:47 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -668,7 +668,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"531ae09dc8ba416636c3ad984c264f07d410411023fb0709687d0ae687669b6f\"",
+ "\"c0dcb56d4e3de5d58cd4131b891dd810054ee23ef4e9f9e99b25665f0e625548\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -678,11 +678,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4954",
+ "4983",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "46",
+ "17",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -704,7 +704,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C667:5857:27A414D:29A6B56:614E0722",
+ "D914:1ABD:556020:6043E9:614E6097",
"connection",
"close"
],
@@ -720,7 +720,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924171254077-fo7gn/branches/main/protection",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-branch-protection-20210924233435459-3s2b8/branches/main/protection",
"body": "",
"status": 204,
"response": "",
@@ -728,7 +728,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:10 GMT",
+ "Fri, 24 Sep 2021 23:34:50 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -738,11 +738,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4953",
+ "4982",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "47",
+ "18",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -764,7 +764,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C668:60BE:25F6A11:27F4301:614E0726",
+ "D915:2ACB:1FC103D:21B17AB:614E609A",
"connection",
"close"
],
diff --git a/scenarios/api.github.com/create-file/normalized-fixture.json b/scenarios/api.github.com/create-file/normalized-fixture.json
index e764369a..cc497160 100644
--- a/scenarios/api.github.com/create-file/normalized-fixture.json
+++ b/scenarios/api.github.com/create-file/normalized-fixture.json
@@ -53,7 +53,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 58,
"host": "api.github.com"
diff --git a/scenarios/api.github.com/create-file/raw-fixture.json b/scenarios/api.github.com/create-file/raw-fixture.json
index 71d9a0b3..85322aaa 100644
--- a/scenarios/api.github.com/create-file/raw-fixture.json
+++ b/scenarios/api.github.com/create-file/raw-fixture.json
@@ -3,13 +3,13 @@
"scope": "https://api.github.com:443",
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
- "body": { "name": "tmp-scenario-create-file-20210924171310560-lks23" },
+ "body": { "name": "tmp-scenario-create-file-20210924233451010-34y9g" },
"status": 201,
"response": {
- "id": 410044162,
- "node_id": "R_kgDOGHDHAg",
- "name": "tmp-scenario-create-file-20210924171310560-lks23",
- "full_name": "octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23",
+ "id": 410128096,
+ "node_id": "R_kgDOGHIO4A",
+ "name": "tmp-scenario-create-file-20210924233451010-34y9g",
+ "full_name": "octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -31,53 +31,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/deployments",
- "created_at": "2021-09-24T17:13:10Z",
- "updated_at": "2021-09-24T17:13:10Z",
- "pushed_at": "2021-09-24T17:13:11Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/deployments",
+ "created_at": "2021-09-24T23:34:51Z",
+ "updated_at": "2021-09-24T23:34:51Z",
+ "pushed_at": "2021-09-24T23:34:51Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -138,7 +138,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:11 GMT",
+ "Fri, 24 Sep 2021 23:34:52 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -148,23 +148,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"7bb421411fb6e5b5db681eb4019cc2c7c7f429632a3b723a1b5632ebb4e27dba\"",
+ "\"433474b898b7fcbc9a4c36fafd1f37d510d3016c3f46a36c7a1d5af7c1b5d86e\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4952",
+ "4981",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "48",
+ "19",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -186,7 +186,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C669:2ACA:12B7E88:145E25A:614E0726",
+ "D916:17F3:283DD7B:2A5FDC1:614E609B",
"connection",
"close"
],
@@ -203,7 +203,7 @@
{
"scope": "https://api.github.com:443",
"method": "put",
- "path": "/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/contents/test.txt",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/contents/test.txt",
"body": { "message": "create test.txt", "content": "VGVzdCBjb250ZW50" },
"status": 201,
"response": {
@@ -212,35 +212,35 @@
"path": "test.txt",
"sha": "3f3f005b29247e51a4f4d6b8ce07b67646cd6074",
"size": 12,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/contents/test.txt?ref=main",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/blob/main/test.txt",
- "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/git/blobs/3f3f005b29247e51a4f4d6b8ce07b67646cd6074",
- "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/main/test.txt",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/contents/test.txt?ref=main",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/blob/main/test.txt",
+ "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/git/blobs/3f3f005b29247e51a4f4d6b8ce07b67646cd6074",
+ "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/main/test.txt",
"type": "file",
"_links": {
- "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/contents/test.txt?ref=main",
- "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/git/blobs/3f3f005b29247e51a4f4d6b8ce07b67646cd6074",
- "html": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/blob/main/test.txt"
+ "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/contents/test.txt?ref=main",
+ "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/git/blobs/3f3f005b29247e51a4f4d6b8ce07b67646cd6074",
+ "html": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/blob/main/test.txt"
}
},
"commit": {
- "sha": "27f5af6a7c3df7021d778aa5c7483cc4d4791132",
- "node_id": "C_kwDOGHDHAtoAKDI3ZjVhZjZhN2MzZGY3MDIxZDc3OGFhNWM3NDgzY2M0ZDQ3OTExMzI",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/git/commits/27f5af6a7c3df7021d778aa5c7483cc4d4791132",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/commit/27f5af6a7c3df7021d778aa5c7483cc4d4791132",
+ "sha": "9ed95bf8fa3c299d7292a364bb49f5b0ea0633f0",
+ "node_id": "C_kwDOGHIO4NoAKDllZDk1YmY4ZmEzYzI5OWQ3MjkyYTM2NGJiNDlmNWIwZWEwNjMzZjA",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/git/commits/9ed95bf8fa3c299d7292a364bb49f5b0ea0633f0",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/commit/9ed95bf8fa3c299d7292a364bb49f5b0ea0633f0",
"author": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:13:15Z"
+ "date": "2021-09-24T23:34:54Z"
},
"committer": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:13:15Z"
+ "date": "2021-09-24T23:34:54Z"
},
"tree": {
"sha": "1beb5e7fc6a813cf4e24c20a4e0a21c73d01a93f",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23/git/trees/1beb5e7fc6a813cf4e24c20a4e0a21c73d01a93f"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g/git/trees/1beb5e7fc6a813cf4e24c20a4e0a21c73d01a93f"
},
"message": "create test.txt",
"parents": [],
@@ -256,7 +256,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:15 GMT",
+ "Fri, 24 Sep 2021 23:34:54 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -266,7 +266,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"0305b2ea94916d382de5d9076ef965d9af47ff2b35c98a3a4d334316603ec4f4\"",
+ "\"e8b5dc00724eca8440fb0222e1a52168786156b98137f5c525a34bc3e5db407a\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -276,11 +276,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4951",
+ "4980",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "49",
+ "20",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -302,7 +302,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C66A:7E9A:14C8D5C:1612D6E:614E072A",
+ "D917:7E9A:16EA5D8:1851F95:614E609E",
"connection",
"close"
],
@@ -318,7 +318,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-create-file-20210924171310560-lks23",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-create-file-20210924233451010-34y9g",
"body": "",
"status": 204,
"response": "",
@@ -326,7 +326,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:16 GMT",
+ "Fri, 24 Sep 2021 23:34:57 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -336,11 +336,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4950",
+ "4979",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "50",
+ "21",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -362,7 +362,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C66B:6A8B:1429DAD:15216A5:614E072C",
+ "D918:79FE:2AB39A8:2CD804F:614E60A1",
"connection",
"close"
],
diff --git a/scenarios/api.github.com/create-status/normalized-fixture.json b/scenarios/api.github.com/create-status/normalized-fixture.json
index 6fa01a67..599f8315 100644
--- a/scenarios/api.github.com/create-status/normalized-fixture.json
+++ b/scenarios/api.github.com/create-status/normalized-fixture.json
@@ -44,7 +44,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 119,
"host": "api.github.com"
@@ -122,7 +122,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 119,
"host": "api.github.com"
diff --git a/scenarios/api.github.com/create-status/raw-fixture.json b/scenarios/api.github.com/create-status/raw-fixture.json
index 9163f236..a6d85024 100644
--- a/scenarios/api.github.com/create-status/raw-fixture.json
+++ b/scenarios/api.github.com/create-status/raw-fixture.json
@@ -3,13 +3,13 @@
"scope": "https://api.github.com:443",
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
- "body": { "name": "tmp-scenario-create-status-20210924171317054-4hr23" },
+ "body": { "name": "tmp-scenario-create-status-20210924233457607-taqte" },
"status": 201,
"response": {
- "id": 410044195,
- "node_id": "R_kgDOGHDHIw",
- "name": "tmp-scenario-create-status-20210924171317054-4hr23",
- "full_name": "octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23",
+ "id": 410128108,
+ "node_id": "R_kgDOGHIO7A",
+ "name": "tmp-scenario-create-status-20210924233457607-taqte",
+ "full_name": "octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -31,53 +31,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/deployments",
- "created_at": "2021-09-24T17:13:17Z",
- "updated_at": "2021-09-24T17:13:17Z",
- "pushed_at": "2021-09-24T17:13:17Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/deployments",
+ "created_at": "2021-09-24T23:34:57Z",
+ "updated_at": "2021-09-24T23:34:57Z",
+ "pushed_at": "2021-09-24T23:34:58Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -138,7 +138,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:18 GMT",
+ "Fri, 24 Sep 2021 23:34:58 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -148,23 +148,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"845b1b55ac730bf39d8dbbf37b8361941b072dff77a9630676f1a22f88701052\"",
+ "\"fd8f999dfcf02234491f7e0f35480a01e89160b43acb8897c647b52b20699747\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4949",
+ "4978",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "51",
+ "22",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -186,7 +186,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C66C:3BF2:135F559:148FD07:614E072D",
+ "D919:60BC:14F343F:16B7838:614E60A1",
"connection",
"close"
],
@@ -203,7 +203,7 @@
{
"scope": "https://api.github.com:443",
"method": "put",
- "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/contents/README.md",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/contents/README.md",
"body": { "message": "initial commit", "content": "IyBjcmVhdGUtc3RhdHVz" },
"status": 201,
"response": {
@@ -212,35 +212,35 @@
"path": "README.md",
"sha": "4919c3a86330d02992776d8ac2a4c4d1c1a2a8ce",
"size": 15,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/contents/README.md?ref=main",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/blob/main/README.md",
- "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/blobs/4919c3a86330d02992776d8ac2a4c4d1c1a2a8ce",
- "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/main/README.md",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/contents/README.md?ref=main",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/blob/main/README.md",
+ "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/blobs/4919c3a86330d02992776d8ac2a4c4d1c1a2a8ce",
+ "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/main/README.md",
"type": "file",
"_links": {
- "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/contents/README.md?ref=main",
- "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/blobs/4919c3a86330d02992776d8ac2a4c4d1c1a2a8ce",
- "html": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/blob/main/README.md"
+ "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/contents/README.md?ref=main",
+ "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/blobs/4919c3a86330d02992776d8ac2a4c4d1c1a2a8ce",
+ "html": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/blob/main/README.md"
}
},
"commit": {
- "sha": "5c7b6a56c470c77a46c781a86e32c4651fd1f091",
- "node_id": "C_kwDOGHDHI9oAKDVjN2I2YTU2YzQ3MGM3N2E0NmM3ODFhODZlMzJjNDY1MWZkMWYwOTE",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/commits/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/commit/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "sha": "70b36b501218a049439b05813f6296cf4c83085c",
+ "node_id": "C_kwDOGHIO7NoAKDcwYjM2YjUwMTIxOGEwNDk0MzliMDU4MTNmNjI5NmNmNGM4MzA4NWM",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/commits/70b36b501218a049439b05813f6296cf4c83085c",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/commit/70b36b501218a049439b05813f6296cf4c83085c",
"author": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:13:20Z"
+ "date": "2021-09-24T23:35:00Z"
},
"committer": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:13:20Z"
+ "date": "2021-09-24T23:35:00Z"
},
"tree": {
"sha": "1b5efd24a0ea8796f346874fc487e80331ae5b4a",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/trees/1b5efd24a0ea8796f346874fc487e80331ae5b4a"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/trees/1b5efd24a0ea8796f346874fc487e80331ae5b4a"
},
"message": "initial commit",
"parents": [],
@@ -256,7 +256,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:20 GMT",
+ "Fri, 24 Sep 2021 23:35:01 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -266,7 +266,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"0cbe2f0a9843c00b31536fefcfd8992c7f289546ad721fe2d04dd1d4fa0381d4\"",
+ "\"5403c71b41c8a9de33ce68f4e41a249a56e5d8be29c1d6618438f5f1f1abfcfc\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -276,11 +276,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4948",
+ "4977",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "52",
+ "23",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -302,7 +302,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C66D:5822:10B3C2:268D7C:614E0730",
+ "D91A:60BD:1D64AEB:1F523CF:614E60A4",
"connection",
"close"
],
@@ -319,7 +319,7 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/70b36b501218a049439b05813f6296cf4c83085c",
"body": {
"state": "failure",
"target_url": "https://example.com",
@@ -328,16 +328,16 @@
},
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/70b36b501218a049439b05813f6296cf4c83085c",
"avatar_url": "https://avatars.githubusercontent.com/u/31898046?v=4",
- "id": 14592052063,
- "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5MjA1MjA2Mw==",
+ "id": 14596124732,
+ "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5NjEyNDczMg==",
"state": "failure",
"description": "create-status failure test",
"target_url": "https://example.com",
"context": "example/1",
- "created_at": "2021-09-24T17:13:23Z",
- "updated_at": "2021-09-24T17:13:23Z",
+ "created_at": "2021-09-24T23:35:03Z",
+ "updated_at": "2021-09-24T23:35:03Z",
"creator": {
"login": "octokit-fixture-user-a",
"id": 31898046,
@@ -363,7 +363,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:23 GMT",
+ "Fri, 24 Sep 2021 23:35:03 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -373,23 +373,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"3a52267702ed7f83df3a74086b34d0638ad491f81526804b8fee80399e062624\"",
+ "\"5e5a16cbab3e1055c9cddbc59f524180a03f90a87f8e1d27e4b1b6d748fcd702\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/70b36b501218a049439b05813f6296cf4c83085c",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4947",
+ "4976",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "53",
+ "24",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -411,7 +411,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C66E:7A90:6CC05F:7AE62A:614E0733",
+ "D91B:1AC0:CBB9A5:D874B3:614E60A7",
"connection",
"close"
],
@@ -427,7 +427,7 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/70b36b501218a049439b05813f6296cf4c83085c",
"body": {
"state": "success",
"target_url": "https://example.com",
@@ -436,16 +436,16 @@
},
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/70b36b501218a049439b05813f6296cf4c83085c",
"avatar_url": "https://avatars.githubusercontent.com/u/31898046?v=4",
- "id": 14592052711,
- "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5MjA1MjcxMQ==",
+ "id": 14596125059,
+ "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5NjEyNTA1OQ==",
"state": "success",
"description": "create-status success test",
"target_url": "https://example.com",
"context": "example/2",
- "created_at": "2021-09-24T17:13:26Z",
- "updated_at": "2021-09-24T17:13:26Z",
+ "created_at": "2021-09-24T23:35:06Z",
+ "updated_at": "2021-09-24T23:35:06Z",
"creator": {
"login": "octokit-fixture-user-a",
"id": 31898046,
@@ -471,7 +471,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:26 GMT",
+ "Fri, 24 Sep 2021 23:35:06 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -481,23 +481,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"4b6993016a040eee3542053d455a064fc03ed3ca6d067187ecdf423aa9d0a95e\"",
+ "\"4d5e063d947b1ca7cf85658a64c9d9a32f2a3aef2e62a7a27904ccf94e69e191\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/70b36b501218a049439b05813f6296cf4c83085c",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4946",
+ "4975",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "54",
+ "25",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -519,7 +519,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C66F:17F1:128726F:142D109:614E0736",
+ "D91C:8A9F:98C809:AD456A:614E60AA",
"connection",
"close"
],
@@ -535,21 +535,21 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/commits/5c7b6a56c470c77a46c781a86e32c4651fd1f091/statuses",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/commits/70b36b501218a049439b05813f6296cf4c83085c/statuses",
"body": "",
"status": 200,
"response": [
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/70b36b501218a049439b05813f6296cf4c83085c",
"avatar_url": "https://avatars.githubusercontent.com/u/31898046?v=4",
- "id": 14592052711,
- "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5MjA1MjcxMQ==",
+ "id": 14596125059,
+ "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5NjEyNTA1OQ==",
"state": "success",
"description": "create-status success test",
"target_url": "https://example.com",
"context": "example/2",
- "created_at": "2021-09-24T17:13:26Z",
- "updated_at": "2021-09-24T17:13:26Z",
+ "created_at": "2021-09-24T23:35:06Z",
+ "updated_at": "2021-09-24T23:35:06Z",
"creator": {
"login": "octokit-fixture-user-a",
"id": 31898046,
@@ -572,16 +572,16 @@
}
},
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/70b36b501218a049439b05813f6296cf4c83085c",
"avatar_url": "https://avatars.githubusercontent.com/u/31898046?v=4",
- "id": 14592052063,
- "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5MjA1MjA2Mw==",
+ "id": 14596124732,
+ "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5NjEyNDczMg==",
"state": "failure",
"description": "create-status failure test",
"target_url": "https://example.com",
"context": "example/1",
- "created_at": "2021-09-24T17:13:23Z",
- "updated_at": "2021-09-24T17:13:23Z",
+ "created_at": "2021-09-24T23:35:03Z",
+ "updated_at": "2021-09-24T23:35:03Z",
"creator": {
"login": "octokit-fixture-user-a",
"id": 31898046,
@@ -608,7 +608,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:29 GMT",
+ "Fri, 24 Sep 2021 23:35:10 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -618,7 +618,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"2141bb34d95454141d4d5935d411992f1fd5b9acd99eb4f879d075bf0d4d58aa\"",
+ "\"636448a3be40f5088d95bc7e055905fefef8c289a5f8b5f252c41bb7ad993755\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -628,11 +628,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4945",
+ "4974",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "55",
+ "26",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -654,7 +654,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C670:1ABB:1B7BE5:2413D6:614E0739",
+ "D920:3BF3:1E24D66:1F97FBB:614E60AE",
"connection",
"close"
],
@@ -668,44 +668,44 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/commits/5c7b6a56c470c77a46c781a86e32c4651fd1f091/status",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/commits/70b36b501218a049439b05813f6296cf4c83085c/status",
"body": "",
"status": 200,
"response": {
"state": "failure",
"statuses": [
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/70b36b501218a049439b05813f6296cf4c83085c",
"avatar_url": "https://avatars.githubusercontent.com/u/31898046?v=4",
- "id": 14592052063,
- "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5MjA1MjA2Mw==",
+ "id": 14596124732,
+ "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5NjEyNDczMg==",
"state": "failure",
"description": "create-status failure test",
"target_url": "https://example.com",
"context": "example/1",
- "created_at": "2021-09-24T17:13:23Z",
- "updated_at": "2021-09-24T17:13:23Z"
+ "created_at": "2021-09-24T23:35:03Z",
+ "updated_at": "2021-09-24T23:35:03Z"
},
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/70b36b501218a049439b05813f6296cf4c83085c",
"avatar_url": "https://avatars.githubusercontent.com/u/31898046?v=4",
- "id": 14592052711,
- "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5MjA1MjcxMQ==",
+ "id": 14596125059,
+ "node_id": "MDEzOlN0YXR1c0NvbnRleHQxNDU5NjEyNTA1OQ==",
"state": "success",
"description": "create-status success test",
"target_url": "https://example.com",
"context": "example/2",
- "created_at": "2021-09-24T17:13:26Z",
- "updated_at": "2021-09-24T17:13:26Z"
+ "created_at": "2021-09-24T23:35:06Z",
+ "updated_at": "2021-09-24T23:35:06Z"
}
],
- "sha": "5c7b6a56c470c77a46c781a86e32c4651fd1f091",
+ "sha": "70b36b501218a049439b05813f6296cf4c83085c",
"total_count": 2,
"repository": {
- "id": 410044195,
- "node_id": "R_kgDOGHDHIw",
- "name": "tmp-scenario-create-status-20210924171317054-4hr23",
- "full_name": "octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23",
+ "id": 410128108,
+ "node_id": "R_kgDOGHIO7A",
+ "name": "tmp-scenario-create-status-20210924233457607-taqte",
+ "full_name": "octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -727,55 +727,55 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/deployments"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/deployments"
},
- "commit_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/commits/5c7b6a56c470c77a46c781a86e32c4651fd1f091",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23/commits/5c7b6a56c470c77a46c781a86e32c4651fd1f091/status"
+ "commit_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/commits/70b36b501218a049439b05813f6296cf4c83085c",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte/commits/70b36b501218a049439b05813f6296cf4c83085c/status"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:30 GMT",
+ "Fri, 24 Sep 2021 23:35:10 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -785,7 +785,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"6adbf5f73195944aa9d11b9139df413eb591905ba50fa5679ac5609a6723b762\"",
+ "\"eac35a0068f81a64a18d59d9119acee6f341a7da7c7bfffd8fc59a665bfbc541\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -795,11 +795,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4944",
+ "4973",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "56",
+ "27",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -821,7 +821,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C671:5828:1343B12:14EAF23:614E0739",
+ "D921:5855:148995C:164B6D6:614E60AE",
"connection",
"close"
],
@@ -835,7 +835,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924171317054-4hr23",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-create-status-20210924233457607-taqte",
"body": "",
"status": 204,
"response": "",
@@ -843,7 +843,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:30 GMT",
+ "Fri, 24 Sep 2021 23:35:10 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -853,11 +853,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4943",
+ "4972",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "57",
+ "28",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -879,7 +879,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C672:6A87:38B235:43D5FD:614E073A",
+ "D922:17F3:283E61B:2A606D3:614E60AE",
"connection",
"close"
],
diff --git a/scenarios/api.github.com/errors/normalized-fixture.json b/scenarios/api.github.com/errors/normalized-fixture.json
index 07d29178..4e5c19bd 100644
--- a/scenarios/api.github.com/errors/normalized-fixture.json
+++ b/scenarios/api.github.com/errors/normalized-fixture.json
@@ -12,7 +12,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 32,
"host": "api.github.com"
diff --git a/scenarios/api.github.com/errors/raw-fixture.json b/scenarios/api.github.com/errors/raw-fixture.json
index 33936d9c..c5b1e4c3 100644
--- a/scenarios/api.github.com/errors/raw-fixture.json
+++ b/scenarios/api.github.com/errors/raw-fixture.json
@@ -3,13 +3,13 @@
"scope": "https://api.github.com:443",
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
- "body": { "name": "tmp-scenario-errors-20210924171330734-bqdyy" },
+ "body": { "name": "tmp-scenario-errors-20210924233511090-r6hm7" },
"status": 201,
"response": {
- "id": 410044261,
- "node_id": "R_kgDOGHDHZQ",
- "name": "tmp-scenario-errors-20210924171330734-bqdyy",
- "full_name": "octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy",
+ "id": 410128130,
+ "node_id": "R_kgDOGHIPAg",
+ "name": "tmp-scenario-errors-20210924233511090-r6hm7",
+ "full_name": "octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -31,53 +31,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/deployments",
- "created_at": "2021-09-24T17:13:31Z",
- "updated_at": "2021-09-24T17:13:31Z",
- "pushed_at": "2021-09-24T17:13:31Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/deployments",
+ "created_at": "2021-09-24T23:35:11Z",
+ "updated_at": "2021-09-24T23:35:11Z",
+ "pushed_at": "2021-09-24T23:35:11Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -138,7 +138,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:32 GMT",
+ "Fri, 24 Sep 2021 23:35:12 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -148,23 +148,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"89ceebefe08184c7fde94e83157d1f5ecba2e122ba416f8b681413c4fda4c246\"",
+ "\"88f5268ecf3561295ffd12846107064577aacb6bca2a71db99277d6fe4aecaad\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4942",
+ "4971",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "58",
+ "29",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -186,7 +186,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C673:17EF:7490A9:8BF6B4:614E073A",
+ "D923:5828:14B6C65:16794A9:614E60AF",
"connection",
"close"
],
@@ -203,7 +203,7 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy/labels",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7/labels",
"body": { "name": "foo", "color": "invalid" },
"status": 422,
"response": {
@@ -215,7 +215,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:34 GMT",
+ "Fri, 24 Sep 2021 23:35:14 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -229,11 +229,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4941",
+ "4970",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "59",
+ "30",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -255,7 +255,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C674:2F29:1CCE149:1E3AF63:614E073D",
+ "D924:6A8A:DCD9A2:EC63A2:614E60B2",
"connection",
"close"
],
@@ -271,7 +271,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-errors-20210924171330734-bqdyy",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-errors-20210924233511090-r6hm7",
"body": "",
"status": 204,
"response": "",
@@ -279,7 +279,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:37 GMT",
+ "Fri, 24 Sep 2021 23:35:17 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -289,11 +289,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4940",
+ "4969",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "60",
+ "31",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -315,7 +315,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C675:837C:15C75EF:172E38B:614E0740",
+ "D925:582A:2C484D2:2E6EF62:614E60B5",
"connection",
"close"
],
diff --git a/scenarios/api.github.com/git-refs/normalized-fixture.json b/scenarios/api.github.com/git-refs/normalized-fixture.json
index 4bb85368..4d827bc7 100644
--- a/scenarios/api.github.com/git-refs/normalized-fixture.json
+++ b/scenarios/api.github.com/git-refs/normalized-fixture.json
@@ -72,7 +72,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 74,
"host": "api.github.com"
@@ -123,7 +123,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 50,
"host": "api.github.com"
diff --git a/scenarios/api.github.com/git-refs/raw-fixture.json b/scenarios/api.github.com/git-refs/raw-fixture.json
index 54fd7289..a8bd9e4c 100644
--- a/scenarios/api.github.com/git-refs/raw-fixture.json
+++ b/scenarios/api.github.com/git-refs/raw-fixture.json
@@ -3,13 +3,13 @@
"scope": "https://api.github.com:443",
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
- "body": { "name": "tmp-scenario-git-refs-20210924171347054-xsit3" },
+ "body": { "name": "tmp-scenario-git-refs-20210924233525636-uyvsp" },
"status": 201,
"response": {
- "id": 410044354,
- "node_id": "R_kgDOGHDHwg",
- "name": "tmp-scenario-git-refs-20210924171347054-xsit3",
- "full_name": "octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3",
+ "id": 410128168,
+ "node_id": "R_kgDOGHIPKA",
+ "name": "tmp-scenario-git-refs-20210924233525636-uyvsp",
+ "full_name": "octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -31,53 +31,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/deployments",
- "created_at": "2021-09-24T17:13:47Z",
- "updated_at": "2021-09-24T17:13:47Z",
- "pushed_at": "2021-09-24T17:13:48Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/deployments",
+ "created_at": "2021-09-24T23:35:25Z",
+ "updated_at": "2021-09-24T23:35:25Z",
+ "pushed_at": "2021-09-24T23:35:26Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -138,7 +138,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:48 GMT",
+ "Fri, 24 Sep 2021 23:35:26 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -148,23 +148,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"d47cf5027361755fa10ea9e0aca32870aacb82063b0688e7fe6f71d2f9161035\"",
+ "\"c92ff11dc44a8371e2c5ad41a45aa66a0df9e6e40da7a26d35b0608f9c130d7f\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4931",
+ "4960",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "69",
+ "40",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -186,7 +186,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C680:2F29:1CCE6D5:1E3B546:614E074B",
+ "D930:2F29:1FA09FB:212F23E:614E60BD",
"connection",
"close"
],
@@ -203,7 +203,7 @@
{
"scope": "https://api.github.com:443",
"method": "put",
- "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/contents/1.md",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/contents/1.md",
"body": {
"message": "initial commit",
"content": "IyBnaXQtcmVmcwpjcmVhdGVkIHdpdGggaW5pdGlhbCBjb21taXQ="
@@ -215,35 +215,35 @@
"path": "1.md",
"sha": "efb4e58bed5897ce80d61beb16d99d29b86c7e61",
"size": 38,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/contents/1.md?ref=main",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/blob/main/1.md",
- "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/blobs/efb4e58bed5897ce80d61beb16d99d29b86c7e61",
- "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/main/1.md",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/contents/1.md?ref=main",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/blob/main/1.md",
+ "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/blobs/efb4e58bed5897ce80d61beb16d99d29b86c7e61",
+ "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/main/1.md",
"type": "file",
"_links": {
- "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/contents/1.md?ref=main",
- "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/blobs/efb4e58bed5897ce80d61beb16d99d29b86c7e61",
- "html": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/blob/main/1.md"
+ "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/contents/1.md?ref=main",
+ "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/blobs/efb4e58bed5897ce80d61beb16d99d29b86c7e61",
+ "html": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/blob/main/1.md"
}
},
"commit": {
- "sha": "7878dc484f5aea9adbbbf1e3a4aa45c1ce7ac7e8",
- "node_id": "C_kwDOGHDHwtoAKDc4NzhkYzQ4NGY1YWVhOWFkYmJiZjFlM2E0YWE0NWMxY2U3YWM3ZTg",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/commits/7878dc484f5aea9adbbbf1e3a4aa45c1ce7ac7e8",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/commit/7878dc484f5aea9adbbbf1e3a4aa45c1ce7ac7e8",
+ "sha": "96dff207eb92e7f7b0cac4efae26b24a537f14a5",
+ "node_id": "C_kwDOGHIPKNoAKDk2ZGZmMjA3ZWI5MmU3ZjdiMGNhYzRlZmFlMjZiMjRhNTM3ZjE0YTU",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/commits/96dff207eb92e7f7b0cac4efae26b24a537f14a5",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/commit/96dff207eb92e7f7b0cac4efae26b24a537f14a5",
"author": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:13:51Z"
+ "date": "2021-09-24T23:35:28Z"
},
"committer": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:13:51Z"
+ "date": "2021-09-24T23:35:28Z"
},
"tree": {
"sha": "e083eec6504705df270696e506e84328bb24fc28",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/trees/e083eec6504705df270696e506e84328bb24fc28"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/trees/e083eec6504705df270696e506e84328bb24fc28"
},
"message": "initial commit",
"parents": [],
@@ -259,7 +259,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:51 GMT",
+ "Fri, 24 Sep 2021 23:35:29 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -269,7 +269,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"cd37b2e967788425d500fcd7201870eebf44c65e5b156437b92e9966c59ac693\"",
+ "\"d72205994a212dd9ed93739e0526d45a8f386a2189012017cc5e5356c2840808\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -279,11 +279,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4930",
+ "4959",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "70",
+ "41",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -305,7 +305,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C681:2ACB:1D89E9F:1F5C360:614E074F",
+ "D931:8AA0:F90800:10F081B:614E60C0",
"connection",
"close"
],
@@ -322,7 +322,7 @@
{
"scope": "https://api.github.com:443",
"method": "put",
- "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/contents/2.md",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/contents/2.md",
"body": {
"message": "2nd commit",
"content": "IyBnaXQtcmVmcwpjcmVhdGVkIHdpdGggMm5kIGNvbW1pdA=="
@@ -334,42 +334,42 @@
"path": "2.md",
"sha": "5848e0398d82a51a457360a8715054966813e417",
"size": 34,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/contents/2.md?ref=main",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/blob/main/2.md",
- "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/blobs/5848e0398d82a51a457360a8715054966813e417",
- "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/main/2.md",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/contents/2.md?ref=main",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/blob/main/2.md",
+ "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/blobs/5848e0398d82a51a457360a8715054966813e417",
+ "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/main/2.md",
"type": "file",
"_links": {
- "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/contents/2.md?ref=main",
- "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/blobs/5848e0398d82a51a457360a8715054966813e417",
- "html": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/blob/main/2.md"
+ "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/contents/2.md?ref=main",
+ "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/blobs/5848e0398d82a51a457360a8715054966813e417",
+ "html": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/blob/main/2.md"
}
},
"commit": {
- "sha": "21404ca64b3c302ea6fbd5bc089de150eebbc418",
- "node_id": "C_kwDOGHDHwtoAKDIxNDA0Y2E2NGIzYzMwMmVhNmZiZDViYzA4OWRlMTUwZWViYmM0MTg",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/commits/21404ca64b3c302ea6fbd5bc089de150eebbc418",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/commit/21404ca64b3c302ea6fbd5bc089de150eebbc418",
+ "sha": "2e2b6ed18d45f17939281ace919270758eba1771",
+ "node_id": "C_kwDOGHIPKNoAKDJlMmI2ZWQxOGQ0NWYxNzkzOTI4MWFjZTkxOTI3MDc1OGViYTE3NzE",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/commits/2e2b6ed18d45f17939281ace919270758eba1771",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/commit/2e2b6ed18d45f17939281ace919270758eba1771",
"author": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:13:53Z"
+ "date": "2021-09-24T23:35:31Z"
},
"committer": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:13:53Z"
+ "date": "2021-09-24T23:35:31Z"
},
"tree": {
"sha": "61541b33729da14ec74d056dc7b63314e40f2309",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/trees/61541b33729da14ec74d056dc7b63314e40f2309"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/trees/61541b33729da14ec74d056dc7b63314e40f2309"
},
"message": "2nd commit",
"parents": [
{
- "sha": "7878dc484f5aea9adbbbf1e3a4aa45c1ce7ac7e8",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/commits/7878dc484f5aea9adbbbf1e3a4aa45c1ce7ac7e8",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/commit/7878dc484f5aea9adbbbf1e3a4aa45c1ce7ac7e8"
+ "sha": "96dff207eb92e7f7b0cac4efae26b24a537f14a5",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/commits/96dff207eb92e7f7b0cac4efae26b24a537f14a5",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/commit/96dff207eb92e7f7b0cac4efae26b24a537f14a5"
}
],
"verification": {
@@ -384,7 +384,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:53 GMT",
+ "Fri, 24 Sep 2021 23:35:32 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -394,7 +394,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"d1f8a6b39cc52f9cad45a103ceb0c19ad23d4cd37dd8596fc3d407d45ad640be\"",
+ "\"bff4856462bd10f87a120db127c079aa1be8674d7b88b6bf2feac89134acb5bd\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -404,11 +404,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4929",
+ "4958",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "71",
+ "42",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -430,7 +430,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C682:2F24:4D03FB:5D8131:614E0751",
+ "D933:60BD:1D65495:1F52E0E:614E60C3",
"connection",
"close"
],
@@ -447,18 +447,18 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs/",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs/",
"body": "",
"status": 200,
"response": [
{
"ref": "refs/heads/main",
- "node_id": "REF_kwDOGHDHwq9yZWZzL2hlYWRzL21haW4",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs/heads/main",
+ "node_id": "REF_kwDOGHIPKK9yZWZzL2hlYWRzL21haW4",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs/heads/main",
"object": {
- "sha": "21404ca64b3c302ea6fbd5bc089de150eebbc418",
+ "sha": "2e2b6ed18d45f17939281ace919270758eba1771",
"type": "commit",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/commits/21404ca64b3c302ea6fbd5bc089de150eebbc418"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/commits/2e2b6ed18d45f17939281ace919270758eba1771"
}
}
],
@@ -466,7 +466,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:53 GMT",
+ "Fri, 24 Sep 2021 23:35:32 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -476,9 +476,9 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"c535b486fd8fe7aac51ec01e8ce47a9088fc9a8a6e8c061dcd696794701186e1\"",
+ "\"e872cbd2c43337ca501abc088e72d01587374eee440b4bc6511e09b81685439c\"",
"Last-Modified",
- "Fri, 24 Sep 2021 17:13:53 GMT",
+ "Fri, 24 Sep 2021 23:35:31 GMT",
"X-Poll-Interval",
"300",
"X-OAuth-Scopes",
@@ -490,11 +490,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4928",
+ "4957",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "72",
+ "43",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -516,7 +516,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C683:5828:1344065:14EB4E2:614E0751",
+ "D934:5827:D1E577:EC4115:614E60C4",
"connection",
"close"
],
@@ -530,27 +530,27 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs",
"body": {
"ref": "refs/heads/test",
- "sha": "7878dc484f5aea9adbbbf1e3a4aa45c1ce7ac7e8"
+ "sha": "96dff207eb92e7f7b0cac4efae26b24a537f14a5"
},
"status": 201,
"response": {
"ref": "refs/heads/test",
- "node_id": "REF_kwDOGHDHwq9yZWZzL2hlYWRzL3Rlc3Q",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs/heads/test",
+ "node_id": "REF_kwDOGHIPKK9yZWZzL2hlYWRzL3Rlc3Q",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs/heads/test",
"object": {
- "sha": "7878dc484f5aea9adbbbf1e3a4aa45c1ce7ac7e8",
+ "sha": "96dff207eb92e7f7b0cac4efae26b24a537f14a5",
"type": "commit",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/commits/7878dc484f5aea9adbbbf1e3a4aa45c1ce7ac7e8"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/commits/96dff207eb92e7f7b0cac4efae26b24a537f14a5"
}
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:56 GMT",
+ "Fri, 24 Sep 2021 23:35:35 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -560,23 +560,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"f93034da1d20647bfd036504d22c6b29a1f4f759a10678c2416cd44fb8fb5a2c\"",
+ "\"5b2c0b8e6f5758a3fe27500dfca56a0b57bf656c62c3ee4a4d07ee291076c1f0\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs/heads/test",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs/heads/test",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4927",
+ "4956",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "73",
+ "44",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -598,7 +598,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C684:15B4:51AFEA:5706A3:614E0754",
+ "D935:60BC:14F3BB9:16B805F:614E60C6",
"connection",
"close"
],
@@ -614,24 +614,24 @@
{
"scope": "https://api.github.com:443",
"method": "patch",
- "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs/heads/test",
- "body": { "sha": "21404ca64b3c302ea6fbd5bc089de150eebbc418" },
+ "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs/heads/test",
+ "body": { "sha": "2e2b6ed18d45f17939281ace919270758eba1771" },
"status": 200,
"response": {
"ref": "refs/heads/test",
- "node_id": "REF_kwDOGHDHwq9yZWZzL2hlYWRzL3Rlc3Q",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs/heads/test",
+ "node_id": "REF_kwDOGHIPKK9yZWZzL2hlYWRzL3Rlc3Q",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs/heads/test",
"object": {
- "sha": "21404ca64b3c302ea6fbd5bc089de150eebbc418",
+ "sha": "2e2b6ed18d45f17939281ace919270758eba1771",
"type": "commit",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/commits/21404ca64b3c302ea6fbd5bc089de150eebbc418"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/commits/2e2b6ed18d45f17939281ace919270758eba1771"
}
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:59 GMT",
+ "Fri, 24 Sep 2021 23:35:38 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -641,7 +641,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"952b13b7fbf75491dbfbc762c8500fb4b54d57e9aa6d103aa75580fd76759087\"",
+ "\"c9973d58e568ecf1c22d47c11d15fc2506fae1ade24bf9bd3dfee982da7e22f9\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -651,11 +651,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4926",
+ "4955",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "74",
+ "45",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -677,7 +677,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C685:7A94:17232A5:184CC1E:614E0757",
+ "D937:2F28:1620B46:17880F1:614E60C9",
"connection",
"close"
],
@@ -693,28 +693,28 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs/",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs/",
"body": "",
"status": 200,
"response": [
{
"ref": "refs/heads/main",
- "node_id": "REF_kwDOGHDHwq9yZWZzL2hlYWRzL21haW4",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs/heads/main",
+ "node_id": "REF_kwDOGHIPKK9yZWZzL2hlYWRzL21haW4",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs/heads/main",
"object": {
- "sha": "21404ca64b3c302ea6fbd5bc089de150eebbc418",
+ "sha": "2e2b6ed18d45f17939281ace919270758eba1771",
"type": "commit",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/commits/21404ca64b3c302ea6fbd5bc089de150eebbc418"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/commits/2e2b6ed18d45f17939281ace919270758eba1771"
}
},
{
"ref": "refs/heads/test",
- "node_id": "REF_kwDOGHDHwq9yZWZzL2hlYWRzL3Rlc3Q",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs/heads/test",
+ "node_id": "REF_kwDOGHIPKK9yZWZzL2hlYWRzL3Rlc3Q",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs/heads/test",
"object": {
- "sha": "21404ca64b3c302ea6fbd5bc089de150eebbc418",
+ "sha": "2e2b6ed18d45f17939281ace919270758eba1771",
"type": "commit",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/commits/21404ca64b3c302ea6fbd5bc089de150eebbc418"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/commits/2e2b6ed18d45f17939281ace919270758eba1771"
}
}
],
@@ -722,7 +722,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:13:59 GMT",
+ "Fri, 24 Sep 2021 23:35:38 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -732,9 +732,9 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"fbf2a06e09ed280ad5b6b8da0c9d9b10b0de320a266da82fbe5852496d321c2b\"",
+ "\"fdd65bf202b36821c5361dbe63b0bbc724fe78a6010569ba96e9e23471d66eef\"",
"Last-Modified",
- "Fri, 24 Sep 2021 17:13:54 GMT",
+ "Fri, 24 Sep 2021 23:35:34 GMT",
"X-Poll-Interval",
"300",
"X-OAuth-Scopes",
@@ -746,11 +746,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4925",
+ "4954",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "75",
+ "46",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -772,7 +772,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C686:1AC0:AD0EE0:B7ECAA:614E0757",
+ "D938:60BD:1D65675:1F53017:614E60CA",
"connection",
"close"
],
@@ -786,7 +786,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3/git/refs/heads/test",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp/git/refs/heads/test",
"body": "",
"status": 204,
"response": "",
@@ -794,7 +794,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:03 GMT",
+ "Fri, 24 Sep 2021 23:35:40 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -804,11 +804,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4924",
+ "4953",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "76",
+ "47",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -830,7 +830,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C687:17F1:1287C21:142DB7C:614E075B",
+ "D939:15B2:4AC442:50F25D:614E60CC",
"connection",
"close"
],
@@ -844,7 +844,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924171347054-xsit3",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-git-refs-20210924233525636-uyvsp",
"body": "",
"status": 204,
"response": "",
@@ -852,7 +852,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:05 GMT",
+ "Fri, 24 Sep 2021 23:35:44 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -862,11 +862,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4923",
+ "4952",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "77",
+ "48",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -888,7 +888,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C688:3BEF:7CF268:8D2E05:614E075D",
+ "D93A:7B6A:2170C23:2363A52:614E60CF",
"connection",
"close"
],
diff --git a/scenarios/api.github.com/labels/normalized-fixture.json b/scenarios/api.github.com/labels/normalized-fixture.json
index 29ffeeaf..b92629dc 100644
--- a/scenarios/api.github.com/labels/normalized-fixture.json
+++ b/scenarios/api.github.com/labels/normalized-fixture.json
@@ -137,7 +137,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 38,
"host": "api.github.com"
@@ -235,7 +235,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 50,
"host": "api.github.com"
diff --git a/scenarios/api.github.com/labels/raw-fixture.json b/scenarios/api.github.com/labels/raw-fixture.json
index ddd6ac96..8717b878 100644
--- a/scenarios/api.github.com/labels/raw-fixture.json
+++ b/scenarios/api.github.com/labels/raw-fixture.json
@@ -3,13 +3,13 @@
"scope": "https://api.github.com:443",
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
- "body": { "name": "tmp-scenario-labels-20210924171405582-yi658" },
+ "body": { "name": "tmp-scenario-labels-20210924233544207-r3s6z" },
"status": 201,
"response": {
- "id": 410044426,
- "node_id": "R_kgDOGHDICg",
- "name": "tmp-scenario-labels-20210924171405582-yi658",
- "full_name": "octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658",
+ "id": 410128209,
+ "node_id": "R_kgDOGHIPUQ",
+ "name": "tmp-scenario-labels-20210924233544207-r3s6z",
+ "full_name": "octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -31,53 +31,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/deployments",
- "created_at": "2021-09-24T17:14:05Z",
- "updated_at": "2021-09-24T17:14:05Z",
- "pushed_at": "2021-09-24T17:14:06Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/deployments",
+ "created_at": "2021-09-24T23:35:44Z",
+ "updated_at": "2021-09-24T23:35:44Z",
+ "pushed_at": "2021-09-24T23:35:45Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -138,7 +138,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:06 GMT",
+ "Fri, 24 Sep 2021 23:35:45 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -148,23 +148,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"9baae342d3728df630ef267656bbec93ab3931eb44994486c358bf05f6aae10b\"",
+ "\"15da1f506d9fc9443a56d8ece9b755c9ac38f47deb019392d9a474a7b888e328\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4922",
+ "4951",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "78",
+ "49",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -186,7 +186,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C689:7B69:144729E:15EF14E:614E075D",
+ "D93B:15B2:4AC56A:50F390:614E60D0",
"connection",
"close"
],
@@ -203,86 +203,86 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels",
"body": "",
"status": 200,
"response": [
{
- "id": 3386205382,
- "node_id": "LA_kwDOGHDICs7J1WTG",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/bug",
+ "id": 3386963527,
+ "node_id": "LA_kwDOGHIPUc7J4PZH",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true,
"description": "Something isn't working"
},
{
- "id": 3386205383,
- "node_id": "LA_kwDOGHDICs7J1WTH",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/documentation",
+ "id": 3386963528,
+ "node_id": "LA_kwDOGHIPUc7J4PZI",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/documentation",
"name": "documentation",
"color": "0075ca",
"default": true,
"description": "Improvements or additions to documentation"
},
{
- "id": 3386205384,
- "node_id": "LA_kwDOGHDICs7J1WTI",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/duplicate",
+ "id": 3386963529,
+ "node_id": "LA_kwDOGHIPUc7J4PZJ",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/duplicate",
"name": "duplicate",
"color": "cfd3d7",
"default": true,
"description": "This issue or pull request already exists"
},
{
- "id": 3386205385,
- "node_id": "LA_kwDOGHDICs7J1WTJ",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/enhancement",
+ "id": 3386963530,
+ "node_id": "LA_kwDOGHIPUc7J4PZK",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/enhancement",
"name": "enhancement",
"color": "a2eeef",
"default": true,
"description": "New feature or request"
},
{
- "id": 3386205386,
- "node_id": "LA_kwDOGHDICs7J1WTK",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/good%20first%20issue",
+ "id": 3386963531,
+ "node_id": "LA_kwDOGHIPUc7J4PZL",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/good%20first%20issue",
"name": "good first issue",
"color": "7057ff",
"default": true,
"description": "Good for newcomers"
},
{
- "id": 3386205387,
- "node_id": "LA_kwDOGHDICs7J1WTL",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/help%20wanted",
+ "id": 3386963532,
+ "node_id": "LA_kwDOGHIPUc7J4PZM",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/help%20wanted",
"name": "help wanted",
"color": "008672",
"default": true,
"description": "Extra attention is needed"
},
{
- "id": 3386205388,
- "node_id": "LA_kwDOGHDICs7J1WTM",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/invalid",
+ "id": 3386963533,
+ "node_id": "LA_kwDOGHIPUc7J4PZN",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/invalid",
"name": "invalid",
"color": "e4e669",
"default": true,
"description": "This doesn't seem right"
},
{
- "id": 3386205389,
- "node_id": "LA_kwDOGHDICs7J1WTN",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/question",
+ "id": 3386963534,
+ "node_id": "LA_kwDOGHIPUc7J4PZO",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/question",
"name": "question",
"color": "d876e3",
"default": true,
"description": "Further information is requested"
},
{
- "id": 3386205390,
- "node_id": "LA_kwDOGHDICs7J1WTO",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/wontfix",
+ "id": 3386963535,
+ "node_id": "LA_kwDOGHIPUc7J4PZP",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/wontfix",
"name": "wontfix",
"color": "ffffff",
"default": true,
@@ -293,7 +293,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:07 GMT",
+ "Fri, 24 Sep 2021 23:35:45 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -303,7 +303,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"b5fb2dd3196f38cc17b458a077581a9dc8cec3dffddf36881c1ca81660151b53\"",
+ "\"b6a482a0a56b8f5d55b693e707e595623454ed7dfedd6ddbe1c83274cb7dc088\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -313,11 +313,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4921",
+ "4950",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "79",
+ "50",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -339,7 +339,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C68A:17F3:25D282D:27D31E1:614E075E",
+ "D93C:3BEF:8A2C4D:9BFD2C:614E60D1",
"connection",
"close"
],
@@ -353,13 +353,13 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels",
"body": { "name": "test-label", "color": "663399" },
"status": 201,
"response": {
- "id": 3386205500,
- "node_id": "LA_kwDOGHDICs7J1WU8",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/test-label",
+ "id": 3386963590,
+ "node_id": "LA_kwDOGHIPUc7J4PaG",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/test-label",
"name": "test-label",
"color": "663399",
"default": false,
@@ -369,7 +369,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:08 GMT",
+ "Fri, 24 Sep 2021 23:35:47 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -379,23 +379,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"f2b3e4f358830cdd49ebadaef879569908e97c28458127d26be9a4a07c61ef2a\"",
+ "\"e2b880b6dfb405019db188c0f0eecaa3bc2e45e456293b4f5aaa56507ad2c805\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/test-label",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/test-label",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4920",
+ "4949",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "80",
+ "51",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -417,7 +417,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C68B:837C:15C8394:172F1DE:614E0760",
+ "D93D:2F28:1620E5E:1788443:614E60D3",
"connection",
"close"
],
@@ -433,13 +433,13 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/test-label",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/test-label",
"body": "",
"status": 200,
"response": {
- "id": 3386205500,
- "node_id": "LA_kwDOGHDICs7J1WU8",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/test-label",
+ "id": 3386963590,
+ "node_id": "LA_kwDOGHIPUc7J4PaG",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/test-label",
"name": "test-label",
"color": "663399",
"default": false,
@@ -449,7 +449,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:09 GMT",
+ "Fri, 24 Sep 2021 23:35:47 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -459,9 +459,9 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"f2b3e4f358830cdd49ebadaef879569908e97c28458127d26be9a4a07c61ef2a\"",
+ "\"e2b880b6dfb405019db188c0f0eecaa3bc2e45e456293b4f5aaa56507ad2c805\"",
"Last-Modified",
- "Fri, 24 Sep 2021 17:14:08 GMT",
+ "Fri, 24 Sep 2021 23:35:47 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -471,11 +471,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4919",
+ "4948",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "81",
+ "52",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -497,7 +497,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C68C:8AA2:22B8705:2449F00:614E0761",
+ "D93E:7A92:B940CF:CA1961:614E60D3",
"connection",
"close"
],
@@ -511,13 +511,13 @@
{
"scope": "https://api.github.com:443",
"method": "patch",
- "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/test-label",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/test-label",
"body": { "new_name": "test-label-updated", "color": "BADA55" },
"status": 200,
"response": {
- "id": 3386205500,
- "node_id": "LA_kwDOGHDICs7J1WU8",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/test-label-updated",
+ "id": 3386963590,
+ "node_id": "LA_kwDOGHIPUc7J4PaG",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/test-label-updated",
"name": "test-label-updated",
"color": "BADA55",
"default": false,
@@ -527,7 +527,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:11 GMT",
+ "Fri, 24 Sep 2021 23:35:50 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -537,7 +537,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"689fc4b746f3de274cb61dedb05893ef36a12fe337f7138d77c50cc9b5f97d18\"",
+ "\"8a6526b3661cec8228561e2942651a6e254e270efa3537f5aff4d73314f76c53\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -547,11 +547,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4918",
+ "4947",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "82",
+ "53",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -573,7 +573,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C68D:15B2:328732:370154:614E0763",
+ "D93F:2ACA:141FDFD:15E17B5:614E60D6",
"connection",
"close"
],
@@ -589,7 +589,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658/labels/test-label-updated",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z/labels/test-label-updated",
"body": "",
"status": 204,
"response": "",
@@ -597,7 +597,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:14 GMT",
+ "Fri, 24 Sep 2021 23:35:53 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -607,11 +607,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4917",
+ "4946",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "83",
+ "54",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -633,7 +633,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C68E:8AA2:22B8B30:244A348:614E0766",
+ "D940:79FD:1F77B18:21656BF:614E60D9",
"connection",
"close"
],
@@ -647,7 +647,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924171405582-yi658",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-labels-20210924233544207-r3s6z",
"body": "",
"status": 204,
"response": "",
@@ -655,7 +655,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:18 GMT",
+ "Fri, 24 Sep 2021 23:35:56 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -665,11 +665,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4916",
+ "4945",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "84",
+ "55",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -691,7 +691,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C68F:2ACD:28F7718:2AFE957:614E0769",
+ "D941:2F29:1FA14D2:212FDBF:614E60DC",
"connection",
"close"
],
diff --git a/scenarios/api.github.com/markdown/normalized-fixture.json b/scenarios/api.github.com/markdown/normalized-fixture.json
index 86a086a9..f63d3839 100644
--- a/scenarios/api.github.com/markdown/normalized-fixture.json
+++ b/scenarios/api.github.com/markdown/normalized-fixture.json
@@ -12,7 +12,7 @@
"response": "Hello
\nb597b5d
",
"reqheaders": {
"accept": "text/html",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 88,
"host": "api.github.com"
diff --git a/scenarios/api.github.com/markdown/raw-fixture.json b/scenarios/api.github.com/markdown/raw-fixture.json
index 5a867687..3cd57fde 100644
--- a/scenarios/api.github.com/markdown/raw-fixture.json
+++ b/scenarios/api.github.com/markdown/raw-fixture.json
@@ -14,7 +14,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:31 GMT",
+ "Fri, 24 Sep 2021 23:36:09 GMT",
"Content-Type",
"text/html;charset=utf-8",
"Content-Length",
@@ -24,11 +24,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4909",
+ "4938",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "91",
+ "62",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -50,7 +50,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6A4:15B4:51C009:57178E:614E0777",
+ "D950:60BD:1D6605B:1F53AAA:614E60E9",
"connection",
"close"
],
@@ -74,7 +74,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:34 GMT",
+ "Fri, 24 Sep 2021 23:36:12 GMT",
"Content-Type",
"text/html;charset=utf-8",
"Content-Length",
@@ -84,11 +84,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4908",
+ "4937",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "92",
+ "63",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -110,7 +110,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6A5:17EF:74969F:8BFDC2:614E077A",
+ "D951:79FE:2AB5D8F:2CDA607:614E60EC",
"connection",
"close"
],
diff --git a/scenarios/api.github.com/paginate-issues/normalized-fixture.json b/scenarios/api.github.com/paginate-issues/normalized-fixture.json
index 22dfc7ef..2cad05d8 100644
--- a/scenarios/api.github.com/paginate-issues/normalized-fixture.json
+++ b/scenarios/api.github.com/paginate-issues/normalized-fixture.json
@@ -50,7 +50,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13/timeline",
"performed_via_github_app": null
},
{
@@ -97,7 +97,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12/timeline",
"performed_via_github_app": null
},
{
@@ -144,7 +144,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11/timeline",
"performed_via_github_app": null
}
],
@@ -232,7 +232,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10/timeline",
"performed_via_github_app": null
},
{
@@ -279,7 +279,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9/timeline",
"performed_via_github_app": null
},
{
@@ -326,7 +326,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8/timeline",
"performed_via_github_app": null
}
],
@@ -414,7 +414,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7/timeline",
"performed_via_github_app": null
},
{
@@ -461,7 +461,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6/timeline",
"performed_via_github_app": null
},
{
@@ -508,7 +508,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5/timeline",
"performed_via_github_app": null
}
],
@@ -596,7 +596,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4/timeline",
"performed_via_github_app": null
},
{
@@ -643,7 +643,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3/timeline",
"performed_via_github_app": null
},
{
@@ -690,7 +690,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2/timeline",
"performed_via_github_app": null
}
],
@@ -778,7 +778,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1/timeline",
"performed_via_github_app": null
}
],
diff --git a/scenarios/api.github.com/paginate-issues/raw-fixture.json b/scenarios/api.github.com/paginate-issues/raw-fixture.json
index c1b68e2e..0417d8d1 100644
--- a/scenarios/api.github.com/paginate-issues/raw-fixture.json
+++ b/scenarios/api.github.com/paginate-issues/raw-fixture.json
@@ -3,13 +3,13 @@
"scope": "https://api.github.com:443",
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
- "body": { "name": "tmp-scenario-paginate-issues-20210924171434570-9ayn4" },
+ "body": { "name": "tmp-scenario-paginate-issues-20210924233612681-gotyl" },
"status": 201,
"response": {
- "id": 410044565,
- "node_id": "R_kgDOGHDIlQ",
- "name": "tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "full_name": "octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
+ "id": 410128270,
+ "node_id": "R_kgDOGHIPjg",
+ "name": "tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "full_name": "octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -31,53 +31,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/deployments",
- "created_at": "2021-09-24T17:14:34Z",
- "updated_at": "2021-09-24T17:14:34Z",
- "pushed_at": "2021-09-24T17:14:35Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/deployments",
+ "created_at": "2021-09-24T23:36:12Z",
+ "updated_at": "2021-09-24T23:36:12Z",
+ "pushed_at": "2021-09-24T23:36:13Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -138,7 +138,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:35 GMT",
+ "Fri, 24 Sep 2021 23:36:13 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -148,23 +148,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"b14cd22da956957100f4775b666f823fdc0e5ef999407daff986802c543cc9a7\"",
+ "\"f5872a776849669423a2c556e1153a813af59bbf2afe05d4a983a66b7a35ffa4\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4907",
+ "4936",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "93",
+ "64",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -186,7 +186,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6A6:7A8F:4478BA:51DEB2:614E077A",
+ "D952:79FE:2AB5DB1:2CDA625:614E60EC",
"connection",
"close"
],
@@ -203,18 +203,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 1" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1",
- "id": 1006670025,
- "node_id": "I_kwDOGHDIlc48AJDJ",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1",
+ "id": 1006893296,
+ "node_id": "I_kwDOGHIPjs48A_jw",
"number": 1,
"title": "Test issue 1",
"user": {
@@ -244,21 +244,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:37Z",
- "updated_at": "2021-09-24T17:14:37Z",
+ "created_at": "2021-09-24T23:36:15Z",
+ "updated_at": "2021-09-24T23:36:15Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:38 GMT",
+ "Fri, 24 Sep 2021 23:36:16 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -268,23 +268,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"e514803d578def739178cf1f43a1c27fea07fcb3a67768d8ffa7cc06990c7a89\"",
+ "\"e115f78915627759779c36185fc35da8ecc4e4de35ab5fdbe64e7ef7f0d6afe6\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4906",
+ "4935",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "94",
+ "65",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -306,7 +306,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6A7:1AC0:AD1D6B:B7FBFD:614E077D",
+ "D953:7A90:7A9165:8A4C20:614E60EF",
"connection",
"close"
],
@@ -323,18 +323,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 2" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2",
- "id": 1006670057,
- "node_id": "I_kwDOGHDIlc48AJDp",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2",
+ "id": 1006893316,
+ "node_id": "I_kwDOGHIPjs48A_kE",
"number": 2,
"title": "Test issue 2",
"user": {
@@ -364,21 +364,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:40Z",
- "updated_at": "2021-09-24T17:14:40Z",
+ "created_at": "2021-09-24T23:36:18Z",
+ "updated_at": "2021-09-24T23:36:18Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:41 GMT",
+ "Fri, 24 Sep 2021 23:36:19 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -388,23 +388,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"1cdf9a4c5004d91eb6111bf2200fde28208e0f73b1a4dd766a5d983038e97abb\"",
+ "\"148fe96e3d5a4111b8e0d27276c5b9868dc2cf34e9a62d10931696424823e7af\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4905",
+ "4934",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "95",
+ "66",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -426,7 +426,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6A8:7B69:1447D43:15EFCA1:614E0780",
+ "D954:2ACA:1420471:15E1EB6:614E60F2",
"connection",
"close"
],
@@ -443,18 +443,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 3" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3",
- "id": 1006670095,
- "node_id": "I_kwDOGHDIlc48AJEP",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3",
+ "id": 1006893332,
+ "node_id": "I_kwDOGHIPjs48A_kU",
"number": 3,
"title": "Test issue 3",
"user": {
@@ -484,21 +484,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:44Z",
- "updated_at": "2021-09-24T17:14:44Z",
+ "created_at": "2021-09-24T23:36:21Z",
+ "updated_at": "2021-09-24T23:36:21Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:44 GMT",
+ "Fri, 24 Sep 2021 23:36:22 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -508,23 +508,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"a7a9c232bef410a943beffe117acfec4e84a20d417498376b98d9174e169e5c2\"",
+ "\"3c0d77beb316350083eefc90ccce980cb454c958afe26ee6db3582d0ee3930c9\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4904",
+ "4933",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "96",
+ "67",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -546,7 +546,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6A9:2AC6:45C7F8:5C58E7:614E0783",
+ "D955:7B67:77D5EE:909EC6:614E60F5",
"connection",
"close"
],
@@ -563,18 +563,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 4" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4",
- "id": 1006670138,
- "node_id": "I_kwDOGHDIlc48AJE6",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4",
+ "id": 1006893344,
+ "node_id": "I_kwDOGHIPjs48A_kg",
"number": 4,
"title": "Test issue 4",
"user": {
@@ -604,21 +604,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:46Z",
- "updated_at": "2021-09-24T17:14:46Z",
+ "created_at": "2021-09-24T23:36:24Z",
+ "updated_at": "2021-09-24T23:36:24Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:47 GMT",
+ "Fri, 24 Sep 2021 23:36:25 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -628,23 +628,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"fed4da4395268ded81f2980785d70b5e9e1da8aedeb30cfb501aad6ae3c37427\"",
+ "\"0fafbbee527fd7cbf7f6fb56df1f8c69520a9c5a1d29d3a2a7d626176b0f8c1f\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4903",
+ "4932",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "97",
+ "68",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -666,7 +666,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6AA:1ABE:7BE033:85DF6A:614E0786",
+ "D956:5828:14B7AB0:167A456:614E60F8",
"connection",
"close"
],
@@ -683,18 +683,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 5" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5",
- "id": 1006670174,
- "node_id": "I_kwDOGHDIlc48AJFe",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5",
+ "id": 1006893362,
+ "node_id": "I_kwDOGHIPjs48A_ky",
"number": 5,
"title": "Test issue 5",
"user": {
@@ -724,21 +724,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:49Z",
- "updated_at": "2021-09-24T17:14:49Z",
+ "created_at": "2021-09-24T23:36:27Z",
+ "updated_at": "2021-09-24T23:36:27Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:50 GMT",
+ "Fri, 24 Sep 2021 23:36:28 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -748,23 +748,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"a206fc3335d62b3e000d8456827b8a21a16e8bf8de9aaa8d98a4debfed25ee9e\"",
+ "\"1c420ea590ff6e9c3fc8e3280d9de2e9e0bb56c6603f60a557ee3adfac16b41a\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4902",
+ "4931",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "98",
+ "69",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -786,7 +786,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6AB:3BEF:7CF823:8D3487:614E0789",
+ "D957:7B6B:2EE31DF:310B9AA:614E60FB",
"connection",
"close"
],
@@ -803,18 +803,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 6" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6",
- "id": 1006670254,
- "node_id": "I_kwDOGHDIlc48AJGu",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6",
+ "id": 1006893384,
+ "node_id": "I_kwDOGHIPjs48A_lI",
"number": 6,
"title": "Test issue 6",
"user": {
@@ -844,21 +844,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:55Z",
- "updated_at": "2021-09-24T17:14:55Z",
+ "created_at": "2021-09-24T23:36:31Z",
+ "updated_at": "2021-09-24T23:36:31Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:56 GMT",
+ "Fri, 24 Sep 2021 23:36:31 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -868,23 +868,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"ebd7dec6b11d86e21985ff802fb0934b1f81ec22aa8890f18c60d5e74c6ed6ac\"",
+ "\"49e1493a34a6641d60ab9340d75afacaac184be12d16fb8230a24903a101ec45\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4901",
+ "4930",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "99",
+ "70",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -906,7 +906,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6AD:5857:27A6F6E:29A9BF6:614E078F",
+ "D958:2ACD:2CB047E:2ED90A7:614E60FE",
"connection",
"close"
],
@@ -923,18 +923,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 7" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7",
- "id": 1006670260,
- "node_id": "I_kwDOGHDIlc48AJG0",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7",
+ "id": 1006893402,
+ "node_id": "I_kwDOGHIPjs48A_la",
"number": 7,
"title": "Test issue 7",
"user": {
@@ -964,21 +964,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:56Z",
- "updated_at": "2021-09-24T17:14:56Z",
+ "created_at": "2021-09-24T23:36:33Z",
+ "updated_at": "2021-09-24T23:36:33Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:14:56 GMT",
+ "Fri, 24 Sep 2021 23:36:34 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -988,23 +988,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"8d7dc503dab32e5b8999d8704b936ffbcf7c60b2d66acbbcc7691802b95b7053\"",
+ "\"7b76fb3c536c6348ecac96e9dc393f92a3a35ca8c1a26234836a7d73f2150ca7\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4900",
+ "4929",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "100",
+ "71",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1026,7 +1026,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6AE:3BF3:1B3D18A:1C8F29F:614E0790",
+ "D959:2ACD:2CB05FE:2ED923B:614E6101",
"connection",
"close"
],
@@ -1043,18 +1043,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 8" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8",
- "id": 1006670314,
- "node_id": "I_kwDOGHDIlc48AJHq",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8",
+ "id": 1006893425,
+ "node_id": "I_kwDOGHIPjs48A_lx",
"number": 8,
"title": "Test issue 8",
"user": {
@@ -1084,21 +1084,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:00Z",
- "updated_at": "2021-09-24T17:15:00Z",
+ "created_at": "2021-09-24T23:36:37Z",
+ "updated_at": "2021-09-24T23:36:37Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:00 GMT",
+ "Fri, 24 Sep 2021 23:36:37 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -1108,23 +1108,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"6ce0c5ca59f1994ab2ce1cec15eb9b4662155e39f7ec4d72d8edbd4463c41abf\"",
+ "\"4aa3730cd9b25564d75890a2d84fb444a7df433714db0afcb19181ea291cef1e\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4899",
+ "4928",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "101",
+ "72",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1146,7 +1146,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6AF:7B6A:1E74A37:204920C:614E0794",
+ "D95A:1AC2:1271CD7:135377A:614E6104",
"connection",
"close"
],
@@ -1163,18 +1163,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 9" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9",
- "id": 1006670334,
- "node_id": "I_kwDOGHDIlc48AJH-",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9",
+ "id": 1006893440,
+ "node_id": "I_kwDOGHIPjs48A_mA",
"number": 9,
"title": "Test issue 9",
"user": {
@@ -1204,21 +1204,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:02Z",
- "updated_at": "2021-09-24T17:15:02Z",
+ "created_at": "2021-09-24T23:36:40Z",
+ "updated_at": "2021-09-24T23:36:40Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:02 GMT",
+ "Fri, 24 Sep 2021 23:36:40 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -1228,23 +1228,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"bea3b72b8861215ea4cb44da8f922b20b4b546b74fcf40cba86a1983fb94101e\"",
+ "\"4c887113bce275d44283c59f13b317b2f0d33fac43435ea280a3f81da45d7cd1\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4898",
+ "4927",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "102",
+ "73",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1266,7 +1266,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6B2:2ACD:28F9745:2B00AA2:614E0796",
+ "D95C:7E96:5D0B3E:6F2BC1:614E6107",
"connection",
"close"
],
@@ -1283,18 +1283,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 10" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10",
- "id": 1006670377,
- "node_id": "I_kwDOGHDIlc48AJIp",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10",
+ "id": 1006893451,
+ "node_id": "I_kwDOGHIPjs48A_mL",
"number": 10,
"title": "Test issue 10",
"user": {
@@ -1324,21 +1324,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:05Z",
- "updated_at": "2021-09-24T17:15:05Z",
+ "created_at": "2021-09-24T23:36:42Z",
+ "updated_at": "2021-09-24T23:36:42Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:05 GMT",
+ "Fri, 24 Sep 2021 23:36:43 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -1348,23 +1348,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"b9b57e1d8d2b7d68040a838f915f77b8b5768ee1d76268bf87fb231557ee06b7\"",
+ "\"8e34499090c2e32645db6d4a6fd9663c846c1e2139f0a43881a3bdb1182d21ea\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4897",
+ "4926",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "103",
+ "74",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1386,7 +1386,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6B3:837C:15C9C17:1730B7F:614E0799",
+ "D95D:837E:220582D:23B5517:614E610A",
"connection",
"close"
],
@@ -1403,18 +1403,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 11" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11",
- "id": 1006670401,
- "node_id": "I_kwDOGHDIlc48AJJB",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11",
+ "id": 1006893462,
+ "node_id": "I_kwDOGHIPjs48A_mW",
"number": 11,
"title": "Test issue 11",
"user": {
@@ -1444,21 +1444,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:08Z",
- "updated_at": "2021-09-24T17:15:08Z",
+ "created_at": "2021-09-24T23:36:45Z",
+ "updated_at": "2021-09-24T23:36:45Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:08 GMT",
+ "Fri, 24 Sep 2021 23:36:46 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -1468,23 +1468,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"932475c06bbc7eaf0617e500625d651c39bf33b88770005c50d819eef5b92183\"",
+ "\"5cdcf7a01a6749e0661c469a93e57823681d4df03edd0f7bf3422a6a5848a519\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4896",
+ "4925",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "104",
+ "75",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1506,7 +1506,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6B4:5855:1360506:15073A8:614E079C",
+ "D95E:2ACB:1FC38C2:21B429E:614E610D",
"connection",
"close"
],
@@ -1523,18 +1523,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 12" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12",
- "id": 1006670440,
- "node_id": "I_kwDOGHDIlc48AJJo",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12",
+ "id": 1006893478,
+ "node_id": "I_kwDOGHIPjs48A_mm",
"number": 12,
"title": "Test issue 12",
"user": {
@@ -1564,21 +1564,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:11Z",
- "updated_at": "2021-09-24T17:15:11Z",
+ "created_at": "2021-09-24T23:36:48Z",
+ "updated_at": "2021-09-24T23:36:48Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:11 GMT",
+ "Fri, 24 Sep 2021 23:36:49 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -1588,23 +1588,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"30ca7610d605e13b3e212c42478b228e858deab3eccc3f2dc8a29bfb22c95f67\"",
+ "\"c549e3637b90116119976cc451aada775dc0fc96b20aef08ebe8b263e5cdbc1f\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4895",
+ "4924",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "105",
+ "76",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1626,7 +1626,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6B6:5857:27A77F1:29AA4E6:614E079F",
+ "D960:582A:2C4B451:2E720F0:614E6110",
"connection",
"close"
],
@@ -1643,18 +1643,18 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues",
"body": { "title": "Test issue 13" },
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13",
- "id": 1006670483,
- "node_id": "I_kwDOGHDIlc48AJKT",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13",
+ "id": 1006893494,
+ "node_id": "I_kwDOGHIPjs48A_m2",
"number": 13,
"title": "Test issue 13",
"user": {
@@ -1684,21 +1684,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:14Z",
- "updated_at": "2021-09-24T17:15:14Z",
+ "created_at": "2021-09-24T23:36:51Z",
+ "updated_at": "2021-09-24T23:36:51Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:14 GMT",
+ "Fri, 24 Sep 2021 23:36:52 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -1708,23 +1708,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"80731cea884fa0560035ccd6119741ba881a856b706283e6439df0a2b900b6f4\"",
+ "\"b1bc27ea7300cb31d3326b7e0f4fbbdadb80ad02d5b642051687c03aa839c66e\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4894",
+ "4923",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "106",
+ "77",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1746,7 +1746,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6B7:7B6B:2B6ED3F:2D75CDD:614E07A2",
+ "D962:837A:A7E8D1:BCAACC:614E6113",
"connection",
"close"
],
@@ -1763,19 +1763,19 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues?per_page=3",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues?per_page=3",
"body": "",
"status": 200,
"response": [
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13",
- "id": 1006670483,
- "node_id": "I_kwDOGHDIlc48AJKT",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13",
+ "id": 1006893494,
+ "node_id": "I_kwDOGHIPjs48A_m2",
"number": 13,
"title": "Test issue 13",
"user": {
@@ -1805,24 +1805,24 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:14Z",
- "updated_at": "2021-09-24T17:15:14Z",
+ "created_at": "2021-09-24T23:36:51Z",
+ "updated_at": "2021-09-24T23:36:51Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/13/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/13/timeline",
"performed_via_github_app": null
},
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12",
- "id": 1006670440,
- "node_id": "I_kwDOGHDIlc48AJJo",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12",
+ "id": 1006893478,
+ "node_id": "I_kwDOGHIPjs48A_mm",
"number": 12,
"title": "Test issue 12",
"user": {
@@ -1852,24 +1852,24 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:11Z",
- "updated_at": "2021-09-24T17:15:11Z",
+ "created_at": "2021-09-24T23:36:48Z",
+ "updated_at": "2021-09-24T23:36:48Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/12/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/12/timeline",
"performed_via_github_app": null
},
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11",
- "id": 1006670401,
- "node_id": "I_kwDOGHDIlc48AJJB",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11",
+ "id": 1006893462,
+ "node_id": "I_kwDOGHIPjs48A_mW",
"number": 11,
"title": "Test issue 11",
"user": {
@@ -1899,13 +1899,13 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:08Z",
- "updated_at": "2021-09-24T17:15:08Z",
+ "created_at": "2021-09-24T23:36:45Z",
+ "updated_at": "2021-09-24T23:36:45Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/11/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/11/timeline",
"performed_via_github_app": null
}
],
@@ -1913,7 +1913,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:15 GMT",
+ "Fri, 24 Sep 2021 23:36:52 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -1923,7 +1923,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"eac7c0b9a84c0a41565f3f8ab01e8f5b4a3e0915a79d71a6d45adeb38c0c4dd0\"",
+ "\"7556174347810b46b6060945d21482eeb9457cd7e1e7810cf258554125ad68ec\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -1931,15 +1931,15 @@
"X-GitHub-Media-Type",
"github.v3; format=json",
"Link",
- "; rel=\"next\", ; rel=\"last\"",
+ "; rel=\"next\", ; rel=\"last\"",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4893",
+ "4922",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "107",
+ "78",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1961,7 +1961,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6B9:15B2:329790:3712DF:614E07A3",
+ "D963:17F2:1DA29F3:1F917F7:614E6114",
"connection",
"close"
],
@@ -1975,19 +1975,19 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repositories/410044565/issues?per_page=3&page=2",
+ "path": "/repositories/410128270/issues?per_page=3&page=2",
"body": "",
"status": 200,
"response": [
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10",
- "id": 1006670377,
- "node_id": "I_kwDOGHDIlc48AJIp",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10",
+ "id": 1006893451,
+ "node_id": "I_kwDOGHIPjs48A_mL",
"number": 10,
"title": "Test issue 10",
"user": {
@@ -2017,24 +2017,24 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:05Z",
- "updated_at": "2021-09-24T17:15:05Z",
+ "created_at": "2021-09-24T23:36:42Z",
+ "updated_at": "2021-09-24T23:36:42Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/10/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/10/timeline",
"performed_via_github_app": null
},
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9",
- "id": 1006670334,
- "node_id": "I_kwDOGHDIlc48AJH-",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9",
+ "id": 1006893440,
+ "node_id": "I_kwDOGHIPjs48A_mA",
"number": 9,
"title": "Test issue 9",
"user": {
@@ -2064,24 +2064,24 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:02Z",
- "updated_at": "2021-09-24T17:15:02Z",
+ "created_at": "2021-09-24T23:36:40Z",
+ "updated_at": "2021-09-24T23:36:40Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/9/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/9/timeline",
"performed_via_github_app": null
},
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8",
- "id": 1006670314,
- "node_id": "I_kwDOGHDIlc48AJHq",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8",
+ "id": 1006893425,
+ "node_id": "I_kwDOGHIPjs48A_lx",
"number": 8,
"title": "Test issue 8",
"user": {
@@ -2111,13 +2111,13 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:15:00Z",
- "updated_at": "2021-09-24T17:15:00Z",
+ "created_at": "2021-09-24T23:36:37Z",
+ "updated_at": "2021-09-24T23:36:37Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/8/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/8/timeline",
"performed_via_github_app": null
}
],
@@ -2125,7 +2125,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:15 GMT",
+ "Fri, 24 Sep 2021 23:36:52 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -2135,7 +2135,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"eba7332ca8a6015e6ae56b479c586e14c0c33e809daa8eab47e0ebddb1a7ce39\"",
+ "\"546b9462b946356ac576dd4fea809a659a31b5f85f72872cf4d5ca5e1bb0a0eb\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -2143,15 +2143,15 @@
"X-GitHub-Media-Type",
"github.v3; format=json",
"Link",
- "; rel=\"prev\", ; rel=\"next\", ; rel=\"last\", ; rel=\"first\"",
+ "; rel=\"prev\", ; rel=\"next\", ; rel=\"last\", ; rel=\"first\"",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4892",
+ "4921",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "108",
+ "79",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -2173,7 +2173,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6BA:60BD:1B16C65:1CE66EF:614E07A3",
+ "D964:3BF3:1E27B24:1F9AFE9:614E6114",
"connection",
"close"
],
@@ -2187,19 +2187,19 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repositories/410044565/issues?per_page=3&page=3",
+ "path": "/repositories/410128270/issues?per_page=3&page=3",
"body": "",
"status": 200,
"response": [
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7",
- "id": 1006670260,
- "node_id": "I_kwDOGHDIlc48AJG0",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7",
+ "id": 1006893402,
+ "node_id": "I_kwDOGHIPjs48A_la",
"number": 7,
"title": "Test issue 7",
"user": {
@@ -2229,24 +2229,24 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:56Z",
- "updated_at": "2021-09-24T17:14:56Z",
+ "created_at": "2021-09-24T23:36:33Z",
+ "updated_at": "2021-09-24T23:36:33Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/7/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/7/timeline",
"performed_via_github_app": null
},
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6",
- "id": 1006670254,
- "node_id": "I_kwDOGHDIlc48AJGu",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6",
+ "id": 1006893384,
+ "node_id": "I_kwDOGHIPjs48A_lI",
"number": 6,
"title": "Test issue 6",
"user": {
@@ -2276,24 +2276,24 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:55Z",
- "updated_at": "2021-09-24T17:14:55Z",
+ "created_at": "2021-09-24T23:36:31Z",
+ "updated_at": "2021-09-24T23:36:31Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/6/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/6/timeline",
"performed_via_github_app": null
},
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5",
- "id": 1006670174,
- "node_id": "I_kwDOGHDIlc48AJFe",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5",
+ "id": 1006893362,
+ "node_id": "I_kwDOGHIPjs48A_ky",
"number": 5,
"title": "Test issue 5",
"user": {
@@ -2323,13 +2323,13 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:49Z",
- "updated_at": "2021-09-24T17:14:49Z",
+ "created_at": "2021-09-24T23:36:27Z",
+ "updated_at": "2021-09-24T23:36:27Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/5/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/5/timeline",
"performed_via_github_app": null
}
],
@@ -2337,7 +2337,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:16 GMT",
+ "Fri, 24 Sep 2021 23:36:53 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -2347,7 +2347,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"4be7c2bb5e696f6a3852a686a80c0b76683f27d12e8284e284821dbaa18ba437\"",
+ "\"97e83cea27f75cb2426ab6412103d66da336a4c4ecaac250b9b92f068135b7c6\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -2355,15 +2355,15 @@
"X-GitHub-Media-Type",
"github.v3; format=json",
"Link",
- "; rel=\"prev\", ; rel=\"next\", ; rel=\"last\", ; rel=\"first\"",
+ "; rel=\"prev\", ; rel=\"next\", ; rel=\"last\", ; rel=\"first\"",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4891",
+ "4920",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "109",
+ "80",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -2385,7 +2385,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6BB:60BE:25FA426:27F7FF3:614E07A4",
+ "D965:6A8A:DCF922:EC851D:614E6114",
"connection",
"close"
],
@@ -2399,19 +2399,19 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repositories/410044565/issues?per_page=3&page=4",
+ "path": "/repositories/410128270/issues?per_page=3&page=4",
"body": "",
"status": 200,
"response": [
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4",
- "id": 1006670138,
- "node_id": "I_kwDOGHDIlc48AJE6",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4",
+ "id": 1006893344,
+ "node_id": "I_kwDOGHIPjs48A_kg",
"number": 4,
"title": "Test issue 4",
"user": {
@@ -2441,24 +2441,24 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:46Z",
- "updated_at": "2021-09-24T17:14:46Z",
+ "created_at": "2021-09-24T23:36:24Z",
+ "updated_at": "2021-09-24T23:36:24Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/4/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/4/timeline",
"performed_via_github_app": null
},
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3",
- "id": 1006670095,
- "node_id": "I_kwDOGHDIlc48AJEP",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3",
+ "id": 1006893332,
+ "node_id": "I_kwDOGHIPjs48A_kU",
"number": 3,
"title": "Test issue 3",
"user": {
@@ -2488,24 +2488,24 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:44Z",
- "updated_at": "2021-09-24T17:14:44Z",
+ "created_at": "2021-09-24T23:36:21Z",
+ "updated_at": "2021-09-24T23:36:21Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/3/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/3/timeline",
"performed_via_github_app": null
},
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2",
- "id": 1006670057,
- "node_id": "I_kwDOGHDIlc48AJDp",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2",
+ "id": 1006893316,
+ "node_id": "I_kwDOGHIPjs48A_kE",
"number": 2,
"title": "Test issue 2",
"user": {
@@ -2535,13 +2535,13 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:40Z",
- "updated_at": "2021-09-24T17:14:40Z",
+ "created_at": "2021-09-24T23:36:18Z",
+ "updated_at": "2021-09-24T23:36:18Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/2/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/2/timeline",
"performed_via_github_app": null
}
],
@@ -2549,7 +2549,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:16 GMT",
+ "Fri, 24 Sep 2021 23:36:53 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -2559,7 +2559,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"51de86728b5f7bd8df7d1c45d7ba9b23ff3734e6e6a5937106042017a5e69c55\"",
+ "\"e3f29b99d05ca69f1d1f9554ee735ae202d8574cab2aa5689898c6dcc477f0e0\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -2567,15 +2567,15 @@
"X-GitHub-Media-Type",
"github.v3; format=json",
"Link",
- "; rel=\"prev\", ; rel=\"next\", ; rel=\"last\", ; rel=\"first\"",
+ "; rel=\"prev\", ; rel=\"next\", ; rel=\"last\", ; rel=\"first\"",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4890",
+ "4919",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "110",
+ "81",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -2597,7 +2597,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6BC:5856:1E20E27:1FEC7CA:614E07A4",
+ "D966:2F22:2ECC92:4036E6:614E6115",
"connection",
"close"
],
@@ -2611,19 +2611,19 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repositories/410044565/issues?per_page=3&page=5",
+ "path": "/repositories/410128270/issues?per_page=3&page=5",
"body": "",
"status": 200,
"response": [
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1",
- "id": 1006670025,
- "node_id": "I_kwDOGHDIlc48AJDJ",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1",
+ "id": 1006893296,
+ "node_id": "I_kwDOGHIPjs48A_jw",
"number": 1,
"title": "Test issue 1",
"user": {
@@ -2653,13 +2653,13 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:14:37Z",
- "updated_at": "2021-09-24T17:14:37Z",
+ "created_at": "2021-09-24T23:36:15Z",
+ "updated_at": "2021-09-24T23:36:15Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4/issues/1/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl/issues/1/timeline",
"performed_via_github_app": null
}
],
@@ -2667,7 +2667,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:16 GMT",
+ "Fri, 24 Sep 2021 23:36:53 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -2677,7 +2677,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"a5df267167b89361a1249efa6b10e894d1d0f65a639c7d23af3b0ada106e5167\"",
+ "\"8757960649a42eb673d818a8f0c497475a00150bede6e4c6fcfea8cabf2db9d4\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -2685,15 +2685,15 @@
"X-GitHub-Media-Type",
"github.v3; format=json",
"Link",
- "; rel=\"prev\", ; rel=\"first\"",
+ "; rel=\"prev\", ; rel=\"first\"",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4889",
+ "4918",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "111",
+ "82",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -2715,7 +2715,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6BD:8AA1:167F2E4:17E8002:614E07A4",
+ "D967:17F3:2840FB0:2A632CD:614E6115",
"connection",
"close"
],
@@ -2729,7 +2729,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924171434570-9ayn4",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-paginate-issues-20210924233612681-gotyl",
"body": "",
"status": 204,
"response": "",
@@ -2737,7 +2737,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:15:17 GMT",
+ "Fri, 24 Sep 2021 23:36:55 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -2747,11 +2747,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4888",
+ "4917",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "112",
+ "83",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -2773,7 +2773,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6BE:5827:C50963:DDD037:614E07A5",
+ "D968:5823:1793F7:2EFFA0:614E6116",
"connection",
"close"
],
diff --git a/scenarios/api.github.com/project-cards/normalized-fixture.json b/scenarios/api.github.com/project-cards/normalized-fixture.json
index 883ec9c5..56ffdfa7 100644
--- a/scenarios/api.github.com/project-cards/normalized-fixture.json
+++ b/scenarios/api.github.com/project-cards/normalized-fixture.json
@@ -38,7 +38,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 25,
"host": "api.github.com"
@@ -110,7 +110,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 25,
"host": "api.github.com"
@@ -353,7 +353,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 33,
"host": "api.github.com"
@@ -394,7 +394,7 @@
"response": {},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 35,
"host": "api.github.com"
@@ -435,7 +435,7 @@
"response": {},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 38,
"host": "api.github.com"
@@ -476,7 +476,7 @@
"response": {},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 25,
"host": "api.github.com"
diff --git a/scenarios/api.github.com/project-cards/raw-fixture.json b/scenarios/api.github.com/project-cards/raw-fixture.json
index c16e674e..6eea514a 100644
--- a/scenarios/api.github.com/project-cards/raw-fixture.json
+++ b/scenarios/api.github.com/project-cards/raw-fixture.json
@@ -3,13 +3,13 @@
"scope": "https://api.github.com:443",
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
- "body": { "name": "tmp-scenario-prooject-cards-20210924170852895-dzt3p" },
+ "body": { "name": "tmp-scenario-prooject-cards-20210924233655211-p0wih" },
"status": 201,
"response": {
- "id": 410042964,
- "node_id": "R_kgDOGHDCVA",
- "name": "tmp-scenario-prooject-cards-20210924170852895-dzt3p",
- "full_name": "octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p",
+ "id": 410128368,
+ "node_id": "R_kgDOGHIP8A",
+ "name": "tmp-scenario-prooject-cards-20210924233655211-p0wih",
+ "full_name": "octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -31,53 +31,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/deployments",
- "created_at": "2021-09-24T17:08:53Z",
- "updated_at": "2021-09-24T17:08:53Z",
- "pushed_at": "2021-09-24T17:08:53Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/deployments",
+ "created_at": "2021-09-24T23:36:55Z",
+ "updated_at": "2021-09-24T23:36:55Z",
+ "pushed_at": "2021-09-24T23:36:56Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -138,7 +138,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:08:53 GMT",
+ "Fri, 24 Sep 2021 23:36:56 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -148,23 +148,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"f2ce69c48752465f28c976249d07a6be48da0d0e7ae856d5157e7d78c0771097\"",
+ "\"40dcde92afcae5d11019454de0c96eb4d24400378f3de1897ad306b6dbea8509\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4984",
+ "4916",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "16",
+ "84",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -186,12 +186,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C5D3:15B2:323061:36A466:614E0625",
+ "D969:837A:A7E948:BCAB57:614E6117",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"content-type": "application/json",
"authorization": "token 0000000000000000000000000000000000000001",
"x-octokit-fixture-ignore": "true",
@@ -203,16 +203,16 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/projects",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/projects",
"body": { "name": "Example project" },
"status": 201,
"response": {
- "owner_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p",
- "url": "https://api.github.com/projects/13370523",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p/projects/1",
- "columns_url": "https://api.github.com/projects/13370523/columns",
- "id": 13370523,
- "node_id": "PRO_kwLOGHDCVM4AzASb",
+ "owner_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih",
+ "url": "https://api.github.com/projects/13372298",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih/projects/1",
+ "columns_url": "https://api.github.com/projects/13372298/columns",
+ "id": 13372298,
+ "node_id": "PRO_kwLOGHIP8M4AzAuK",
"name": "Example project",
"body": null,
"number": 1,
@@ -237,14 +237,14 @@
"type": "User",
"site_admin": false
},
- "created_at": "2021-09-24T17:08:56Z",
- "updated_at": "2021-09-24T17:08:56Z"
+ "created_at": "2021-09-24T23:36:58Z",
+ "updated_at": "2021-09-24T23:36:58Z"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:08:56 GMT",
+ "Fri, 24 Sep 2021 23:36:58 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -254,23 +254,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"328949443c1c5d6ed4bf49f188a58daa7361e7d2cb405b9ffdf14acb6a594ac2\"",
+ "\"d54b75d27603d34399b2fab25cc5f3c86a836ece83915c1d5db1ad2c43d6a15c\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/projects/13370523",
+ "https://api.github.com/projects/13372298",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4983",
+ "4915",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "17",
+ "85",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -292,12 +292,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C5D7:15B2:323105:36A519:614E0627",
+ "D96A:7B6A:2172E52:2365E0B:614E611A",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"content-type": "application/json",
"authorization": "token 0000000000000000000000000000000000000001",
"x-octokit-fixture-ignore": "true",
@@ -309,24 +309,24 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/projects/13370523/columns",
+ "path": "/projects/13372298/columns",
"body": { "name": "Example column 1" },
"status": 201,
"response": {
- "url": "https://api.github.com/projects/columns/16115695",
- "project_url": "https://api.github.com/projects/13370523",
- "cards_url": "https://api.github.com/projects/columns/16115695/cards",
- "id": 16115695,
- "node_id": "PC_lATOGHDCVM4AzASbzgD15-8",
+ "url": "https://api.github.com/projects/columns/16119539",
+ "project_url": "https://api.github.com/projects/13372298",
+ "cards_url": "https://api.github.com/projects/columns/16119539/cards",
+ "id": 16119539,
+ "node_id": "PC_lATOGHIP8M4AzAuKzgD19vM",
"name": "Example column 1",
- "created_at": "2021-09-24T17:08:59Z",
- "updated_at": "2021-09-24T17:08:59Z"
+ "created_at": "2021-09-24T23:37:01Z",
+ "updated_at": "2021-09-24T23:37:01Z"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:08:59 GMT",
+ "Fri, 24 Sep 2021 23:37:01 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -336,23 +336,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"00e7eb3fad40376567d658de168de0435754a83196eaccc42714e434c69b3612\"",
+ "\"5d9057a51bf54aa81ba5d18f1e6b90138f213f1d61573ab8698eeaddcfcbdc8c\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/projects/columns/16115695",
+ "https://api.github.com/projects/columns/16119539",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4982",
+ "4914",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "18",
+ "86",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -374,12 +374,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C5DF:582A:292058B:2B25090:614E062A",
+ "D96B:1AC2:12728A2:13543EF:614E611D",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"content-type": "application/json",
"authorization": "token 0000000000000000000000000000000000000001",
"x-octokit-fixture-ignore": "true",
@@ -391,24 +391,24 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/projects/13370523/columns",
+ "path": "/projects/13372298/columns",
"body": { "name": "Example column 2" },
"status": 201,
"response": {
- "url": "https://api.github.com/projects/columns/16115696",
- "project_url": "https://api.github.com/projects/13370523",
- "cards_url": "https://api.github.com/projects/columns/16115696/cards",
- "id": 16115696,
- "node_id": "PC_lATOGHDCVM4AzASbzgD15_A",
+ "url": "https://api.github.com/projects/columns/16119540",
+ "project_url": "https://api.github.com/projects/13372298",
+ "cards_url": "https://api.github.com/projects/columns/16119540/cards",
+ "id": 16119540,
+ "node_id": "PC_lATOGHIP8M4AzAuKzgD19vQ",
"name": "Example column 2",
- "created_at": "2021-09-24T17:09:02Z",
- "updated_at": "2021-09-24T17:09:02Z"
+ "created_at": "2021-09-24T23:37:04Z",
+ "updated_at": "2021-09-24T23:37:04Z"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:09:02 GMT",
+ "Fri, 24 Sep 2021 23:37:04 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -418,23 +418,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"e0e9cb233909f681281629df6f4f0b8c504f5d907a353a544470134d2a4ac730\"",
+ "\"5e9f9afd73443c4b064e4cb81aad66b137ba3a62d337cb19ed6529dcc4b2f3f0\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/projects/columns/16115696",
+ "https://api.github.com/projects/columns/16119540",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4981",
+ "4913",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "19",
+ "87",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -456,12 +456,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C5EC:2F29:1CC52E4:1E31AA6:614E062D",
+ "D96C:7E9B:1E9914F:20270BF:614E6120",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"content-type": "application/json",
"authorization": "token 0000000000000000000000000000000000000001",
"x-octokit-fixture-ignore": "true",
@@ -473,14 +473,14 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/projects/columns/16115695/cards",
+ "path": "/projects/columns/16119539/cards",
"body": { "note": "Example card 1" },
"status": 201,
"response": {
- "url": "https://api.github.com/projects/columns/cards/69474549",
- "project_url": "https://api.github.com/projects/13370523",
- "id": 69474549,
- "node_id": "PRC_lALOGHDCVM4AzASbzgQkGPU",
+ "url": "https://api.github.com/projects/columns/cards/69491908",
+ "project_url": "https://api.github.com/projects/13372298",
+ "id": 69491908,
+ "node_id": "PRC_lALOGHIP8M4AzAuKzgQkXMQ",
"note": "Example card 1",
"archived": false,
"creator": {
@@ -503,15 +503,15 @@
"type": "User",
"site_admin": false
},
- "created_at": "2021-09-24T17:09:05Z",
- "updated_at": "2021-09-24T17:09:05Z",
- "column_url": "https://api.github.com/projects/columns/16115695"
+ "created_at": "2021-09-24T23:37:07Z",
+ "updated_at": "2021-09-24T23:37:07Z",
+ "column_url": "https://api.github.com/projects/columns/16119539"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:09:05 GMT",
+ "Fri, 24 Sep 2021 23:37:07 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -521,23 +521,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"ad452ada56561cb17cec03f3b699609c720a357dc3278ec69314c18e2e62bc01\"",
+ "\"016ceef05ebb80477d6060ab819bc76eacab4336201edacae93bd53ef12331e7\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/projects/columns/cards/69474549",
+ "https://api.github.com/projects/columns/cards/69491908",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4980",
+ "4912",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "20",
+ "88",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -559,12 +559,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C5EE:5857:279D36D:299F7EC:614E0630",
+ "D96F:837E:22063BC:23B6136:614E6123",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"content-type": "application/json",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 25,
@@ -575,14 +575,14 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/projects/columns/16115695/cards",
+ "path": "/projects/columns/16119539/cards",
"body": { "note": "Example card 2" },
"status": 201,
"response": {
- "url": "https://api.github.com/projects/columns/cards/69474555",
- "project_url": "https://api.github.com/projects/13370523",
- "id": 69474555,
- "node_id": "PRC_lALOGHDCVM4AzASbzgQkGPs",
+ "url": "https://api.github.com/projects/columns/cards/69491910",
+ "project_url": "https://api.github.com/projects/13372298",
+ "id": 69491910,
+ "node_id": "PRC_lALOGHIP8M4AzAuKzgQkXMY",
"note": "Example card 2",
"archived": false,
"creator": {
@@ -605,15 +605,15 @@
"type": "User",
"site_admin": false
},
- "created_at": "2021-09-24T17:09:08Z",
- "updated_at": "2021-09-24T17:09:08Z",
- "column_url": "https://api.github.com/projects/columns/16115695"
+ "created_at": "2021-09-24T23:37:10Z",
+ "updated_at": "2021-09-24T23:37:10Z",
+ "column_url": "https://api.github.com/projects/columns/16119539"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:09:08 GMT",
+ "Fri, 24 Sep 2021 23:37:10 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -623,23 +623,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"9d3028a6109be81db81bcc6b42bd2f5274cf6e0cae118fc2d46a40af6f69d5df\"",
+ "\"cb430c958b4caf7e78036231c4e6755c062f0226d35baebe7670c7c6ebea9b99\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/projects/columns/cards/69474555",
+ "https://api.github.com/projects/columns/cards/69491910",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4979",
+ "4911",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "21",
+ "89",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -661,12 +661,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C5EF:1AC0:AC7D41:B754F3:614E0633",
+ "D970:8AA2:268A5FE:283DA4B:614E6126",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"content-type": "application/json",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 25,
@@ -677,15 +677,15 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/projects/columns/16115695/cards",
+ "path": "/projects/columns/16119539/cards",
"body": "",
"status": 200,
"response": [
{
- "url": "https://api.github.com/projects/columns/cards/69474555",
- "project_url": "https://api.github.com/projects/13370523",
- "id": 69474555,
- "node_id": "PRC_lALOGHDCVM4AzASbzgQkGPs",
+ "url": "https://api.github.com/projects/columns/cards/69491910",
+ "project_url": "https://api.github.com/projects/13372298",
+ "id": 69491910,
+ "node_id": "PRC_lALOGHIP8M4AzAuKzgQkXMY",
"note": "Example card 2",
"archived": false,
"creator": {
@@ -708,15 +708,15 @@
"type": "User",
"site_admin": false
},
- "created_at": "2021-09-24T17:09:08Z",
- "updated_at": "2021-09-24T17:09:08Z",
- "column_url": "https://api.github.com/projects/columns/16115695"
+ "created_at": "2021-09-24T23:37:10Z",
+ "updated_at": "2021-09-24T23:37:10Z",
+ "column_url": "https://api.github.com/projects/columns/16119539"
},
{
- "url": "https://api.github.com/projects/columns/cards/69474549",
- "project_url": "https://api.github.com/projects/13370523",
- "id": 69474549,
- "node_id": "PRC_lALOGHDCVM4AzASbzgQkGPU",
+ "url": "https://api.github.com/projects/columns/cards/69491908",
+ "project_url": "https://api.github.com/projects/13372298",
+ "id": 69491908,
+ "node_id": "PRC_lALOGHIP8M4AzAuKzgQkXMQ",
"note": "Example card 1",
"archived": false,
"creator": {
@@ -739,16 +739,16 @@
"type": "User",
"site_admin": false
},
- "created_at": "2021-09-24T17:09:05Z",
- "updated_at": "2021-09-24T17:09:05Z",
- "column_url": "https://api.github.com/projects/columns/16115695"
+ "created_at": "2021-09-24T23:37:07Z",
+ "updated_at": "2021-09-24T23:37:07Z",
+ "column_url": "https://api.github.com/projects/columns/16119539"
}
],
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:09:08 GMT",
+ "Fri, 24 Sep 2021 23:37:11 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -758,21 +758,21 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"ec15d8d92e7ff09a7c549662b6dad9fb458fdf141772355eba1fc1ef189b639c\"",
+ "\"0c694f17b938416cf2a3d5517f9016399d92a5a2f8dd37183e01c3fcba791a7b\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4978",
+ "4910",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "22",
+ "90",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -794,12 +794,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C5F0:17F2:1BE0145:1DB0863:614E0634",
+ "D971:7E98:E99754:FE0873:614E6126",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"authorization": "token 0000000000000000000000000000000000000001",
"host": "api.github.com"
},
@@ -808,14 +808,14 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/projects/columns/cards/69474549",
+ "path": "/projects/columns/cards/69491908",
"body": "",
"status": 200,
"response": {
- "url": "https://api.github.com/projects/columns/cards/69474549",
- "project_url": "https://api.github.com/projects/13370523",
- "id": 69474549,
- "node_id": "PRC_lALOGHDCVM4AzASbzgQkGPU",
+ "url": "https://api.github.com/projects/columns/cards/69491908",
+ "project_url": "https://api.github.com/projects/13372298",
+ "id": 69491908,
+ "node_id": "PRC_lALOGHIP8M4AzAuKzgQkXMQ",
"note": "Example card 1",
"archived": false,
"creator": {
@@ -838,15 +838,15 @@
"type": "User",
"site_admin": false
},
- "created_at": "2021-09-24T17:09:05Z",
- "updated_at": "2021-09-24T17:09:05Z",
- "column_url": "https://api.github.com/projects/columns/16115695"
+ "created_at": "2021-09-24T23:37:07Z",
+ "updated_at": "2021-09-24T23:37:07Z",
+ "column_url": "https://api.github.com/projects/columns/16119539"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:09:09 GMT",
+ "Fri, 24 Sep 2021 23:37:11 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -856,21 +856,21 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"ad452ada56561cb17cec03f3b699609c720a357dc3278ec69314c18e2e62bc01\"",
+ "\"016ceef05ebb80477d6060ab819bc76eacab4336201edacae93bd53ef12331e7\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4977",
+ "4909",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "23",
+ "91",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -892,12 +892,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C5F1:6A89:B0503C:BCDF9D:614E0634",
+ "D972:2F28:1622CA7:178A454:614E6127",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"authorization": "token 0000000000000000000000000000000000000001",
"host": "api.github.com"
},
@@ -906,14 +906,14 @@
{
"scope": "https://api.github.com:443",
"method": "patch",
- "path": "/projects/columns/cards/69474549",
+ "path": "/projects/columns/cards/69491908",
"body": { "note": "Example card 1 updated" },
"status": 200,
"response": {
- "url": "https://api.github.com/projects/columns/cards/69474549",
- "project_url": "https://api.github.com/projects/13370523",
- "id": 69474549,
- "node_id": "PRC_lALOGHDCVM4AzASbzgQkGPU",
+ "url": "https://api.github.com/projects/columns/cards/69491908",
+ "project_url": "https://api.github.com/projects/13372298",
+ "id": 69491908,
+ "node_id": "PRC_lALOGHIP8M4AzAuKzgQkXMQ",
"note": "Example card 1 updated",
"archived": false,
"creator": {
@@ -936,15 +936,15 @@
"type": "User",
"site_admin": false
},
- "created_at": "2021-09-24T17:09:05Z",
- "updated_at": "2021-09-24T17:09:11Z",
- "column_url": "https://api.github.com/projects/columns/16115695"
+ "created_at": "2021-09-24T23:37:07Z",
+ "updated_at": "2021-09-24T23:37:14Z",
+ "column_url": "https://api.github.com/projects/columns/16119539"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:09:11 GMT",
+ "Fri, 24 Sep 2021 23:37:14 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -954,21 +954,21 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"9f9e6730db704cd657f51846d28e9869c757fb033af5ac7bfb5705fe70861333\"",
+ "\"5528bbbc81c2c08fcb657fdb3d4385525d1940f613a5003fc6c579c21b46aa44\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4976",
+ "4908",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "24",
+ "92",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -990,12 +990,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C5F2:837E:1F2BC64:20B9C48:614E0636",
+ "D973:17F3:2841959:2A63CDE:614E6129",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"content-type": "application/json",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 33,
@@ -1006,15 +1006,15 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/projects/columns/cards/69474549/moves",
- "body": { "position": "top", "column_id": 16115696 },
+ "path": "/projects/columns/cards/69491908/moves",
+ "body": { "position": "top", "column_id": 16119540 },
"status": 201,
"response": {},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:09:14 GMT",
+ "Fri, 24 Sep 2021 23:37:17 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -1024,21 +1024,21 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"7b3e941c0005e93e09e628a735dfff03857526d7dc897d6da0008d625c4e9062\"",
+ "\"ab37f2c8c5d666eb86659dad0b75193a5b344019baeeb672e06ebe3e4b4542ec\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4975",
+ "4907",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "25",
+ "93",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1060,12 +1060,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C5F4:60BD:1B0E0E1:1CDD3D0:614E0639",
+ "D974:7E97:A259EC:B56D37:614E612C",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"content-type": "application/json",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 39,
@@ -1076,15 +1076,15 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/projects/columns/cards/69474555/moves",
- "body": { "position": "bottom", "column_id": 16115696 },
+ "path": "/projects/columns/cards/69491910/moves",
+ "body": { "position": "bottom", "column_id": 16119540 },
"status": 201,
"response": {},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:09:17 GMT",
+ "Fri, 24 Sep 2021 23:37:19 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -1094,21 +1094,21 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"7b3e941c0005e93e09e628a735dfff03857526d7dc897d6da0008d625c4e9062\"",
+ "\"ab37f2c8c5d666eb86659dad0b75193a5b344019baeeb672e06ebe3e4b4542ec\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4974",
+ "4906",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "26",
+ "94",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1130,12 +1130,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C606:7A94:171AAF9:1843DCE:614E063C",
+ "D975:7B69:15A9672:176CB19:614E612F",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"content-type": "application/json",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 42,
@@ -1146,15 +1146,15 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/projects/columns/cards/69474549/moves",
- "body": { "position": "after:69474555" },
+ "path": "/projects/columns/cards/69491908/moves",
+ "body": { "position": "after:69491910" },
"status": 201,
"response": {},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:09:20 GMT",
+ "Fri, 24 Sep 2021 23:37:22 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -1164,21 +1164,21 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"7b3e941c0005e93e09e628a735dfff03857526d7dc897d6da0008d625c4e9062\"",
+ "\"ab37f2c8c5d666eb86659dad0b75193a5b344019baeeb672e06ebe3e4b4542ec\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4973",
+ "4905",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "27",
+ "95",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1200,12 +1200,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C609:17F2:1BE0443:1DB0B93:614E0640",
+ "D976:582A:2C4C5FA:2E73355:614E6132",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"content-type": "application/json",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 29,
@@ -1216,7 +1216,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/projects/columns/cards/69474549",
+ "path": "/projects/columns/cards/69491908",
"body": "",
"status": 204,
"response": "",
@@ -1224,21 +1224,21 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:09:23 GMT",
+ "Fri, 24 Sep 2021 23:37:25 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4972",
+ "4904",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "28",
+ "96",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1260,12 +1260,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C60A:7E96:537E3E:6418F3:614E0643",
+ "D978:2F28:1623104:178A8EF:614E6135",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"authorization": "token 0000000000000000000000000000000000000001",
"host": "api.github.com"
},
@@ -1274,7 +1274,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924170852895-dzt3p",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-prooject-cards-20210924233655211-p0wih",
"body": "",
"status": 204,
"response": "",
@@ -1282,21 +1282,21 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:09:27 GMT",
+ "Fri, 24 Sep 2021 23:37:28 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"delete_repo",
"X-GitHub-Media-Type",
- "github.v3; param=speedy-preview; format=json",
+ "github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4971",
+ "4903",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "29",
+ "97",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1318,12 +1318,12 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C60B:60BE:25EF546:27EC910:614E0646",
+ "D979:5852:52A646:6AD76F:614E6138",
"connection",
"close"
],
"reqheaders": {
- "accept": "application/vnd.github.v3+json,application/vnd.github.speedy-preview+json",
+ "accept": "application/vnd.github.v3+json",
"authorization": "token 0000000000000000000000000000000000000001",
"x-octokit-fixture-ignore": "true",
"host": "api.github.com"
diff --git a/scenarios/api.github.com/release-assets/normalized-fixture.json b/scenarios/api.github.com/release-assets/normalized-fixture.json
index e5d16a45..3bb91ad5 100644
--- a/scenarios/api.github.com/release-assets/normalized-fixture.json
+++ b/scenarios/api.github.com/release-assets/normalized-fixture.json
@@ -333,7 +333,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 47,
"host": "api.github.com"
diff --git a/scenarios/api.github.com/release-assets/raw-fixture.json b/scenarios/api.github.com/release-assets/raw-fixture.json
index 94bf936e..64aabfd7 100644
--- a/scenarios/api.github.com/release-assets/raw-fixture.json
+++ b/scenarios/api.github.com/release-assets/raw-fixture.json
@@ -3,13 +3,13 @@
"scope": "https://api.github.com:443",
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
- "body": { "name": "tmp-scenario-release-assets-20210924171614621-15vje" },
+ "body": { "name": "tmp-scenario-release-assets-20210924233750358-mbb2e" },
"status": 201,
"response": {
- "id": 410045007,
- "node_id": "R_kgDOGHDKTw",
- "name": "tmp-scenario-release-assets-20210924171614621-15vje",
- "full_name": "octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje",
+ "id": 410128494,
+ "node_id": "R_kgDOGHIQbg",
+ "name": "tmp-scenario-release-assets-20210924233750358-mbb2e",
+ "full_name": "octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -31,53 +31,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/deployments",
- "created_at": "2021-09-24T17:16:14Z",
- "updated_at": "2021-09-24T17:16:14Z",
- "pushed_at": "2021-09-24T17:16:15Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/deployments",
+ "created_at": "2021-09-24T23:37:50Z",
+ "updated_at": "2021-09-24T23:37:50Z",
+ "pushed_at": "2021-09-24T23:37:51Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -138,7 +138,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:15 GMT",
+ "Fri, 24 Sep 2021 23:37:51 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -148,23 +148,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"42615486058878b751d27097c6dbdb3d16ceb04ca9ac8b02680fb5ff422fc720\"",
+ "\"4e952762f30e9cc45cf33f378e5f7c040d1a5ade17b5ab713b70f28c1aec095f\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4859",
+ "4888",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "141",
+ "112",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -186,7 +186,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6E3:60BE:25FBB66:27F9876:614E07DE",
+ "D98B:7A92:B954C3:CA2F9C:614E614E",
"connection",
"close"
],
@@ -203,7 +203,7 @@
{
"scope": "https://api.github.com:443",
"method": "put",
- "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/contents/README.md",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/contents/README.md",
"body": {
"message": "initial commit",
"content": "IyByZWxlYXNlLWFzc2V0cw=="
@@ -215,35 +215,35 @@
"path": "README.md",
"sha": "fb708045450c130849a1d722030347c4145a05c5",
"size": 16,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/contents/README.md?ref=main",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/blob/main/README.md",
- "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/git/blobs/fb708045450c130849a1d722030347c4145a05c5",
- "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/main/README.md",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/contents/README.md?ref=main",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/blob/main/README.md",
+ "git_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/git/blobs/fb708045450c130849a1d722030347c4145a05c5",
+ "download_url": "https://raw.githubusercontent.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/main/README.md",
"type": "file",
"_links": {
- "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/contents/README.md?ref=main",
- "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/git/blobs/fb708045450c130849a1d722030347c4145a05c5",
- "html": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/blob/main/README.md"
+ "self": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/contents/README.md?ref=main",
+ "git": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/git/blobs/fb708045450c130849a1d722030347c4145a05c5",
+ "html": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/blob/main/README.md"
}
},
"commit": {
- "sha": "4a627c15fa4a86d9436c6df68eaaef2b36dc899f",
- "node_id": "C_kwDOGHDKT9oAKDRhNjI3YzE1ZmE0YTg2ZDk0MzZjNmRmNjhlYWFlZjJiMzZkYzg5OWY",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/git/commits/4a627c15fa4a86d9436c6df68eaaef2b36dc899f",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/commit/4a627c15fa4a86d9436c6df68eaaef2b36dc899f",
+ "sha": "8230816b0124050a6bca2be636c0b1a6577dd5fc",
+ "node_id": "C_kwDOGHIQbtoAKDgyMzA4MTZiMDEyNDA1MGE2YmNhMmJlNjM2YzBiMWE2NTc3ZGQ1ZmM",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/git/commits/8230816b0124050a6bca2be636c0b1a6577dd5fc",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/commit/8230816b0124050a6bca2be636c0b1a6577dd5fc",
"author": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:16:19Z"
+ "date": "2021-09-24T23:37:53Z"
},
"committer": {
"name": "octokit-fixture-user-a",
"email": "31898046+octokit-fixture-user-a@users.noreply.github.com",
- "date": "2021-09-24T17:16:19Z"
+ "date": "2021-09-24T23:37:53Z"
},
"tree": {
"sha": "df015500d7bf48067b28ee00985a226f8bec34f5",
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/git/trees/df015500d7bf48067b28ee00985a226f8bec34f5"
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/git/trees/df015500d7bf48067b28ee00985a226f8bec34f5"
},
"message": "initial commit",
"parents": [],
@@ -259,7 +259,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:19 GMT",
+ "Fri, 24 Sep 2021 23:37:53 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -269,7 +269,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"b849f4d1fdd276470792da7cc537081deedf9b6fabeaf42afdd35c98831f5fee\"",
+ "\"92bb4fd59e83ba0a5565ab68f4150581c026116c286d92a975b7513c92e968c4\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -279,11 +279,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4858",
+ "4887",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "142",
+ "113",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -305,7 +305,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6E4:5826:75C44E:8D2A8A:614E07E2",
+ "D98C:6A8A:DD0A9C:EC97CF:614E6151",
"connection",
"close"
],
@@ -322,20 +322,20 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases",
"body": {
"tag_name": "v1.0.0",
"name": "Version 1.0.0",
"body": "Initial release",
- "target_commitish": "4a627c15fa4a86d9436c6df68eaaef2b36dc899f"
+ "target_commitish": "8230816b0124050a6bca2be636c0b1a6577dd5fc"
},
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/50222458",
- "assets_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/50222458/assets",
- "upload_url": "https://uploads.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/50222458/assets{?name,label}",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/tag/v1.0.0",
- "id": 50222458,
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/50239233",
+ "assets_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/50239233/assets",
+ "upload_url": "https://uploads.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/50239233/assets{?name,label}",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/tag/v1.0.0",
+ "id": 50239233,
"author": {
"login": "octokit-fixture-user-a",
"id": 31898046,
@@ -356,24 +356,24 @@
"type": "User",
"site_admin": false
},
- "node_id": "RE_kwDOGHDKT84C_lV6",
+ "node_id": "RE_kwDOGHIQbs4C_pcB",
"tag_name": "v1.0.0",
- "target_commitish": "4a627c15fa4a86d9436c6df68eaaef2b36dc899f",
+ "target_commitish": "8230816b0124050a6bca2be636c0b1a6577dd5fc",
"name": "Version 1.0.0",
"draft": false,
"prerelease": false,
- "created_at": "2021-09-24T17:16:19Z",
- "published_at": "2021-09-24T17:16:22Z",
+ "created_at": "2021-09-24T23:37:53Z",
+ "published_at": "2021-09-24T23:37:56Z",
"assets": [],
- "tarball_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/tarball/v1.0.0",
- "zipball_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/zipball/v1.0.0",
+ "tarball_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/tarball/v1.0.0",
+ "zipball_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/zipball/v1.0.0",
"body": "Initial release"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:22 GMT",
+ "Fri, 24 Sep 2021 23:37:56 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -383,23 +383,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"a16fd24008ecf92a29c5b75f4dc31a738f57de89fd0e7b9421682e643c0ef6c5\"",
+ "\"a236d9280f59ff5643a9790e5b7f0402bd5eb16efdc8c1d91cf08a51699e1d7b\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/50222458",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/50239233",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4857",
+ "4886",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "143",
+ "114",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -421,7 +421,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6E6:837C:15CB88C:173298C:614E07E5",
+ "D98D:2ACA:1421794:15E339E:614E6154",
"connection",
"close"
],
@@ -438,15 +438,15 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/tags/v1.0.0",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/tags/v1.0.0",
"body": "",
"status": 200,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/50222458",
- "assets_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/50222458/assets",
- "upload_url": "https://uploads.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/50222458/assets{?name,label}",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/tag/v1.0.0",
- "id": 50222458,
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/50239233",
+ "assets_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/50239233/assets",
+ "upload_url": "https://uploads.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/50239233/assets{?name,label}",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/tag/v1.0.0",
+ "id": 50239233,
"author": {
"login": "octokit-fixture-user-a",
"id": 31898046,
@@ -467,24 +467,24 @@
"type": "User",
"site_admin": false
},
- "node_id": "RE_kwDOGHDKT84C_lV6",
+ "node_id": "RE_kwDOGHIQbs4C_pcB",
"tag_name": "v1.0.0",
- "target_commitish": "4a627c15fa4a86d9436c6df68eaaef2b36dc899f",
+ "target_commitish": "8230816b0124050a6bca2be636c0b1a6577dd5fc",
"name": "Version 1.0.0",
"draft": false,
"prerelease": false,
- "created_at": "2021-09-24T17:16:19Z",
- "published_at": "2021-09-24T17:16:22Z",
+ "created_at": "2021-09-24T23:37:53Z",
+ "published_at": "2021-09-24T23:37:56Z",
"assets": [],
- "tarball_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/tarball/v1.0.0",
- "zipball_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/zipball/v1.0.0",
+ "tarball_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/tarball/v1.0.0",
+ "zipball_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/zipball/v1.0.0",
"body": "Initial release"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:22 GMT",
+ "Fri, 24 Sep 2021 23:37:57 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -494,9 +494,9 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"a16fd24008ecf92a29c5b75f4dc31a738f57de89fd0e7b9421682e643c0ef6c5\"",
+ "\"a236d9280f59ff5643a9790e5b7f0402bd5eb16efdc8c1d91cf08a51699e1d7b\"",
"Last-Modified",
- "Fri, 24 Sep 2021 17:16:22 GMT",
+ "Fri, 24 Sep 2021 23:37:56 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -506,11 +506,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4856",
+ "4885",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "144",
+ "115",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -532,7 +532,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6E8:7B6B:2B7101B:2D78157:614E07E6",
+ "D98E:2F29:1FA4636:21331D9:614E6154",
"connection",
"close"
],
@@ -546,13 +546,13 @@
{
"scope": "https://uploads.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/50222458/assets?name=test-upload.txt&label=test",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/50239233/assets?name=test-upload.txt&label=test",
"body": "Hello, world!\n",
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/assets/45547285",
- "id": 45547285,
- "node_id": "RA_kwDOGHDKT84Ctv8V",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/assets/45569374",
+ "id": 45569374,
+ "node_id": "RA_kwDOGHIQbs4Ct1Ve",
"name": "test-upload.txt",
"label": "test",
"uploader": {
@@ -579,9 +579,9 @@
"state": "uploaded",
"size": 14,
"download_count": 0,
- "created_at": "2021-09-24T17:16:23Z",
- "updated_at": "2021-09-24T17:16:24Z",
- "browser_download_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/download/v1.0.0/test-upload.txt"
+ "created_at": "2021-09-24T23:37:59Z",
+ "updated_at": "2021-09-24T23:37:59Z",
+ "browser_download_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/download/v1.0.0/test-upload.txt"
},
"rawHeaders": [
"Cache-Control",
@@ -591,9 +591,9 @@
"Content-Type",
"application/json; charset=utf-8",
"ETag",
- "W/\"34eed750eea4a32bcdbea910779baee029c128b95987b81c05ee4f8e22283cd8\"",
+ "W/\"08bdb3646fd23cdd7266185183e3a7cd5f367d26a18156570bc25274b30917c1\"",
"Last-Modified",
- "Fri, 24 Sep 2021 17:16:24 GMT",
+ "Fri, 24 Sep 2021 23:37:59 GMT",
"Strict-Transport-Security",
"max-age=31557600",
"Vary",
@@ -611,11 +611,11 @@
"X-XSS-Protection",
"1; mode=block",
"Date",
- "Fri, 24 Sep 2021 17:16:24 GMT",
+ "Fri, 24 Sep 2021 23:37:59 GMT",
"Transfer-Encoding",
"chunked",
"X-GitHub-Request-Id",
- "C6E9:7301:19F817:253114:614E07E7",
+ "D98F:9310:311DE5:458E3B:614E6157",
"connection",
"close"
],
@@ -631,14 +631,14 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/50222458/assets",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/50239233/assets",
"body": "",
"status": 200,
"response": [
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/assets/45547285",
- "id": 45547285,
- "node_id": "RA_kwDOGHDKT84Ctv8V",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/assets/45569374",
+ "id": 45569374,
+ "node_id": "RA_kwDOGHIQbs4Ct1Ve",
"name": "test-upload.txt",
"label": "test",
"uploader": {
@@ -665,16 +665,16 @@
"state": "uploaded",
"size": 14,
"download_count": 0,
- "created_at": "2021-09-24T17:16:23Z",
- "updated_at": "2021-09-24T17:16:24Z",
- "browser_download_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/download/v1.0.0/test-upload.txt"
+ "created_at": "2021-09-24T23:37:59Z",
+ "updated_at": "2021-09-24T23:37:59Z",
+ "browser_download_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/download/v1.0.0/test-upload.txt"
}
],
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:24 GMT",
+ "Fri, 24 Sep 2021 23:38:00 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -684,7 +684,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"ce4d566bd8b536478a192801bf99153b22fa52abb0d8eb936395f2924d710ca3\"",
+ "\"0da7c887c046c64c74457fdbc6203c6a2df0d2e97e3a1c7edee9ca11a19f4cf5\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -694,11 +694,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4853",
+ "4882",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "147",
+ "118",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -720,7 +720,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6EA:7E97:94565C:A5D656:614E07E8",
+ "D990:5853:8635B6:9F3EDB:614E6157",
"connection",
"close"
],
@@ -734,13 +734,13 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/assets/45547285",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/assets/45569374",
"body": "",
"status": 200,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/assets/45547285",
- "id": 45547285,
- "node_id": "RA_kwDOGHDKT84Ctv8V",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/assets/45569374",
+ "id": 45569374,
+ "node_id": "RA_kwDOGHIQbs4Ct1Ve",
"name": "test-upload.txt",
"label": "test",
"uploader": {
@@ -767,15 +767,15 @@
"state": "uploaded",
"size": 14,
"download_count": 0,
- "created_at": "2021-09-24T17:16:23Z",
- "updated_at": "2021-09-24T17:16:24Z",
- "browser_download_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/download/v1.0.0/test-upload.txt"
+ "created_at": "2021-09-24T23:37:59Z",
+ "updated_at": "2021-09-24T23:37:59Z",
+ "browser_download_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/download/v1.0.0/test-upload.txt"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:24 GMT",
+ "Fri, 24 Sep 2021 23:38:00 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -785,9 +785,9 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"34eed750eea4a32bcdbea910779baee029c128b95987b81c05ee4f8e22283cd8\"",
+ "\"08bdb3646fd23cdd7266185183e3a7cd5f367d26a18156570bc25274b30917c1\"",
"Last-Modified",
- "Fri, 24 Sep 2021 17:16:24 GMT",
+ "Fri, 24 Sep 2021 23:37:59 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -797,11 +797,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4852",
+ "4881",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "148",
+ "119",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -823,7 +823,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6EB:1AC2:F56B6D:1016F96:614E07E8",
+ "D991:2F28:1623B34:178B3D7:614E6158",
"connection",
"close"
],
@@ -837,13 +837,13 @@
{
"scope": "https://api.github.com:443",
"method": "patch",
- "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/assets/45547285",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/assets/45569374",
"body": { "name": "new-filename.txt", "label": "new label" },
"status": 200,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/assets/45547285",
- "id": 45547285,
- "node_id": "RA_kwDOGHDKT84Ctv8V",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/assets/45569374",
+ "id": 45569374,
+ "node_id": "RA_kwDOGHIQbs4Ct1Ve",
"name": "new-filename.txt",
"label": "new label",
"uploader": {
@@ -870,15 +870,15 @@
"state": "uploaded",
"size": 14,
"download_count": 0,
- "created_at": "2021-09-24T17:16:23Z",
- "updated_at": "2021-09-24T17:16:26Z",
- "browser_download_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/download/v1.0.0/new-filename.txt"
+ "created_at": "2021-09-24T23:37:59Z",
+ "updated_at": "2021-09-24T23:38:02Z",
+ "browser_download_url": "https://github.com/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/download/v1.0.0/new-filename.txt"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:26 GMT",
+ "Fri, 24 Sep 2021 23:38:02 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -888,9 +888,9 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"4c915a0d848ea30ea9c161e3b050cbdb74df99d4400c2770632bcc4bf69d5ddc\"",
+ "\"cd4e8ce9648e6425700b714ac8f47ddc2682d40fc5011d1b22ae87000f0aa71d\"",
"Last-Modified",
- "Fri, 24 Sep 2021 17:16:26 GMT",
+ "Fri, 24 Sep 2021 23:38:02 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -900,11 +900,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4851",
+ "4880",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "149",
+ "120",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -926,7 +926,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6EC:7A8E:253B6B:323E8E:614E07EA",
+ "D992:79FE:2AB9213:2CDDD28:614E615A",
"connection",
"close"
],
@@ -942,7 +942,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje/releases/assets/45547285",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e/releases/assets/45569374",
"body": "",
"status": 204,
"response": "",
@@ -950,7 +950,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:30 GMT",
+ "Fri, 24 Sep 2021 23:38:05 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -960,11 +960,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4850",
+ "4879",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "150",
+ "121",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -986,7 +986,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6ED:7A8E:253BAC:323EEA:614E07EE",
+ "D993:6A88:606C1F:6DBA67:614E615D",
"connection",
"close"
],
@@ -1000,7 +1000,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924171614621-15vje",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-release-assets-20210924233750358-mbb2e",
"body": "",
"status": 204,
"response": "",
@@ -1008,7 +1008,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:33 GMT",
+ "Fri, 24 Sep 2021 23:38:08 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -1018,11 +1018,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4849",
+ "4878",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "151",
+ "122",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -1044,7 +1044,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6EE:5827:C513FF:DDDC1D:614E07F0",
+ "D994:7E9B:1E9AF98:2029085:614E6160",
"connection",
"close"
],
diff --git a/scenarios/api.github.com/rename-repository/normalized-fixture.json b/scenarios/api.github.com/rename-repository/normalized-fixture.json
index c3e00cdb..f6420edc 100644
--- a/scenarios/api.github.com/rename-repository/normalized-fixture.json
+++ b/scenarios/api.github.com/rename-repository/normalized-fixture.json
@@ -136,7 +136,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 36,
"host": "api.github.com"
@@ -395,7 +395,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 69,
"host": "api.github.com"
@@ -566,7 +566,7 @@
},
"reqheaders": {
"accept": "application/vnd.github.v3+json",
- "content-type": "application/json",
+ "content-type": "application/json; charset=utf-8",
"authorization": "token 0000000000000000000000000000000000000001",
"content-length": 69,
"host": "api.github.com"
diff --git a/scenarios/api.github.com/rename-repository/raw-fixture.json b/scenarios/api.github.com/rename-repository/raw-fixture.json
index 4bebf5e3..41df1afe 100644
--- a/scenarios/api.github.com/rename-repository/raw-fixture.json
+++ b/scenarios/api.github.com/rename-repository/raw-fixture.json
@@ -4,14 +4,14 @@
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
"body": {
- "name": "tmp-scenario-rename-repository-20210924171633202-mtwyr"
+ "name": "tmp-scenario-rename-repository-20210924233808852-adl72"
},
"status": 201,
"response": {
- "id": 410045097,
- "node_id": "R_kgDOGHDKqQ",
- "name": "tmp-scenario-rename-repository-20210924171633202-mtwyr",
- "full_name": "octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr",
+ "id": 410128534,
+ "node_id": "R_kgDOGHIQlg",
+ "name": "tmp-scenario-rename-repository-20210924233808852-adl72",
+ "full_name": "octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -33,53 +33,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr/deployments",
- "created_at": "2021-09-24T17:16:33Z",
- "updated_at": "2021-09-24T17:16:33Z",
- "pushed_at": "2021-09-24T17:16:34Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72/deployments",
+ "created_at": "2021-09-24T23:38:09Z",
+ "updated_at": "2021-09-24T23:38:09Z",
+ "pushed_at": "2021-09-24T23:38:09Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -140,7 +140,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:34 GMT",
+ "Fri, 24 Sep 2021 23:38:09 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -150,23 +150,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"0f760652c13c8bd781ecec5d61d5af3e474f32bed3e5b5a2572920e0f65342a9\"",
+ "\"4bdcdb5b2879bdc989df911d8c1464d6f2feed15941ed112e85282d0a8e6009c\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4848",
+ "4877",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "152",
+ "123",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -188,7 +188,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6EF:60BE:25FC350:27FA0C5:614E07F1",
+ "D995:17F2:1DA436D:1F93309:614E6160",
"connection",
"close"
],
@@ -205,16 +205,16 @@
{
"scope": "https://api.github.com:443",
"method": "patch",
- "path": "/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72",
"body": {
- "name": "tmp-scenario-rename-repository-20210924171633202-mtwyr-newname"
+ "name": "tmp-scenario-rename-repository-20210924233808852-adl72-newname"
},
"status": 200,
"response": {
- "id": 410045097,
- "node_id": "R_kgDOGHDKqQ",
- "name": "tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
- "full_name": "octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
+ "id": 410128534,
+ "node_id": "R_kgDOGHIQlg",
+ "name": "tmp-scenario-rename-repository-20210924233808852-adl72-newname",
+ "full_name": "octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -236,53 +236,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/deployments",
- "created_at": "2021-09-24T17:16:33Z",
- "updated_at": "2021-09-24T17:16:37Z",
- "pushed_at": "2021-09-24T17:16:34Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/deployments",
+ "created_at": "2021-09-24T23:38:09Z",
+ "updated_at": "2021-09-24T23:38:12Z",
+ "pushed_at": "2021-09-24T23:38:09Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -343,7 +343,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:37 GMT",
+ "Fri, 24 Sep 2021 23:38:12 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -353,7 +353,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"7512d99f6c13402092c2805d48a70ad8efef9dd33d798e4dc2551ea2c5703795\"",
+ "\"4f488f599b38d3653aae651e23df12d6b4c5a89590a26023128e68e4e5e84fbc\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -363,11 +363,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4847",
+ "4876",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "153",
+ "124",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -389,7 +389,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6F0:8A9D:332080:44924A:614E07F5",
+ "D996:7A90:7A99BC:8A5686:614E6163",
"connection",
"close"
],
@@ -405,19 +405,19 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72",
"body": "",
"status": 301,
"response": {
"message": "Moved Permanently",
- "url": "https://api.github.com/repositories/410045097",
+ "url": "https://api.github.com/repositories/410128534",
"documentation_url": "https://docs.github.com/v3/#http-redirects"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:38 GMT",
+ "Fri, 24 Sep 2021 23:38:13 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -427,17 +427,17 @@
"X-Accepted-OAuth-Scopes",
"admin:repo_hook, delete_repo, read:repo_hook, repo, repo:status, repo_deployment, security_events, write:repo_hook",
"Location",
- "https://api.github.com/repositories/410045097",
+ "https://api.github.com/repositories/410128534",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4846",
+ "4875",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "154",
+ "125",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -459,7 +459,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6F1:3BEB:1DDBC0:2C8E0A:614E07F6",
+ "D997:2F29:1FA4D97:21339A5:614E6165",
"connection",
"close"
],
@@ -473,14 +473,14 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/repositories/410045097",
+ "path": "/repositories/410128534",
"body": "",
"status": 200,
"response": {
- "id": 410045097,
- "node_id": "R_kgDOGHDKqQ",
- "name": "tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
- "full_name": "octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
+ "id": 410128534,
+ "node_id": "R_kgDOGHIQlg",
+ "name": "tmp-scenario-rename-repository-20210924233808852-adl72-newname",
+ "full_name": "octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -502,53 +502,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/deployments",
- "created_at": "2021-09-24T17:16:33Z",
- "updated_at": "2021-09-24T17:16:37Z",
- "pushed_at": "2021-09-24T17:16:34Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/deployments",
+ "created_at": "2021-09-24T23:38:09Z",
+ "updated_at": "2021-09-24T23:38:12Z",
+ "pushed_at": "2021-09-24T23:38:09Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -610,7 +610,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:39 GMT",
+ "Fri, 24 Sep 2021 23:38:13 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -620,9 +620,9 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"9fe7e064837461f2139e26032ed00bc2a71bd56ff0b773467c1ebf1d9d4fc0ee\"",
+ "\"15a179d460d194b2f98b62c8f3ac7ac561e5dc13e0bc131df6a80c852f2af1c5\"",
"Last-Modified",
- "Fri, 24 Sep 2021 17:16:37 GMT",
+ "Fri, 24 Sep 2021 23:38:12 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -632,11 +632,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4845",
+ "4874",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "155",
+ "126",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -658,7 +658,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6F2:8A9C:1D1DA8:2E3DD4:614E07F7",
+ "D998:79FD:1F7B6F4:2169585:614E6165",
"connection",
"close"
],
@@ -672,22 +672,22 @@
{
"scope": "https://api.github.com:443",
"method": "patch",
- "path": "/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72",
"body": {
- "name": "tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
+ "name": "tmp-scenario-rename-repository-20210924233808852-adl72-newname",
"description": "test description"
},
"status": 307,
"response": {
"message": "Moved Permanently",
- "url": "https://api.github.com/repositories/410045097",
+ "url": "https://api.github.com/repositories/410128534",
"documentation_url": "https://docs.github.com/v3/#http-redirects"
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:39 GMT",
+ "Fri, 24 Sep 2021 23:38:15 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -697,17 +697,17 @@
"X-Accepted-OAuth-Scopes",
"admin:repo_hook, delete_repo, read:repo_hook, repo, repo:status, repo_deployment, security_events, write:repo_hook",
"Location",
- "https://api.github.com/repositories/410045097",
+ "https://api.github.com/repositories/410128534",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4844",
+ "4873",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "156",
+ "127",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -729,7 +729,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6F3:1ABE:7BF3D9:85F52F:614E07F7",
+ "D999:5853:863717:9F407D:614E6166",
"connection",
"close"
],
@@ -745,17 +745,17 @@
{
"scope": "https://api.github.com:443",
"method": "patch",
- "path": "/repositories/410045097",
+ "path": "/repositories/410128534",
"body": {
- "name": "tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
+ "name": "tmp-scenario-rename-repository-20210924233808852-adl72-newname",
"description": "test description"
},
"status": 200,
"response": {
- "id": 410045097,
- "node_id": "R_kgDOGHDKqQ",
- "name": "tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
- "full_name": "octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
+ "id": 410128534,
+ "node_id": "R_kgDOGHIQlg",
+ "name": "tmp-scenario-rename-repository-20210924233808852-adl72-newname",
+ "full_name": "octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -777,53 +777,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
"description": "test description",
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname/deployments",
- "created_at": "2021-09-24T17:16:33Z",
- "updated_at": "2021-09-24T17:16:42Z",
- "pushed_at": "2021-09-24T17:16:34Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924171633202-mtwyr-newname",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname/deployments",
+ "created_at": "2021-09-24T23:38:09Z",
+ "updated_at": "2021-09-24T23:38:18Z",
+ "pushed_at": "2021-09-24T23:38:09Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-rename-repository-20210924233808852-adl72-newname",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -884,7 +884,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:42 GMT",
+ "Fri, 24 Sep 2021 23:38:18 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -894,7 +894,7 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"5cb7819f99c2ac89a790a7255a3011c131da0b7cff7b305a167703ea0b43bc5b\"",
+ "\"fdb75ee0ae788f92dab2ae26292f4cd855f1caee36b1515cedb506ed509e3c71\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -904,11 +904,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4843",
+ "4872",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "157",
+ "128",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -930,7 +930,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6F5:60BB:CA5AF6:E30B6D:614E07FA",
+ "D99A:2ACB:1FC593E:21B6501:614E6169",
"connection",
"close"
],
@@ -946,7 +946,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repositories/410045097",
+ "path": "/repositories/410128534",
"body": "",
"status": 204,
"response": "",
@@ -954,7 +954,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:46 GMT",
+ "Fri, 24 Sep 2021 23:38:21 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -964,11 +964,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4841",
+ "4870",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "159",
+ "130",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -990,7 +990,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6F7:1ABC:2D8C54:366B37:614E07FD",
+ "D99C:6A89:C62FD6:D47C65:614E616D",
"connection",
"close"
],
diff --git a/scenarios/api.github.com/search-issues/normalized-fixture.json b/scenarios/api.github.com/search-issues/normalized-fixture.json
index aa423f14..00ccb5e4 100644
--- a/scenarios/api.github.com/search-issues/normalized-fixture.json
+++ b/scenarios/api.github.com/search-issues/normalized-fixture.json
@@ -53,7 +53,7 @@
"author_association": "NONE",
"active_lock_reason": null,
"body": "I’ve waited all year long, but there was no pop 😭",
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2/timeline",
"performed_via_github_app": null,
"score": 42
},
@@ -101,7 +101,7 @@
"author_association": "MEMBER",
"active_lock_reason": null,
"body": "I tried \"open sesame\" as seen on Wikipedia but no luck!",
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1/timeline",
"performed_via_github_app": null,
"score": 42
}
diff --git a/scenarios/api.github.com/search-issues/raw-fixture.json b/scenarios/api.github.com/search-issues/raw-fixture.json
index 33bc27c7..4dcb2f56 100644
--- a/scenarios/api.github.com/search-issues/raw-fixture.json
+++ b/scenarios/api.github.com/search-issues/raw-fixture.json
@@ -3,13 +3,13 @@
"scope": "https://api.github.com:443",
"method": "post",
"path": "/orgs/octokit-fixture-org/repos",
- "body": { "name": "tmp-scenario-search-issues-20210924171646347-txlci" },
+ "body": { "name": "tmp-scenario-search-issues-20210924233821739-l8ego" },
"status": 201,
"response": {
- "id": 410045146,
- "node_id": "R_kgDOGHDK2g",
- "name": "tmp-scenario-search-issues-20210924171646347-txlci",
- "full_name": "octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci",
+ "id": 410128570,
+ "node_id": "R_kgDOGHIQug",
+ "name": "tmp-scenario-search-issues-20210924233821739-l8ego",
+ "full_name": "octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego",
"private": false,
"owner": {
"login": "octokit-fixture-org",
@@ -31,53 +31,53 @@
"type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego",
"description": null,
"fork": false,
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci",
- "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/forks",
- "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/teams",
- "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/hooks",
- "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/events{/number}",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/events",
- "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/assignees{/user}",
- "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/branches{/branch}",
- "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/tags",
- "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/languages",
- "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/stargazers",
- "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/contributors",
- "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/subscribers",
- "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/subscription",
- "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/contents/{+path}",
- "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/merges",
- "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/downloads",
- "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues{/number}",
- "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/labels{/name}",
- "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/releases{/id}",
- "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/deployments",
- "created_at": "2021-09-24T17:16:46Z",
- "updated_at": "2021-09-24T17:16:46Z",
- "pushed_at": "2021-09-24T17:16:47Z",
- "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci.git",
- "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci.git",
- "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci.git",
- "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego",
+ "forks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/forks",
+ "keys_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/teams",
+ "hooks_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/hooks",
+ "issue_events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/events",
+ "assignees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/tags",
+ "blobs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/languages",
+ "stargazers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/stargazers",
+ "contributors_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/contributors",
+ "subscribers_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/subscribers",
+ "subscription_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/subscription",
+ "commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/merges",
+ "archive_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/downloads",
+ "issues_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/labels{/name}",
+ "releases_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/deployments",
+ "created_at": "2021-09-24T23:38:22Z",
+ "updated_at": "2021-09-24T23:38:22Z",
+ "pushed_at": "2021-09-24T23:38:23Z",
+ "git_url": "git://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego.git",
+ "ssh_url": "git@github.com:octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego.git",
+ "clone_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego.git",
+ "svn_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego",
"homepage": null,
"size": 0,
"stargazers_count": 0,
@@ -138,7 +138,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:47 GMT",
+ "Fri, 24 Sep 2021 23:38:24 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -148,23 +148,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"3a79ef6adfa39adf5c4c64aa7331d24e9f26a30feef987fcb96bd2cc22ee13cd\"",
+ "\"8daa43f513a149c4684837504deec2050f83a06fd8434e07868078f79e644a9a\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"public_repo, repo",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4840",
+ "4869",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "160",
+ "131",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -186,7 +186,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6F9:7B68:B44AD7:CCC580:614E07FE",
+ "D99D:6A87:3F7F2E:4C2616:614E616D",
"connection",
"close"
],
@@ -203,21 +203,21 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues",
"body": {
"title": "The doors don’t open",
"body": "I tried \"open sesame\" as seen on Wikipedia but no luck!"
},
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1",
- "id": 1006671688,
- "node_id": "I_kwDOGHDK2s48AJdI",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1",
+ "id": 1006893894,
+ "node_id": "I_kwDOGHIQus48A_tG",
"number": 1,
"title": "The doors don’t open",
"user": {
@@ -247,21 +247,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:16:49Z",
- "updated_at": "2021-09-24T17:16:49Z",
+ "created_at": "2021-09-24T23:38:25Z",
+ "updated_at": "2021-09-24T23:38:25Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": "I tried \"open sesame\" as seen on Wikipedia but no luck!",
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:49 GMT",
+ "Fri, 24 Sep 2021 23:38:25 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -271,23 +271,23 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"8e779a438437e76e96b1e122b5268f2f1af0c4feaa99440eac5a08daa3ffed55\"",
+ "\"40dc3f634ba1b35faa99b091fdbc0debb668eccf0c6cc1a708d08147c4f98463\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4839",
+ "4868",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "161",
+ "132",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -309,7 +309,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6FA:837E:1F3830A:20C6D65:614E0801",
+ "D99E:6A87:3F7F5C:4C2653:614E6170",
"connection",
"close"
],
@@ -326,21 +326,21 @@
{
"scope": "https://api.github.com:443",
"method": "post",
- "path": "/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues",
"body": {
"title": "Sesame seeds split without a pop!",
"body": "I’ve waited all year long, but there was no pop 😭"
},
"status": 201,
"response": {
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2",
- "id": 1006671726,
- "node_id": "I_kwDOGHDK2s48AJdu",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2",
+ "id": 1006893909,
+ "node_id": "I_kwDOGHIQus48A_tV",
"number": 2,
"title": "Sesame seeds split without a pop!",
"user": {
@@ -370,21 +370,21 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:16:52Z",
- "updated_at": "2021-09-24T17:16:52Z",
+ "created_at": "2021-09-24T23:38:28Z",
+ "updated_at": "2021-09-24T23:38:28Z",
"closed_at": null,
"author_association": "NONE",
"active_lock_reason": null,
"body": "I’ve waited all year long, but there was no pop 😭",
"closed_by": null,
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2/timeline",
"performed_via_github_app": null
},
"rawHeaders": [
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:16:52 GMT",
+ "Fri, 24 Sep 2021 23:38:28 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -394,13 +394,13 @@
"Vary",
"Accept, Authorization, Cookie, X-GitHub-OTP",
"ETag",
- "\"eaa1caef0d5bd63e44af0adda5d130399307fc5880c59b327d2f9c90f9d321c9\"",
+ "\"f3967cf4701eb3ef287fc8d177af453e222af5c90b6549ab1eaeff229e0ac68f\"",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
"",
"Location",
- "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2",
+ "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2",
"X-GitHub-Media-Type",
"github.v3; format=json",
"X-RateLimit-Limit",
@@ -408,7 +408,7 @@
"X-RateLimit-Remaining",
"4998",
"X-RateLimit-Reset",
- "1632507158",
+ "1632530059",
"X-RateLimit-Used",
"2",
"X-RateLimit-Resource",
@@ -432,7 +432,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6FB:79FD:1CFF04A:1ECEA8C:614E0804",
+ "D99F:7E9B:1E9B783:20298E2:614E6173",
"connection",
"close"
],
@@ -449,7 +449,7 @@
{
"scope": "https://api.github.com:443",
"method": "get",
- "path": "/search/issues?q=sesame%20repo%3Aoctokit-fixture-org%2Ftmp-scenario-search-issues-20210924171646347-txlci",
+ "path": "/search/issues?q=sesame%20repo%3Aoctokit-fixture-org%2Ftmp-scenario-search-issues-20210924233821739-l8ego",
"body": "",
"status": 200,
"response": {
@@ -457,14 +457,14 @@
"incomplete_results": false,
"items": [
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2",
- "id": 1006671726,
- "node_id": "I_kwDOGHDK2s48AJdu",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2",
+ "id": 1006893909,
+ "node_id": "I_kwDOGHIQus48A_tV",
"number": 2,
"title": "Sesame seeds split without a pop!",
"user": {
@@ -494,25 +494,25 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:16:52Z",
- "updated_at": "2021-09-24T17:16:52Z",
+ "created_at": "2021-09-24T23:38:28Z",
+ "updated_at": "2021-09-24T23:38:28Z",
"closed_at": null,
"author_association": "NONE",
"active_lock_reason": null,
"body": "I’ve waited all year long, but there was no pop 😭",
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/2/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/2/timeline",
"performed_via_github_app": null,
"score": 1
},
{
- "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1",
- "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci",
- "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1/labels{/name}",
- "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1/comments",
- "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1/events",
- "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1",
- "id": 1006671688,
- "node_id": "I_kwDOGHDK2s48AJdI",
+ "url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1",
+ "repository_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego",
+ "labels_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1/labels{/name}",
+ "comments_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1/comments",
+ "events_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1/events",
+ "html_url": "https://github.com/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1",
+ "id": 1006893894,
+ "node_id": "I_kwDOGHIQus48A_tG",
"number": 1,
"title": "The doors don’t open",
"user": {
@@ -542,13 +542,13 @@
"assignees": [],
"milestone": null,
"comments": 0,
- "created_at": "2021-09-24T17:16:49Z",
- "updated_at": "2021-09-24T17:16:49Z",
+ "created_at": "2021-09-24T23:38:25Z",
+ "updated_at": "2021-09-24T23:38:25Z",
"closed_at": null,
"author_association": "MEMBER",
"active_lock_reason": null,
"body": "I tried \"open sesame\" as seen on Wikipedia but no luck!",
- "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci/issues/1/timeline",
+ "timeline_url": "https://api.github.com/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego/issues/1/timeline",
"performed_via_github_app": null,
"score": 1
}
@@ -558,7 +558,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:17:08 GMT",
+ "Fri, 24 Sep 2021 23:38:43 GMT",
"Content-Type",
"application/json; charset=utf-8",
"Content-Length",
@@ -578,7 +578,7 @@
"X-RateLimit-Remaining",
"29",
"X-RateLimit-Reset",
- "1632503888",
+ "1632526783",
"X-RateLimit-Used",
"1",
"X-RateLimit-Resource",
@@ -602,7 +602,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6FC:8AA1:1681148:17EA0B5:614E0813",
+ "D9A1:2ACA:1421F12:15E3C09:614E6183",
"connection",
"close"
],
@@ -616,7 +616,7 @@
{
"scope": "https://api.github.com:443",
"method": "delete",
- "path": "/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924171646347-txlci",
+ "path": "/repos/octokit-fixture-org/tmp-scenario-search-issues-20210924233821739-l8ego",
"body": "",
"status": 204,
"response": "",
@@ -624,7 +624,7 @@
"Server",
"GitHub.com",
"Date",
- "Fri, 24 Sep 2021 17:17:08 GMT",
+ "Fri, 24 Sep 2021 23:38:43 GMT",
"X-OAuth-Scopes",
"admin:gpg_key, admin:org, admin:org_hook, admin:public_key, admin:repo_hook, delete_repo, gist, notifications, repo, user, workflow",
"X-Accepted-OAuth-Scopes",
@@ -634,11 +634,11 @@
"X-RateLimit-Limit",
"5000",
"X-RateLimit-Remaining",
- "4838",
+ "4867",
"X-RateLimit-Reset",
- "1632506847",
+ "1632530054",
"X-RateLimit-Used",
- "162",
+ "133",
"X-RateLimit-Resource",
"core",
"Access-Control-Expose-Headers",
@@ -660,7 +660,7 @@
"Vary",
"Accept-Encoding, Accept, X-Requested-With",
"X-GitHub-Request-Id",
- "C6FD:79FC:11E34B6:13871B5:614E0814",
+ "D9A2:2F29:1FA5760:2134417:614E6183",
"connection",
"close"
],