Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving PR from draft to ready to review doesn't trigger TC #20587

Closed
gsnedders opened this issue Dec 3, 2019 · 6 comments
Closed

Moving PR from draft to ready to review doesn't trigger TC #20587

gsnedders opened this issue Dec 3, 2019 · 6 comments

Comments

@gsnedders
Copy link
Member

cc/ @jgraham

@stephenmcgruer
Copy link
Contributor

Is this new as of the decision task change, or was it true before as well?

@jgraham
Copy link
Contributor

jgraham commented Dec 4, 2019

Hmm, this is supposed to work. We check for the ready_for_review action on the event and trigger if that's set. Do you have a PR where this didn't work?

@gsnedders
Copy link
Member Author

@jgraham #20459 (comment)

@foolip
Copy link
Member

foolip commented Feb 12, 2020

This may have happened in #21724. @jgraham closed and reopened to fix it.

@stephenmcgruer
Copy link
Contributor

stephenmcgruer commented May 4, 2020

This is 100% reproducible, as far as I know. #23396 is an example; TaskCluster just stays at Community-TC (pull_request) Expected — Waiting for status to be reported.

I can't see the logs for what is sent to TaskCluster because it's an app, but from another webhook that PR dumped the below event payload. The event.action seems to be 'ready_for_reviewandevent.pull_request.draftseems to befalse`, so is there some internal TaskCluster problem?

