denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

`deno.land/x` newly published version not showing #2085

Closed GJZwiers closed 2 years ago

GJZwiers commented 2 years ago

I made a new GitHub release for a module today, but it's not showing up on /x/. The GitHub Webhook shows an HTTP 200 response but with an error message:

{"success":false,"info":"created ref is not tag"}

Headers:

Request URL: https://api.deno.land/webhook/gh/birdie
Request method: POST
Accept: */*
content-type: application/json
User-Agent: GitHub-Hookshot/f05835d
X-GitHub-Delivery: bdc7efe0-aaa7-11ec-8b9d-05f6f72cbcf5
X-GitHub-Event: create
X-GitHub-Hook-ID: 313246439
X-GitHub-Hook-Installation-Target-ID: 396844462
X-GitHub-Hook-Installation-Target-Type: repository

Payload

{
  "ref": "chores",
  "ref_type": "branch",
  "master_branch": "main",
  "description": "Bioinformatics for Deno made with Rust + WebAssembly",
  "pusher_type": "user",
  "repository": {
    "id": 396844462,
    "node_id": "MDEwOlJlcG9zaXRvcnkzOTY4NDQ0NjI=",
    "name": "birdie",
    "full_name": "GJZwiers/birdie",
    "private": false,
    "owner": {
      "login": "GJZwiers",
      "id": 34610306,
      "node_id": "MDQ6VXNlcjM0NjEwMzA2",
      "avatar_url": "https://avatars.githubusercontent.com/u/34610306?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/GJZwiers",
      "html_url": "https://github.com/GJZwiers",
      "followers_url": "https://api.github.com/users/GJZwiers/followers",
      "following_url": "https://api.github.com/users/GJZwiers/following{/other_user}",
      "gists_url": "https://api.github.com/users/GJZwiers/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/GJZwiers/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/GJZwiers/subscriptions",
      "organizations_url": "https://api.github.com/users/GJZwiers/orgs",
      "repos_url": "https://api.github.com/users/GJZwiers/repos",
      "events_url": "https://api.github.com/users/GJZwiers/events{/privacy}",
      "received_events_url": "https://api.github.com/users/GJZwiers/received_events",
      "type": "User",
      "site_admin": false
    },
    "html_url": "https://github.com/GJZwiers/birdie",
    "description": "Bioinformatics for Deno made with Rust + WebAssembly",
    "fork": false,
    "url": "https://api.github.com/repos/GJZwiers/birdie",
    "forks_url": "https://api.github.com/repos/GJZwiers/birdie/forks",
    "keys_url": "https://api.github.com/repos/GJZwiers/birdie/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/GJZwiers/birdie/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/GJZwiers/birdie/teams",
    "hooks_url": "https://api.github.com/repos/GJZwiers/birdie/hooks",
    "issue_events_url": "https://api.github.com/repos/GJZwiers/birdie/issues/events{/number}",
    "events_url": "https://api.github.com/repos/GJZwiers/birdie/events",
    "assignees_url": "https://api.github.com/repos/GJZwiers/birdie/assignees{/user}",
    "branches_url": "https://api.github.com/repos/GJZwiers/birdie/branches{/branch}",
    "tags_url": "https://api.github.com/repos/GJZwiers/birdie/tags",
    "blobs_url": "https://api.github.com/repos/GJZwiers/birdie/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/GJZwiers/birdie/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/GJZwiers/birdie/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/GJZwiers/birdie/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/GJZwiers/birdie/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/GJZwiers/birdie/languages",
    "stargazers_url": "https://api.github.com/repos/GJZwiers/birdie/stargazers",
    "contributors_url": "https://api.github.com/repos/GJZwiers/birdie/contributors",
    "subscribers_url": "https://api.github.com/repos/GJZwiers/birdie/subscribers",
    "subscription_url": "https://api.github.com/repos/GJZwiers/birdie/subscription",
    "commits_url": "https://api.github.com/repos/GJZwiers/birdie/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/GJZwiers/birdie/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/GJZwiers/birdie/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/GJZwiers/birdie/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/GJZwiers/birdie/contents/{+path}",
    "compare_url": "https://api.github.com/repos/GJZwiers/birdie/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/GJZwiers/birdie/merges",
    "archive_url": "https://api.github.com/repos/GJZwiers/birdie/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/GJZwiers/birdie/downloads",
    "issues_url": "https://api.github.com/repos/GJZwiers/birdie/issues{/number}",
    "pulls_url": "https://api.github.com/repos/GJZwiers/birdie/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/GJZwiers/birdie/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/GJZwiers/birdie/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/GJZwiers/birdie/labels{/name}",
    "releases_url": "https://api.github.com/repos/GJZwiers/birdie/releases{/id}",
    "deployments_url": "https://api.github.com/repos/GJZwiers/birdie/deployments",
    "created_at": "2021-08-16T15:02:02Z",
    "updated_at": "2022-02-15T21:34:17Z",
    "pushed_at": "2022-03-23T12:49:55Z",
    "git_url": "git://github.com/GJZwiers/birdie.git",
    "ssh_url": "git@github.com:GJZwiers/birdie.git",
    "clone_url": "https://github.com/GJZwiers/birdie.git",
    "svn_url": "https://github.com/GJZwiers/birdie",
    "homepage": "https://gjzwiers.github.io/birdie/",
    "size": 1289,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": "Rust",
    "has_issues": true,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": true,
    "forks_count": 0,
    "mirror_url": null,
    "archived": false,
    "disabled": false,
    "open_issues_count": 1,
    "license": {
      "key": "mit",
      "name": "MIT License",
      "spdx_id": "MIT",
      "url": "https://api.github.com/licenses/mit",
      "node_id": "MDc6TGljZW5zZTEz"
    },
    "allow_forking": true,
    "is_template": false,
    "topics": [
      "bioinformatics",
      "deno",
      "rust",
      "webassembly"
    ],
    "visibility": "public",
    "forks": 0,
    "open_issues": 1,
    "watchers": 0,
    "default_branch": "main"
  },
  "sender": {
    "login": "GJZwiers",
    "id": 34610306,
    "node_id": "MDQ6VXNlcjM0NjEwMzA2",
    "avatar_url": "https://avatars.githubusercontent.com/u/34610306?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/GJZwiers",
    "html_url": "https://github.com/GJZwiers",
    "followers_url": "https://api.github.com/users/GJZwiers/followers",
    "following_url": "https://api.github.com/users/GJZwiers/following{/other_user}",
    "gists_url": "https://api.github.com/users/GJZwiers/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/GJZwiers/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/GJZwiers/subscriptions",
    "organizations_url": "https://api.github.com/users/GJZwiers/orgs",
    "repos_url": "https://api.github.com/users/GJZwiers/repos",
    "events_url": "https://api.github.com/users/GJZwiers/events{/privacy}",
    "received_events_url": "https://api.github.com/users/GJZwiers/received_events",
    "type": "User",
    "site_admin": false
  }
}
lucacasonato commented 2 years ago

GitHub is having some trouble right now (and has been for a couple of hours). This may be related. Please retry delivery of the webhook in a couple of hours.