Darkmatter · github-bot stage: prod
preview@internal.darkmatter
Events received
75708
Ignored
75672
Jobs dispatched
36

Event f6c18f20…

← All events

Event

Delivery
f6c18f20-6026-11f1-9a74-72110081c749
Event
check_suite
Action
requested
Received
2026-06-04T15:06:29.802Z
Signature
valid
Parsed
yes
Sender
czxtm
Repo
darkmatter/tenderly-snap
Status
ignored — unsupported_event

Headers

{
  "accept": "*/*",
  "accept-encoding": "gzip, br",
  "cf-connecting-ip": "140.82.115.98",
  "cf-ipcountry": "US",
  "cf-ray": "a067d7801c1f2440",
  "cf-visitor": "{\"scheme\":\"https\"}",
  "connection": "Keep-Alive",
  "content-length": "12609",
  "content-type": "application/json",
  "host": "github-bot.darkmatter.io",
  "user-agent": "GitHub-Hookshot/933e3d3",
  "x-forwarded-proto": "https",
  "x-github-delivery": "f6c18f20-6026-11f1-9a74-72110081c749",
  "x-github-event": "check_suite",
  "x-github-hook-id": "628737947",
  "x-github-hook-installation-target-id": "3663660",
  "x-github-hook-installation-target-type": "integration",
  "x-real-ip": "140.82.115.98"
}

Payload

{
  "action": "requested",
  "check_suite": {
    "id": 72370812216,
    "node_id": "CS_kwDOSxJGos8AAAAQ2aL1OA",
    "head_branch": "feat/containerize",
    "head_sha": "5c053615e4697caa0723ae6f35bb350febf7adef",
    "status": "queued",
    "conclusion": null,
    "url": "https://api.github.com/repos/darkmatter/tenderly-snap/check-suites/72370812216",
    "before": "0000000000000000000000000000000000000000",
    "after": "5c053615e4697caa0723ae6f35bb350febf7adef",
    "pull_requests": [],
    "app": {
      "id": 3663660,
      "client_id": "Iv23lifA2SLzhklKJM5M",
      "slug": "darkmatter",
      "node_id": "A_kwHOARAg0c4AN-cs",
      "owner": {
        "login": "darkmatter",
        "id": 17834193,
        "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
        "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/darkmatter",
        "html_url": "https://github.com/darkmatter",
        "followers_url": "https://api.github.com/users/darkmatter/followers",
        "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
        "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
        "organizations_url": "https://api.github.com/users/darkmatter/orgs",
        "repos_url": "https://api.github.com/users/darkmatter/repos",
        "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
        "received_events_url": "https://api.github.com/users/darkmatter/received_events",
        "type": "Organization",
        "user_view_type": "public",
        "site_admin": false
      },
      "name": "darkmatter",
      "description": "",
      "external_url": "https://dm.sh",
      "html_url": "https://github.com/apps/darkmatter",
      "created_at": "2026-05-10T08:36:27Z",
      "updated_at": "2026-05-22T23:47:35Z",
      "permissions": {
        "actions": "write",
        "actions_variables": "read",
        "checks": "write",
        "contents": "write",
        "custom_properties_for_organizations": "write",
        "deployments": "write",
        "discussions": "write",
        "issues": "write",
        "issue_fields": "read",
        "issue_types": "read",
        "members": "read",
        "metadata": "read",
        "organization_actions_variables": "write",
        "organization_agent_secrets": "read",
        "organization_agent_variables": "read",
        "organization_codespaces": "write",
        "organization_codespaces_secrets": "write",
        "organization_copilot_agent_settings": "read",
        "organization_custom_properties": "write",
        "organization_dependabot_dismissal_requests": "read",
        "organization_dependabot_secrets": "read",
        "organization_events": "read",
        "organization_hooks": "write",
        "organization_personal_access_tokens": "write",
        "organization_personal_access_token_requests": "write",
        "organization_private_registries": "write",
        "organization_secrets": "write",
        "organization_self_hosted_runners": "write",
        "org_copilot_content_exclusion": "read",
        "pull_requests": "write",
        "repository_hooks": "write",
        "secrets": "read",
        "statuses": "write",
        "user_events": "read",
        "workflows": "write"
      },
      "events": [
        "commit_comment",
        "create",
        "deployment",
        "deployment_review",
        "deployment_status",
        "discussion",
        "discussion_comment",
        "issues",
        "issue_comment",
        "pull_request",
        "pull_request_review",
        "pull_request_review_comment",
        "pull_request_review_thread",
        "push",
        "status",
        "sub_issues",
        "workflow_job"
      ]
    },
    "created_at": "2026-06-04T15:06:28Z",
    "updated_at": "2026-06-04T15:06:28Z",
    "rerequestable": true,
    "runs_rerequestable": true,
    "latest_check_runs_count": 0,
    "check_runs_url": "https://api.github.com/repos/darkmatter/tenderly-snap/check-suites/72370812216/check-runs",
    "head_commit": {
      "id": "5c053615e4697caa0723ae6f35bb350febf7adef",
      "tree_id": "396a71e6ed5f1b5ab7fa352aab199a8fff386296",
      "message": "feat: containerize the site as a static image for GHCR\n\nRepurpose this fork as the image source for the hosted dApp deployed from\ndarkmatter/gitops. Builds only the site workspace into a static nginx image.\n\n- Dockerfile: multi-stage (node:16 + yarn 3.6 build of @tenderly/...-ui ->\n  nginxinc/nginx-unprivileged on :8000, SPA fallback). Bakes\n  SNAP_ORIGIN=npm:@tenderly/metamask-snap (the published snap; the monorepo's\n  internal @tenderly/simulate-asset-changes-snap is unpublished).\n- packages/site/gatsby-node.ts: inline process.env.SNAP_ORIGIN into the client\n  bundle via webpack DefinePlugin (upstream has no gatsby-node, so the var was\n  ignored and the site always fell back to local:http://localhost:8080).\n- deploy/nginx.conf: listen :8000, immutable asset caching, SPA try_files.\n- .github/workflows/docker-publish.yml: build on PRs; build+push :latest and\n  :sha-<sha> to ghcr.io/darkmatter/tenderly-snap on main (GITHUB_TOKEN,\n  packages:write).\n- Remove upstream snap-release workflows (build-test, create-release-pr,\n  publish-release) — not applicable to an image-source fork.\n\nVerified locally: image builds, serves HTTP 200 on :8000 as uid 101, and the\nclient bundle resolves the snap origin to npm:@tenderly/metamask-snap.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
      "timestamp": "2026-06-04T15:05:55Z",
      "author": {
        "name": "Cooper Maruyama",
        "email": "me@cooperm.com"
      },
      "committer": {
        "name": "Cooper Maruyama",
        "email": "me@cooperm.com"
      }
    }
  },
  "repository": {
    "id": 1259488930,
    "node_id": "R_kgDOSxJGog",
    "name": "tenderly-snap",
    "full_name": "darkmatter/tenderly-snap",
    "private": false,
    "owner": {
      "login": "darkmatter",
      "id": 17834193,
      "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
      "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
      "gravatar_id": "",
      "url": "https://api.github.com/users/darkmatter",
      "html_url": "https://github.com/darkmatter",
      "followers_url": "https://api.github.com/users/darkmatter/followers",
      "following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
      "gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
      "starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
      "subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
      "organizations_url": "https://api.github.com/users/darkmatter/orgs",
      "repos_url": "https://api.github.com/users/darkmatter/repos",
      "events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
      "received_events_url": "https://api.github.com/users/darkmatter/received_events",
      "type": "Organization",
      "user_view_type": "public",
      "site_admin": false
    },
    "html_url": "https://github.com/darkmatter/tenderly-snap",
    "description": "Tenderly MetaMask Snap using the Tenderly Simulation API to showcase transaction asset changes. 🦊",
    "fork": true,
    "url": "https://api.github.com/repos/darkmatter/tenderly-snap",
    "forks_url": "https://api.github.com/repos/darkmatter/tenderly-snap/forks",
    "keys_url": "https://api.github.com/repos/darkmatter/tenderly-snap/keys{/key_id}",
    "collaborators_url": "https://api.github.com/repos/darkmatter/tenderly-snap/collaborators{/collaborator}",
    "teams_url": "https://api.github.com/repos/darkmatter/tenderly-snap/teams",
    "hooks_url": "https://api.github.com/repos/darkmatter/tenderly-snap/hooks",
    "issue_events_url": "https://api.github.com/repos/darkmatter/tenderly-snap/issues/events{/number}",
    "events_url": "https://api.github.com/repos/darkmatter/tenderly-snap/events",
    "assignees_url": "https://api.github.com/repos/darkmatter/tenderly-snap/assignees{/user}",
    "branches_url": "https://api.github.com/repos/darkmatter/tenderly-snap/branches{/branch}",
    "tags_url": "https://api.github.com/repos/darkmatter/tenderly-snap/tags",
    "blobs_url": "https://api.github.com/repos/darkmatter/tenderly-snap/git/blobs{/sha}",
    "git_tags_url": "https://api.github.com/repos/darkmatter/tenderly-snap/git/tags{/sha}",
    "git_refs_url": "https://api.github.com/repos/darkmatter/tenderly-snap/git/refs{/sha}",
    "trees_url": "https://api.github.com/repos/darkmatter/tenderly-snap/git/trees{/sha}",
    "statuses_url": "https://api.github.com/repos/darkmatter/tenderly-snap/statuses/{sha}",
    "languages_url": "https://api.github.com/repos/darkmatter/tenderly-snap/languages",
    "stargazers_url": "https://api.github.com/repos/darkmatter/tenderly-snap/stargazers",
    "contributors_url": "https://api.github.com/repos/darkmatter/tenderly-snap/contributors",
    "subscribers_url": "https://api.github.com/repos/darkmatter/tenderly-snap/subscribers",
    "subscription_url": "https://api.github.com/repos/darkmatter/tenderly-snap/subscription",
    "commits_url": "https://api.github.com/repos/darkmatter/tenderly-snap/commits{/sha}",
    "git_commits_url": "https://api.github.com/repos/darkmatter/tenderly-snap/git/commits{/sha}",
    "comments_url": "https://api.github.com/repos/darkmatter/tenderly-snap/comments{/number}",
    "issue_comment_url": "https://api.github.com/repos/darkmatter/tenderly-snap/issues/comments{/number}",
    "contents_url": "https://api.github.com/repos/darkmatter/tenderly-snap/contents/{+path}",
    "compare_url": "https://api.github.com/repos/darkmatter/tenderly-snap/compare/{base}...{head}",
    "merges_url": "https://api.github.com/repos/darkmatter/tenderly-snap/merges",
    "archive_url": "https://api.github.com/repos/darkmatter/tenderly-snap/{archive_format}{/ref}",
    "downloads_url": "https://api.github.com/repos/darkmatter/tenderly-snap/downloads",
    "issues_url": "https://api.github.com/repos/darkmatter/tenderly-snap/issues{/number}",
    "pulls_url": "https://api.github.com/repos/darkmatter/tenderly-snap/pulls{/number}",
    "milestones_url": "https://api.github.com/repos/darkmatter/tenderly-snap/milestones{/number}",
    "notifications_url": "https://api.github.com/repos/darkmatter/tenderly-snap/notifications{?since,all,participating}",
    "labels_url": "https://api.github.com/repos/darkmatter/tenderly-snap/labels{/name}",
    "releases_url": "https://api.github.com/repos/darkmatter/tenderly-snap/releases{/id}",
    "deployments_url": "https://api.github.com/repos/darkmatter/tenderly-snap/deployments",
    "created_at": "2026-06-04T14:59:37Z",
    "updated_at": "2026-06-04T14:59:38Z",
    "pushed_at": "2026-06-04T15:06:26Z",
    "git_url": "git://github.com/darkmatter/tenderly-snap.git",
    "ssh_url": "git@github.com:darkmatter/tenderly-snap.git",
    "clone_url": "https://github.com/darkmatter/tenderly-snap.git",
    "svn_url": "https://github.com/darkmatter/tenderly-snap",
    "homepage": "https://docs.tenderly.co/simulations-and-forks/integration-guides/how-to-add-transaction-preview-to-a-metamask-snap-using-tenderly-simulation-api",
    "size": 1437,
    "stargazers_count": 0,
    "watchers_count": 0,
    "language": null,
    "has_issues": false,
    "has_projects": true,
    "has_downloads": true,
    "has_wiki": true,
    "has_pages": false,
    "has_discussions": false,
    "forks_count": 0,
    "mirror_url": null,
    "archived": false,
    "disabled": false,
    "open_issues_count": 0,
    "license": {
      "key": "apache-2.0",
      "name": "Apache License 2.0",
      "spdx_id": "Apache-2.0",
      "url": "https://api.github.com/licenses/apache-2.0",
      "node_id": "MDc6TGljZW5zZTI="
    },
    "allow_forking": true,
    "is_template": false,
    "web_commit_signoff_required": false,
    "has_pull_requests": true,
    "pull_request_creation_policy": "all",
    "topics": [],
    "visibility": "public",
    "forks": 0,
    "open_issues": 0,
    "watchers": 0,
    "default_branch": "main",
    "custom_properties": {}
  },
  "organization": {
    "login": "darkmatter",
    "id": 17834193,
    "node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
    "url": "https://api.github.com/orgs/darkmatter",
    "repos_url": "https://api.github.com/orgs/darkmatter/repos",
    "events_url": "https://api.github.com/orgs/darkmatter/events",
    "hooks_url": "https://api.github.com/orgs/darkmatter/hooks",
    "issues_url": "https://api.github.com/orgs/darkmatter/issues",
    "members_url": "https://api.github.com/orgs/darkmatter/members{/member}",
    "public_members_url": "https://api.github.com/orgs/darkmatter/public_members{/member}",
    "avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
    "description": ""
  },
  "enterprise": {
    "id": 469843,
    "slug": "darkmatter",
    "name": "darkmatter",
    "node_id": "E_kgDOAAcrUw",
    "avatar_url": "https://avatars.githubusercontent.com/b/469843?v=4",
    "description": "",
    "website_url": "darkmatter.io",
    "html_url": "https://github.com/enterprises/darkmatter",
    "created_at": "2025-09-07T16:01:00Z",
    "updated_at": "2026-05-09T15:34:55Z"
  },
  "sender": {
    "login": "czxtm",
    "id": 1325802,
    "node_id": "MDQ6VXNlcjEzMjU4MDI=",
    "avatar_url": "https://avatars.githubusercontent.com/u/1325802?v=4",
    "gravatar_id": "",
    "url": "https://api.github.com/users/czxtm",
    "html_url": "https://github.com/czxtm",
    "followers_url": "https://api.github.com/users/czxtm/followers",
    "following_url": "https://api.github.com/users/czxtm/following{/other_user}",
    "gists_url": "https://api.github.com/users/czxtm/gists{/gist_id}",
    "starred_url": "https://api.github.com/users/czxtm/starred{/owner}{/repo}",
    "subscriptions_url": "https://api.github.com/users/czxtm/subscriptions",
    "organizations_url": "https://api.github.com/users/czxtm/orgs",
    "repos_url": "https://api.github.com/users/czxtm/repos",
    "events_url": "https://api.github.com/users/czxtm/events{/privacy}",
    "received_events_url": "https://api.github.com/users/czxtm/received_events",
    "type": "User",
    "user_view_type": "public",
    "site_admin": false
  },
  "installation": {
    "id": 131074261,
    "node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
  }
}