{
  "action": "ready_for_review",
  "number": 23396,
  "pull_request": {
    "url": "https://api.github.com/repos/web-platform-tests/wpt/pulls/23396",
    "id": 413176286,
    "node_id": "MDExOlB1bGxSZXF1ZXN0NDEzMTc2Mjg2",
    "html_url": "https://github.com/web-platform-tests/wpt/pull/23396",
    "diff_url": "https://github.com/web-platform-tests/wpt/pull/23396.diff",
    "patch_url": "https://github.com/web-platform-tests/wpt/pull/23396.patch",
    "issue_url": "https://api.github.com/repos/web-platform-tests/wpt/issues/23396",
    "number": 23396,
    "state": "open",
    "locked": false,
    "title": "Testing taskcluster triggering on draft --> review request",
    "user": {
      "login": "stephenmcgruer",
      "id": 153264,
      "node_id": "MDQ6VXNlcjE1MzI2NA==",
      "avatar_url": "https://avatars1.githubusercontent.com/u/153264?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/stephenmcgruer",
      "html_url": "https://github.com/stephenmcgruer",
      "followers_url": "https://api.github.com/users/stephenmcgruer/followers",
      "following_url": "https://api.github.com/users/stephenmcgruer/following{/other_user}",
      "gists_url": "https://api.github.com/users/stephenmcgruer/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/stephenmcgruer/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/stephenmcgruer/subscriptions",
      "organizations_url": "https://api.github.com/users/stephenmcgruer/orgs",
      "repos_url": "https://api.github.com/users/stephenmcgruer/repos",
      "events_url": "https://api.github.com/users/stephenmcgruer/events{/privacy}",
      "received_events_url": "https://api.github.com/users/stephenmcgruer/received_events",
      "type": "User",
      "site_admin": false
    },
    "body": "",
    "created_at": "2020-05-04T20:47:04Z",
    "updated_at": "2020-05-04T20:47:26Z",
    "closed_at": null,
    "merged_at": null,
    "merge_commit_sha": "3ed530cc1510be49bf6cf1e76b825d892339e667",
    "assignee": null,
    "assignees": [

    ],
    "requested_reviewers": [

    ],
    "requested_teams": [

    ],
    "labels": [

    ],
    "milestone": null,
    "draft": false,
    "commits_url": "https://api.github.com/repos/web-platform-tests/wpt/pulls/23396/commits",
    "review_comments_url": "https://api.github.com/repos/web-platform-tests/wpt/pulls/23396/comments",
    "review_comment_url": "https://api.github.com/repos/web-platform-tests/wpt/pulls/comments{/number}",
    "comments_url": "https://api.github.com/repos/web-platform-tests/wpt/issues/23396/comments",
    "statuses_url": "https://api.github.com/repos/web-platform-tests/wpt/statuses/6f8f0eb282017bdd6a8eb5fc5b8ab7348c262cf2",
    "head": {
      "label": "web-platform-tests:smcgruer/test_draft_prs",
      "ref": "smcgruer/test_draft_prs",
      "sha": "6f8f0eb282017bdd6a8eb5fc5b8ab7348c262cf2",
      "user": {
        "login": "web-platform-tests",
        "id": 37226233,
        "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjI2MjMz",
        "avatar_url": "https://avatars0.githubusercontent.com/u/37226233?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/web-platform-tests",
        "html_url": "https://github.com/web-platform-tests",
        "followers_url": "https://api.github.com/users/web-platform-tests/followers",
        "following_url": "https://api.github.com/users/web-platform-tests/following{/other_user}",
        "gists_url": "https://api.github.com/users/web-platform-tests/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/web-platform-tests/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/web-platform-tests/subscriptions",
        "organizations_url": "https://api.github.com/users/web-platform-tests/orgs",
        "repos_url": "https://api.github.com/users/web-platform-tests/repos",
        "events_url": "https://api.github.com/users/web-platform-tests/events{/privacy}",
        "received_events_url": "https://api.github.com/users/web-platform-tests/received_events",
        "type": "Organization",
        "site_admin": false
      },
      "repo": {
        "id": 3618133,
        "node_id": "MDEwOlJlcG9zaXRvcnkzNjE4MTMz",
        "name": "wpt",
        "full_name": "web-platform-tests/wpt",
        "private": false,
        "owner": {
          "login": "web-platform-tests",
          "id": 37226233,
          "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjI2MjMz",
          "avatar_url": "https://avatars0.githubusercontent.com/u/37226233?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/web-platform-tests",
          "html_url": "https://github.com/web-platform-tests",
          "followers_url": "https://api.github.com/users/web-platform-tests/followers",
          "following_url": "https://api.github.com/users/web-platform-tests/following{/other_user}",
          "gists_url": "https://api.github.com/users/web-platform-tests/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/web-platform-tests/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/web-platform-tests/subscriptions",
          "organizations_url": "https://api.github.com/users/web-platform-tests/orgs",
          "repos_url": "https://api.github.com/users/web-platform-tests/repos",
          "events_url": "https://api.github.com/users/web-platform-tests/events{/privacy}",
          "received_events_url": "https://api.github.com/users/web-platform-tests/received_events",
          "type": "Organization",
          "site_admin": false
        },
        "html_url": "https://github.com/web-platform-tests/wpt",
        "description": "Test suites for Web platform specs — including WHATWG, W3C, and others",
        "fork": false,
        "url": "https://api.github.com/repos/web-platform-tests/wpt",
        "forks_url": "https://api.github.com/repos/web-platform-tests/wpt/forks",
        "keys_url": "https://api.github.com/repos/web-platform-tests/wpt/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/web-platform-tests/wpt/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/web-platform-tests/wpt/teams",
        "hooks_url": "https://api.github.com/repos/web-platform-tests/wpt/hooks",
        "issue_events_url": "https://api.github.com/repos/web-platform-tests/wpt/issues/events{/number}",
        "events_url": "https://api.github.com/repos/web-platform-tests/wpt/events",
        "assignees_url": "https://api.github.com/repos/web-platform-tests/wpt/assignees{/user}",
        "branches_url": "https://api.github.com/repos/web-platform-tests/wpt/branches{/branch}",
        "tags_url": "https://api.github.com/repos/web-platform-tests/wpt/tags",
        "blobs_url": "https://api.github.com/repos/web-platform-tests/wpt/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/web-platform-tests/wpt/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/web-platform-tests/wpt/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/web-platform-tests/wpt/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/web-platform-tests/wpt/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/web-platform-tests/wpt/languages",
        "stargazers_url": "https://api.github.com/repos/web-platform-tests/wpt/stargazers",
        "contributors_url": "https://api.github.com/repos/web-platform-tests/wpt/contributors",
        "subscribers_url": "https://api.github.com/repos/web-platform-tests/wpt/subscribers",
        "subscription_url": "https://api.github.com/repos/web-platform-tests/wpt/subscription",
        "commits_url": "https://api.github.com/repos/web-platform-tests/wpt/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/web-platform-tests/wpt/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/web-platform-tests/wpt/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/web-platform-tests/wpt/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/web-platform-tests/wpt/contents/{+path}",
        "compare_url": "https://api.github.com/repos/web-platform-tests/wpt/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/web-platform-tests/wpt/merges",
        "archive_url": "https://api.github.com/repos/web-platform-tests/wpt/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/web-platform-tests/wpt/downloads",
        "issues_url": "https://api.github.com/repos/web-platform-tests/wpt/issues{/number}",
        "pulls_url": "https://api.github.com/repos/web-platform-tests/wpt/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/web-platform-tests/wpt/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/web-platform-tests/wpt/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/web-platform-tests/wpt/labels{/name}",
        "releases_url": "https://api.github.com/repos/web-platform-tests/wpt/releases{/id}",
        "deployments_url": "https://api.github.com/repos/web-platform-tests/wpt/deployments",
        "created_at": "2012-03-04T12:58:11Z",
        "updated_at": "2020-05-04T20:46:06Z",
        "pushed_at": "2020-05-04T20:47:04Z",
        "git_url": "git://github.com/web-platform-tests/wpt.git",
        "ssh_url": "git@github.com:web-platform-tests/wpt.git",
        "clone_url": "https://github.com/web-platform-tests/wpt.git",
        "svn_url": "https://github.com/web-platform-tests/wpt",
        "homepage": "https://web-platform-tests.org/",
        "size": 342421,
        "stargazers_count": 2810,
        "watchers_count": 2810,
        "language": "HTML",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": true,
        "forks_count": 1996,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 1736,
        "license": {
          "key": "other",
          "name": "Other",
          "spdx_id": "NOASSERTION",
          "url": null,
          "node_id": "MDc6TGljZW5zZTA="
        },
        "forks": 1996,
        "open_issues": 1736,
        "watchers": 2810,
        "default_branch": "master"
      }
    },
    "base": {
      "label": "web-platform-tests:master",
      "ref": "master",
      "sha": "79ecaf1d76018b995c2d438c28873288abfafd12",
      "user": {
        "login": "web-platform-tests",
        "id": 37226233,
        "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjI2MjMz",
        "avatar_url": "https://avatars0.githubusercontent.com/u/37226233?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/web-platform-tests",
        "html_url": "https://github.com/web-platform-tests",
        "followers_url": "https://api.github.com/users/web-platform-tests/followers",
        "following_url": "https://api.github.com/users/web-platform-tests/following{/other_user}",
        "gists_url": "https://api.github.com/users/web-platform-tests/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/web-platform-tests/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/web-platform-tests/subscriptions",
        "organizations_url": "https://api.github.com/users/web-platform-tests/orgs",
        "repos_url": "https://api.github.com/users/web-platform-tests/repos",
        "events_url": "https://api.github.com/users/web-platform-tests/events{/privacy}",
        "received_events_url": "https://api.github.com/users/web-platform-tests/received_events",
        "type": "Organization",
        "site_admin": false
      },
      "repo": {
        "id": 3618133,
        "node_id": "MDEwOlJlcG9zaXRvcnkzNjE4MTMz",
        "name": "wpt",
        "full_name": "web-platform-tests/wpt",
        "private": false,
        "owner": {
          "login": "web-platform-tests",
          "id": 37226233,
          "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjI2MjMz",
          "avatar_url": "https://avatars0.githubusercontent.com/u/37226233?v=4",
          "gravatar_id": "",
          "url": "https://api.github.com/users/web-platform-tests",
          "html_url": "https://github.com/web-platform-tests",
          "followers_url": "https://api.github.com/users/web-platform-tests/followers",
          "following_url": "https://api.github.com/users/web-platform-tests/following{/other_user}",
          "gists_url": "https://api.github.com/users/web-platform-tests/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/web-platform-tests/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/web-platform-tests/subscriptions",
          "organizations_url": "https://api.github.com/users/web-platform-tests/orgs",
          "repos_url": "https://api.github.com/users/web-platform-tests/repos",
          "events_url": "https://api.github.com/users/web-platform-tests/events{/privacy}",
          "received_events_url": "https://api.github.com/users/web-platform-tests/received_events",
          "type": "Organization",
          "site_admin": false
        },
        "html_url": "https://github.com/web-platform-tests/wpt",
        "description": "Test suites for Web platform specs — including WHATWG, W3C, and others",
        "fork": false,
        "url": "https://api.github.com/repos/web-platform-tests/wpt",
        "forks_url": "https://api.github.com/repos/web-platform-tests/wpt/forks",
        "keys_url": "https://api.github.com/repos/web-platform-tests/wpt/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/web-platform-tests/wpt/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/web-platform-tests/wpt/teams",
        "hooks_url": "https://api.github.com/repos/web-platform-tests/wpt/hooks",
        "issue_events_url": "https://api.github.com/repos/web-platform-tests/wpt/issues/events{/number}",
        "events_url": "https://api.github.com/repos/web-platform-tests/wpt/events",
        "assignees_url": "https://api.github.com/repos/web-platform-tests/wpt/assignees{/user}",
        "branches_url": "https://api.github.com/repos/web-platform-tests/wpt/branches{/branch}",
        "tags_url": "https://api.github.com/repos/web-platform-tests/wpt/tags",
        "blobs_url": "https://api.github.com/repos/web-platform-tests/wpt/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/web-platform-tests/wpt/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/web-platform-tests/wpt/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/web-platform-tests/wpt/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/web-platform-tests/wpt/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/web-platform-tests/wpt/languages",
        "stargazers_url": "https://api.github.com/repos/web-platform-tests/wpt/stargazers",
        "contributors_url": "https://api.github.com/repos/web-platform-tests/wpt/contributors",
        "subscribers_url": "https://api.github.com/repos/web-platform-tests/wpt/subscribers",
        "subscription_url": "https://api.github.com/repos/web-platform-tests/wpt/subscription",
        "commits_url": "https://api.github.com/repos/web-platform-tests/wpt/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/web-platform-tests/wpt/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/web-platform-tests/wpt/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/web-platform-tests/wpt/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/web-platform-tests/wpt/contents/{+path}",
        "compare_url": "https://api.github.com/repos/web-platform-tests/wpt/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/web-platform-tests/wpt/merges",
        "archive_url": "https://api.github.com/repos/web-platform-tests/wpt/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/web-platform-tests/wpt/downloads",
        "issues_url": "https://api.github.com/repos/web-platform-tests/wpt/issues{/number}",
        "pulls_url": "https://api.github.com/repos/web-platform-tests/wpt/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/web-platform-tests/wpt/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/web-platform-tests/wpt/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/web-platform-tests/wpt/labels{/name}",
        "releases_url": "https://api.github.com/repos/web-platform-tests/wpt/releases{/id}",
        "deployments_url": "https://api.github.com/repos/web-platform-tests/wpt/deployments",
        "created_at": "2012-03-04T12:58:11Z",
        "updated_at": "2020-05-04T20:46:06Z",
        "pushed_at": "2020-05-04T20:47:04Z",
        "git_url": "git://github.com/web-platform-tests/wpt.git",
        "ssh_url": "git@github.com:web-platform-tests/wpt.git",
        "clone_url": "https://github.com/web-platform-tests/wpt.git",
        "svn_url": "https://github.com/web-platform-tests/wpt",
        "homepage": "https://web-platform-tests.org/",
        "size": 342421,
        "stargazers_count": 2810,
        "watchers_count": 2810,
        "language": "HTML",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": true,
        "forks_count": 1996,
        "mirror_url": null,
        "archived": false,
        "disabled": false,
        "open_issues_count": 1736,
        "license": {
          "key": "other",
          "name": "Other",
          "spdx_id": "NOASSERTION",
          "url": null,
          "node_id": "MDc6TGljZW5zZTA="
        },
        "forks": 1996,
        "open_issues": 1736,
        "watchers": 2810,
        "default_branch": "master"
      }
    },
    "_links": {
      "self": {
        "href": "https://api.github.com/repos/web-platform-tests/wpt/pulls/23396"
      },
      "html": {
        "href": "https://github.com/web-platform-tests/wpt/pull/23396"
      },
      "issue": {
        "href": "https://api.github.com/repos/web-platform-tests/wpt/issues/23396"
      },
      "comments": {
        "href": "https://api.github.com/repos/web-platform-tests/wpt/issues/23396/comments"
      },
      "review_comments": {
        "href": "https://api.github.com/repos/web-platform-tests/wpt/pulls/23396/comments"
      },
      "review_comment": {
        "href": "https://api.github.com/repos/web-platform-tests/wpt/pulls/comments{/number}"
      },
      "commits": {
        "href": "https://api.github.com/repos/web-platform-tests/wpt/pulls/23396/commits"
      },
      "statuses": {
        "href": "https://api.github.com/repos/web-platform-tests/wpt/statuses/6f8f0eb282017bdd6a8eb5fc5b8ab7348c262cf2"
      }
    },
    "author_association": "CONTRIBUTOR",
    "merged": false,
    "mergeable": true,
    "rebaseable": true,
    "mergeable_state": "unstable",
    "merged_by": null,
    "comments": 0,
    "review_comments": 0,
    "maintainer_can_modify": false,
    "commits": 1,
    "additions": 2,
    "deletions": 0,
    "changed_files": 1
  },
  "repository": {
    "id": 3618133,
    "node_id": "MDEwOlJlcG9zaXRvcnkzNjE4MTMz",
    "name": "wpt",
    "full_name": "web-platform-tests/wpt",
    "private": false,
    "owner": {
      "login": "web-platform-tests",
      "id": 37226233,
      "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjI2MjMz",
      "avatar_url": "https://avatars0.githubusercontent.com/u/37226233?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/web-platform-tests",
      "html_url": "https://github.com/web-platform-tests",
      "followers_url": "https://api.github.com/users/web-platform-tests/followers",
      "following_url": "https://api.github.com/users/web-platform-tests/following{/other_user}",
      "gists_url": "https://api.github.com/users/web-platform-tests/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/web-platform-tests/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/web-platform-tests/subscriptions",
      "organizations_url": "https://api.github.com/users/web-platform-tests/orgs",
      "repos_url": "https://api.github.com/users/web-platform-tests/repos",
      "events_url": "https://api.github.com/users/web-platform-tests/events{/privacy}",
      "received_events_url": "https://api.github.com/users/web-platform-tests/received_events",
      "type": "Organization",
      "site_admin": false
    },
    "html_url": "https://github.com/web-platform-tests/wpt",
    "description": "Test suites for Web platform specs — including WHATWG, W3C, and others",
    "fork": false,
    "url": "https://api.github.com/repos/web-platform-tests/wpt",
    "forks_url": "https://api.github.com/repos/web-platform-tests/wpt/forks",
    "keys_url": "https://api.github.com/repos/web-platform-tests/wpt/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/web-platform-tests/wpt/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/web-platform-tests/wpt/teams",
    "hooks_url": "https://api.github.com/repos/web-platform-tests/wpt/hooks",
    "issue_events_url": "https://api.github.com/repos/web-platform-tests/wpt/issues/events{/number}",
    "events_url": "https://api.github.com/repos/web-platform-tests/wpt/events",
    "assignees_url": "https://api.github.com/repos/web-platform-tests/wpt/assignees{/user}",
    "branches_url": "https://api.github.com/repos/web-platform-tests/wpt/branches{/branch}",
    "tags_url": "https://api.github.com/repos/web-platform-tests/wpt/tags",
    "blobs_url": "https://api.github.com/repos/web-platform-tests/wpt/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/web-platform-tests/wpt/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/web-platform-tests/wpt/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/web-platform-tests/wpt/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/web-platform-tests/wpt/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/web-platform-tests/wpt/languages",
    "stargazers_url": "https://api.github.com/repos/web-platform-tests/wpt/stargazers",
    "contributors_url": "https://api.github.com/repos/web-platform-tests/wpt/contributors",
    "subscribers_url": "https://api.github.com/repos/web-platform-tests/wpt/subscribers",
    "subscription_url": "https://api.github.com/repos/web-platform-tests/wpt/subscription",
    "commits_url": "https://api.github.com/repos/web-platform-tests/wpt/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/web-platform-tests/wpt/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/web-platform-tests/wpt/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/web-platform-tests/wpt/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/web-platform-tests/wpt/contents/{+path}",
    "compare_url": "https://api.github.com/repos/web-platform-tests/wpt/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/web-platform-tests/wpt/merges",
    "archive_url": "https://api.github.com/repos/web-platform-tests/wpt/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/web-platform-tests/wpt/downloads",
    "issues_url": "https://api.github.com/repos/web-platform-tests/wpt/issues{/number}",
    "pulls_url": "https://api.github.com/repos/web-platform-tests/wpt/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/web-platform-tests/wpt/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/web-platform-tests/wpt/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/web-platform-tests/wpt/labels{/name}",
    "releases_url": "https://api.github.com/repos/web-platform-tests/wpt/releases{/id}",
    "deployments_url": "https://api.github.com/repos/web-platform-tests/wpt/deployments",
    "created_at": "2012-03-04T12:58:11Z",
    "updated_at": "2020-05-04T20:46:06Z",
    "pushed_at": "2020-05-04T20:47:04Z",
    "git_url": "git://github.com/web-platform-tests/wpt.git",
    "ssh_url": "git@github.com:web-platform-tests/wpt.git",
    "clone_url": "https://github.com/web-platform-tests/wpt.git",
    "svn_url": "https://github.com/web-platform-tests/wpt",
    "homepage": "https://web-platform-tests.org/",
    "size": 342421,
    "stargazers_count": 2810,
    "watchers_count": 2810,
    "language": "HTML",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 1996,
    "mirror_url": null,
    "archived": false,
    "disabled": false,
    "open_issues_count": 1736,
    "license": {
      "key": "other",
      "name": "Other",
      "spdx_id": "NOASSERTION",
      "url": null,
      "node_id": "MDc6TGljZW5zZTA="
    },
    "forks": 1996,
    "open_issues": 1736,
    "watchers": 2810,
    "default_branch": "master"
  },
  "organization": {
    "login": "web-platform-tests",
    "id": 37226233,
    "node_id": "MDEyOk9yZ2FuaXphdGlvbjM3MjI2MjMz",
    "url": "https://api.github.com/orgs/web-platform-tests",
    "repos_url": "https://api.github.com/orgs/web-platform-tests/repos",
    "events_url": "https://api.github.com/orgs/web-platform-tests/events",
    "hooks_url": "https://api.github.com/orgs/web-platform-tests/hooks",
    "issues_url": "https://api.github.com/orgs/web-platform-tests/issues",
    "members_url": "https://api.github.com/orgs/web-platform-tests/members{/member}",
    "public_members_url": "https://api.github.com/orgs/web-platform-tests/public_members{/member}",
    "avatar_url": "https://avatars0.githubusercontent.com/u/37226233?v=4",
    "description": ""
  },
  "sender": {
    "login": "stephenmcgruer",
    "id": 153264,
    "node_id": "MDQ6VXNlcjE1MzI2NA==",
    "avatar_url": "https://avatars1.githubusercontent.com/u/153264?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/stephenmcgruer",
    "html_url": "https://github.com/stephenmcgruer",
    "followers_url": "https://api.github.com/users/stephenmcgruer/followers",
    "following_url": "https://api.github.com/users/stephenmcgruer/following{/other_user}",
    "gists_url": "https://api.github.com/users/stephenmcgruer/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/stephenmcgruer/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/stephenmcgruer/subscriptions",
    "organizations_url": "https://api.github.com/users/stephenmcgruer/orgs",
    "repos_url": "https://api.github.com/users/stephenmcgruer/repos",
    "events_url": "https://api.github.com/users/stephenmcgruer/events{/privacy}",
    "received_events_url": "https://api.github.com/users/stephenmcgruer/received_events",
    "type": "User",
    "site_admin": false
  }
}

@stephenmcgruer
Copy link
Contributor

We started running Taskcluster on draft reviews, so this is no longer relevant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants