[{"id":"20059430392","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":701359769,"name":"wil17/wil17","url":"https://api.github.com/repos/wil17/wil17"},"payload":{"repository_id":701359769,"push_id":42516689658,"ref":"refs/heads/output","head":"346721d8ef4095878fcca7c1735580a86b288c54","before":"e6b012c53b47bc2bfce896d31cd9fa3c158826a4"},"public":true,"created_at":"2026-09-04T01:38:36Z"},{"id":"20059430583","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1298680378,"name":"cpdawdev/l3rain-hq","url":"https://api.github.com/repos/cpdawdev/l3rain-hq"},"payload":{"repository_id":1298680378,"push_id":42354274201,"ref":"refs/heads/main","head":"cd876ce15b8594ac4f478126890d2b2022cf8424","before":"340b7a9fad31f7462cea16d7970038688888517d"},"public":true,"created_at":"2026-09-03T00:16:36Z"},{"id":"20059430660","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1127599396,"name":"cdavocazh/btc-db-v3","url":"https://api.github.com/repos/cdavocazh/btc-db-v3"},"payload":{"repository_id":1127599396,"push_id":42580978817,"ref":"refs/heads/main","head":"cefc7db19cf621b2f3e657d87970b0f043173254","before":"1b47f8d906b8d8167cb12373e348b90ee3b35840"},"public":true,"created_at":"2026-09-04T11:09:04Z"},{"id":"20059430667","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1108533854,"name":"kenlayisalive/kenlayisalive","url":"https://api.github.com/repos/kenlayisalive/kenlayisalive"},"payload":{"repository_id":1108533854,"push_id":42514441212,"ref":"refs/heads/gh-pages","head":"abae6e5fc99af6add33e724c40e32c53c5e9c3c7","before":"a525d5a287c315f561d0887c73a8d04e648d9b45"},"public":true,"created_at":"2026-09-04T00:52:06Z"},{"id":"14462860614","type":"IssueCommentEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":285928761,"name":"GatherPress/gatherpress","url":"https://api.github.com/repos/GatherPress/gatherpress"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/GatherPress/gatherpress/issues/2255","repository_url":"https://api.github.com/repos/GatherPress/gatherpress","labels_url":"https://api.github.com/repos/GatherPress/gatherpress/issues/2255/labels{/name}","comments_url":"https://api.github.com/repos/GatherPress/gatherpress/issues/2255/comments","events_url":"https://api.github.com/repos/GatherPress/gatherpress/issues/2255/events","html_url":"https://github.com/GatherPress/gatherpress/pull/2255","id":5353828465,"node_id":"PR_kwDOEQrtOc8AAAABCRR8Cg","number":2255,"title":"Runbook: the patch-flow details 0.35.3 tripped over","user":{"login":"mauteri","id":818980,"node_id":"MDQ6VXNlcjgxODk4MA==","avatar_url":"https://avatars.githubusercontent.com/u/818980?v=4","gravatar_id":"","url":"https://api.github.com/users/mauteri","html_url":"https://github.com/mauteri","followers_url":"https://api.github.com/users/mauteri/followers","following_url":"https://api.github.com/users/mauteri/following{/other_user}","gists_url":"https://api.github.com/users/mauteri/gists{/gist_id}","starred_url":"https://api.github.com/users/mauteri/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mauteri/subscriptions","organizations_url":"https://api.github.com/users/mauteri/orgs","repos_url":"https://api.github.com/users/mauteri/repos","events_url":"https://api.github.com/users/mauteri/events{/privacy}","received_events_url":"https://api.github.com/users/mauteri/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignees":[],"milestone":null,"comments":3,"created_at":"2026-09-04T22:45:45Z","updated_at":"2026-09-04T22:49:09Z","closed_at":null,"assignee":null,"issue_field_values":[],"type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/GatherPress/gatherpress/pulls/2255","html_url":"https://github.com/GatherPress/gatherpress/pull/2255","diff_url":"https://github.com/GatherPress/gatherpress/pull/2255.diff","patch_url":"https://github.com/GatherPress/gatherpress/pull/2255.patch","merged_at":null},"body":"Five additions to `docs/contributor/release-process.md`, each a thing that cost time on 0.35.3 and was not written down:\n\n* the `X.Y.N` milestone has to be created, it is not there by default;\n* the tag runs whatever `release.yml` is on `main`, so workflow changes on `develop` must be cherry-picked onto a patch branch or the patch ships the old behaviour;\n* commit by path on a patch branch, since `git add -A` sweeps in untracked strays (an editor swap file shipped this way);\n* a local `version:bump` rewrites the alpha sibling's header on whatever branch alpha has checked out, which for a patch must be `main`;\n* a **Changes requested** review blocks the merge for admins too while bypassing is disallowed, and only approvals get auto-dismissed on push.\n\nDocs only. Skip Changelog.","reactions":{"url":"https://api.github.com/repos/GatherPress/gatherpress/issues/2255/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/GatherPress/gatherpress/issues/2255/timeline","performed_via_github_app":null,"state_reason":null},"comment":{"url":"https://api.github.com/repos/GatherPress/gatherpress/issues/comments/5547324342","html_url":"https://github.com/GatherPress/gatherpress/pull/2255#issuecomment-5547324342","issue_url":"https://api.github.com/repos/GatherPress/gatherpress/issues/2255","id":5547324342,"node_id":"IC_kwDOEQrtOc8AAAABSqVztg","user":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"created_at":"2026-09-04T22:49:09Z","updated_at":"2026-09-04T22:49:09Z","body":"The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the `props-bot` label.\n\nCore Committers: Use this line as a base for the props when committing in SVN:\n```\nProps mauteri.\n```\n\n**To understand the WordPress project's expectations around crediting contributors, please [review the Contributor Attribution page in the Core Handbook](https://make.wordpress.org/core/handbook/best-practices/contributor-attribution-props/).**\n","reactions":{"url":"https://api.github.com/repos/GatherPress/gatherpress/issues/comments/5547324342/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":{"id":15368,"client_id":"Iv1.05c79e9ad1f6bdfa","slug":"github-actions","node_id":"MDM6QXBwMTUzNjg=","owner":{"login":"github","id":9919,"node_id":"MDEyOk9yZ2FuaXphdGlvbjk5MTk=","avatar_url":"https://avatars.githubusercontent.com/u/9919?v=4","gravatar_id":"","url":"https://api.github.com/users/github","html_url":"https://github.com/github","followers_url":"https://api.github.com/users/github/followers","following_url":"https://api.github.com/users/github/following{/other_user}","gists_url":"https://api.github.com/users/github/gists{/gist_id}","starred_url":"https://api.github.com/users/github/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github/subscriptions","organizations_url":"https://api.github.com/users/github/orgs","repos_url":"https://api.github.com/users/github/repos","events_url":"https://api.github.com/users/github/events{/privacy}","received_events_url":"https://api.github.com/users/github/received_events","type":"Organization","user_view_type":"public","site_admin":false},"name":"GitHub Actions","description":"Automate your workflow from idea to production","external_url":"https://help.github.com/en/actions","html_url":"https://github.com/apps/github-actions","created_at":"2018-07-30T09:30:17Z","updated_at":"2026-06-18T16:17:48Z","permissions":{"actions":"write","administration":"read","artifact_metadata":"write","attestations":"write","checks":"write","code_quality":"write","contents":"write","copilot_requests":"write","deployments":"write","discussions":"write","drives":"write","issues":"write","merge_queues":"write","metadata":"read","models":"read","packages":"write","pages":"write","pull_requests":"write","repository_hooks":"write","repository_projects":"write","security_events":"write","statuses":"write","vulnerability_alerts":"read"},"events":["branch_protection_rule","check_run","check_suite","create","delete","deployment","deployment_status","discussion","discussion_comment","fork","gollum","issues","issue_comment","label","merge_group","milestone","page_build","public","pull_request","pull_request_review","pull_request_review_comment","push","registry_package","release","repository","repository_dispatch","status","watch","workflow_dispatch","workflow_run"]},"minimized":null}},"public":true,"created_at":"2026-09-04T22:49:09Z","org":{"id":69370365,"login":"GatherPress","gravatar_id":"","url":"https://api.github.com/orgs/GatherPress","avatar_url":"https://avatars.githubusercontent.com/u/69370365?"}},{"id":"14462860450","type":"IssueCommentEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":655806940,"name":"microsoft/generative-ai-for-beginners","url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners/issues/1341","repository_url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners","labels_url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners/issues/1341/labels{/name}","comments_url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners/issues/1341/comments","events_url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners/issues/1341/events","html_url":"https://github.com/microsoft/generative-ai-for-beginners/pull/1341","id":5353832116,"node_id":"PR_kwDOJxbR3M8AAAABCRSHrg","number":1341,"title":"[Lesson 17] Add a remote MCP web tools exercise","user":{"login":"georgeatparallel","id":297992784,"node_id":"U_kgDOEcMCUA","avatar_url":"https://avatars.githubusercontent.com/u/297992784?v=4","gravatar_id":"","url":"https://api.github.com/users/georgeatparallel","html_url":"https://github.com/georgeatparallel","followers_url":"https://api.github.com/users/georgeatparallel/followers","following_url":"https://api.github.com/users/georgeatparallel/following{/other_user}","gists_url":"https://api.github.com/users/georgeatparallel/gists{/gist_id}","starred_url":"https://api.github.com/users/georgeatparallel/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/georgeatparallel/subscriptions","organizations_url":"https://api.github.com/users/georgeatparallel/orgs","repos_url":"https://api.github.com/users/georgeatparallel/repos","events_url":"https://api.github.com/users/georgeatparallel/events{/privacy}","received_events_url":"https://api.github.com/users/georgeatparallel/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6186095984,"node_id":"LA_kwDOJxbR3M8AAAABcLhVcA","url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners/labels/needs-review","name":"needs-review","color":"ededed","default":false,"description":null}],"state":"open","locked":false,"assignees":[],"milestone":null,"comments":2,"created_at":"2026-09-04T22:46:23Z","updated_at":"2026-09-04T22:49:08Z","closed_at":null,"assignee":null,"issue_field_values":[],"type":null,"active_lock_reason":null,"draft":true,"pull_request":{"url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners/pulls/1341","html_url":"https://github.com/microsoft/generative-ai-for-beginners/pull/1341","diff_url":"https://github.com/microsoft/generative-ai-for-beginners/pull/1341.diff","patch_url":"https://github.com/microsoft/generative-ai-for-beginners/pull/1341.patch","merged_at":null},"body":"Lesson 17 mentions MCP support but does not show how to discover or call a remote tool. This adds an optional exercise using Microsoft Agent Framework's existing `MCPStreamableHTTPTool` and Parallel Search MCP. Learners can inspect the available tools, search the web, and extract page text without a Parallel account, API key, or model call.\n\nThe exercise includes installation, connection cleanup, related-call session reuse, and guidance for attaching the connection to an agent. It explains what data goes to Parallel, anonymous rate limits, and the separate credentials and costs of model calls. Existing examples and repository dependencies are unchanged.\n\nVerified the exact README snippet with Python 3.12, `agent-framework-core` 1.17.0, and `mcp` 1.29.1 in an environment without credentials: both tools were discovered and both returned results with source URLs. The snippet passes Ruff, and the lesson passes relative-path, tracking-ID, and locale checks. Both added documentation links return HTTP 200; the Markdown checker's external-link check reported network warnings. No repository build was run.\n\nI work at Parallel, which operates this service.\n","reactions":{"url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners/issues/1341/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners/issues/1341/timeline","performed_via_github_app":null,"state_reason":null},"comment":{"url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners/issues/comments/5547324183","html_url":"https://github.com/microsoft/generative-ai-for-beginners/pull/1341#issuecomment-5547324183","issue_url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners/issues/1341","id":5547324183,"node_id":"IC_kwDOJxbR3M8AAAABSqVzFw","user":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"created_at":"2026-09-04T22:49:08Z","updated_at":"2026-09-04T22:49:08Z","body":"👋 Thanks for contributing @georgeatparallel! We will review the pull request and get back to you soon.","reactions":{"url":"https://api.github.com/repos/microsoft/generative-ai-for-beginners/issues/comments/5547324183/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":{"id":15368,"client_id":"Iv1.05c79e9ad1f6bdfa","slug":"github-actions","node_id":"MDM6QXBwMTUzNjg=","owner":{"login":"github","id":9919,"node_id":"MDEyOk9yZ2FuaXphdGlvbjk5MTk=","avatar_url":"https://avatars.githubusercontent.com/u/9919?v=4","gravatar_id":"","url":"https://api.github.com/users/github","html_url":"https://github.com/github","followers_url":"https://api.github.com/users/github/followers","following_url":"https://api.github.com/users/github/following{/other_user}","gists_url":"https://api.github.com/users/github/gists{/gist_id}","starred_url":"https://api.github.com/users/github/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github/subscriptions","organizations_url":"https://api.github.com/users/github/orgs","repos_url":"https://api.github.com/users/github/repos","events_url":"https://api.github.com/users/github/events{/privacy}","received_events_url":"https://api.github.com/users/github/received_events","type":"Organization","user_view_type":"public","site_admin":false},"name":"GitHub Actions","description":"Automate your workflow from idea to production","external_url":"https://help.github.com/en/actions","html_url":"https://github.com/apps/github-actions","created_at":"2018-07-30T09:30:17Z","updated_at":"2026-06-18T16:17:48Z","permissions":{"actions":"write","administration":"read","artifact_metadata":"write","attestations":"write","checks":"write","code_quality":"write","contents":"write","copilot_requests":"write","deployments":"write","discussions":"write","drives":"write","issues":"write","merge_queues":"write","metadata":"read","models":"read","packages":"write","pages":"write","pull_requests":"write","repository_hooks":"write","repository_projects":"write","security_events":"write","statuses":"write","vulnerability_alerts":"read"},"events":["branch_protection_rule","check_run","check_suite","create","delete","deployment","deployment_status","discussion","discussion_comment","fork","gollum","issues","issue_comment","label","merge_group","milestone","page_build","public","pull_request","pull_request_review","pull_request_review_comment","push","registry_package","release","repository","repository_dispatch","status","watch","workflow_dispatch","workflow_run"]},"minimized":null}},"public":true,"created_at":"2026-09-04T22:49:08Z","org":{"id":6154722,"login":"microsoft","gravatar_id":"","url":"https://api.github.com/orgs/microsoft","avatar_url":"https://avatars.githubusercontent.com/u/6154722?"}},{"id":"20059428812","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":530860083,"name":"Udymilla/Udymilla","url":"https://api.github.com/repos/Udymilla/Udymilla"},"payload":{"repository_id":530860083,"push_id":42516687874,"ref":"refs/heads/output","head":"bd6195570d9830b746eb4218191967a68b273875","before":"ff2e81cce8b8d8c68dfcfc94298981afef92b6dc"},"public":true,"created_at":"2026-09-04T01:38:33Z"},{"id":"20059429194","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1229281068,"name":"barakejuan-source/pulso-digital","url":"https://api.github.com/repos/barakejuan-source/pulso-digital"},"payload":{"repository_id":1229281068,"push_id":42507332792,"ref":"refs/heads/main","head":"8335b8e46b7dd14404ab7f23b8ce8b8fbf6cab34","before":"d5af046080d08c4e3783490ec173abfdd97b55e8"},"public":true,"created_at":"2026-09-03T22:30:57Z"},{"id":"20059429913","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1217962185,"name":"SangJunPark1/coin","url":"https://api.github.com/repos/SangJunPark1/coin"},"payload":{"repository_id":1217962185,"push_id":42377159484,"ref":"refs/heads/main","head":"2863efa54915c61b13b8fde685202cf685ba19c1","before":"3f7aa1067af4c15180238ad4adf9cb9ab36df393"},"public":true,"created_at":"2026-09-03T04:59:48Z"},{"id":"20059429907","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1296929006,"name":"dimilokis/thegauge","url":"https://api.github.com/repos/dimilokis/thegauge"},"payload":{"repository_id":1296929006,"push_id":42507333642,"ref":"refs/heads/main","head":"74efcf34245fef10ea3f3db1e4b144202cb09583","before":"58ca41934adee6905159a9c2386cdc8144ed06a5"},"public":true,"created_at":"2026-09-03T22:30:58Z"},{"id":"20059430049","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1298783656,"name":"insightmatch0-cpu/insight-match-monitor","url":"https://api.github.com/repos/insightmatch0-cpu/insight-match-monitor"},"payload":{"repository_id":1298783656,"push_id":42514440562,"ref":"refs/heads/radar-live","head":"91ca8f842a0b67e463b39fb3bd8faa3a86eaf25b","before":"f66e70b66888ea799e88d31c69c7b8c157f1b8dd"},"public":true,"created_at":"2026-09-04T00:52:05Z"},{"id":"20059429657","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":655432067,"name":"Kelly-Araujo/Kelly-Araujo","url":"https://api.github.com/repos/Kelly-Araujo/Kelly-Araujo"},"payload":{"repository_id":655432067,"push_id":42516688669,"ref":"refs/heads/output","head":"c4663ae42895c30eb81910f425e9ce65c436995f","before":"2f52d0a64087f50b1406939cd55bf970294fbc82"},"public":true,"created_at":"2026-09-04T01:38:34Z"},{"id":"20059428858","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1293197548,"name":"CaptainJimbo/limenarchisAI","url":"https://api.github.com/repos/CaptainJimbo/limenarchisAI"},"payload":{"repository_id":1293197548,"push_id":42507332427,"ref":"refs/heads/main","head":"00c4c68525df78cfcd88fa42a3af589e162f2626","before":"2e206dd4774884f524bc573919714201fd677ce0"},"public":true,"created_at":"2026-09-03T22:30:57Z"},{"id":"20059429481","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1261375964,"name":"kiera251197/kiera251197","url":"https://api.github.com/repos/kiera251197/kiera251197"},"payload":{"repository_id":1261375964,"push_id":42516688338,"ref":"refs/heads/output","head":"3593d3893d5e7e91065af2b6afe3bf66ae1fb8c9","before":"ced972973fe29599628322852b6ba6c1a04b0b99"},"public":true,"created_at":"2026-09-04T01:38:34Z"},{"id":"20059429077","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1304333790,"name":"Magestic-AI-Research-And-Development/magestic-ai-hub","url":"https://api.github.com/repos/Magestic-AI-Research-And-Development/magestic-ai-hub"},"payload":{"repository_id":1304333790,"push_id":42514439419,"ref":"refs/heads/main","head":"8781fb22a5000ecf32ead6deb360b5409208d5b0","before":"96d89840b55441e3fbd11d5bcfc5093c02e8dec8"},"public":true,"created_at":"2026-09-04T00:52:04Z","org":{"id":313493687,"login":"Magestic-AI-Research-And-Development","gravatar_id":"","url":"https://api.github.com/orgs/Magestic-AI-Research-And-Development","avatar_url":"https://avatars.githubusercontent.com/u/313493687?"}},{"id":"20059429082","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1180596955,"name":"TV-2-Vejr/Elpriser","url":"https://api.github.com/repos/TV-2-Vejr/Elpriser"},"payload":{"repository_id":1180596955,"push_id":42507332695,"ref":"refs/heads/main","head":"ca033d3b7aa7b28981958e7401b72e9aab19e46d","before":"f548bbd2c7a98cfb70b23eca25b1dc01582bba0d"},"public":true,"created_at":"2026-09-03T22:30:57Z","org":{"id":267304036,"login":"TV-2-Vejr","gravatar_id":"","url":"https://api.github.com/orgs/TV-2-Vejr","avatar_url":"https://avatars.githubusercontent.com/u/267304036?"}},{"id":"20059429132","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1244135439,"name":"praygoated/bgnotify","url":"https://api.github.com/repos/praygoated/bgnotify"},"payload":{"repository_id":1244135439,"push_id":42507332709,"ref":"refs/heads/main","head":"415861c9711427cd2a18032d16887ad828ff0534","before":"726eb2fc7d2b42f949b9899ee493b9811d44b8b4"},"public":true,"created_at":"2026-09-03T22:30:57Z"},{"id":"20059429682","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1331398734,"name":"illkeeen3434343-eng/Bina-monitor","url":"https://api.github.com/repos/illkeeen3434343-eng/Bina-monitor"},"payload":{"repository_id":1331398734,"push_id":42576428270,"ref":"refs/heads/main","head":"7dc215df53f389057909d1ded9d437d834622067","before":"aff8f8d95cff04ed33e390cc7c7b0053d6ff3141"},"public":true,"created_at":"2026-09-04T10:33:30Z"},{"id":"20059429263","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1150499000,"name":"khalidsaif912/roster-site","url":"https://api.github.com/repos/khalidsaif912/roster-site"},"payload":{"repository_id":1150499000,"push_id":42376367023,"ref":"refs/heads/main","head":"47e61fcea962a27e9e6ebf1ae321a1b0bfa24c43","before":"c24b1851988513a43eae5e273953ad084bba0bea"},"public":true,"created_at":"2026-09-03T04:51:28Z"},{"id":"20059429069","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":871119055,"name":"judydark13/Shadowrocket-ADBlock-Rules-Forever","url":"https://api.github.com/repos/judydark13/Shadowrocket-ADBlock-Rules-Forever"},"payload":{"repository_id":871119055,"push_id":42514439411,"ref":"refs/heads/release","head":"716ae331aa1b7b6bdda45d6bdbdf17c128d415d0","before":"f0ca8fe6c595b2d717be68814797440d9866e485"},"public":true,"created_at":"2026-09-04T00:52:04Z"},{"id":"20059429929","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":995465323,"name":"snortsniper15/snortsniper15","url":"https://api.github.com/repos/snortsniper15/snortsniper15"},"payload":{"repository_id":995465323,"push_id":42516689025,"ref":"refs/heads/main","head":"eaba402cc5a5ed4876c763d92d8dc10f00d0e039","before":"d9e44579cb1a1b1eb58ec3b0f3168e1c1c7305fa"},"public":true,"created_at":"2026-09-04T01:38:35Z"},{"id":"20059429491","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":575232291,"name":"GabrielKohatu/GabrielKohatu","url":"https://api.github.com/repos/GabrielKohatu/GabrielKohatu"},"payload":{"repository_id":575232291,"push_id":42516688317,"ref":"refs/heads/output","head":"ad40957185ee1681ddb91c66bf1b5a4c5574473f","before":"172bf9aa75ed90eaccce3c1e89a992170059bb5c"},"public":true,"created_at":"2026-09-04T01:38:34Z"},{"id":"20059430120","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1339764136,"name":"jeremydevera/analyzer-x","url":"https://api.github.com/repos/jeremydevera/analyzer-x"},"payload":{"repository_id":1339764136,"push_id":42376367667,"ref":"refs/heads/sweep-progress","head":"9c1b357557e83974d18a45b98752c1f95984b09d","before":"74855f8239aabea2946645d0c6dbcd62dbfab8b0"},"public":true,"created_at":"2026-09-03T04:51:28Z"},{"id":"20059430309","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1323311640,"name":"jhs-office/readout-monitor","url":"https://api.github.com/repos/jhs-office/readout-monitor"},"payload":{"repository_id":1323311640,"push_id":42580978597,"ref":"refs/heads/main","head":"9092dcdcd1c99ff3ed76f2022620906bf1895978","before":"a2830511fb63687038c39ddc7625b26d2d241456"},"public":true,"created_at":"2026-09-04T11:09:04Z"},{"id":"20059429792","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":918776729,"name":"daku008/Daku","url":"https://api.github.com/repos/daku008/Daku"},"payload":{"repository_id":918776729,"push_id":42507333538,"ref":"refs/heads/main","head":"79614ca02b5fd5603cf436f9dad951ae1143e6fd","before":"1bd55c11dd74fecc2d277caf7cb8ddfb1c15365d"},"public":true,"created_at":"2026-09-03T22:30:58Z"},{"id":"20059429582","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1352710518,"name":"tarednettling-5567/Star-Wars-Zero-Company-Trainer-2026","url":"https://api.github.com/repos/tarednettling-5567/Star-Wars-Zero-Company-Trainer-2026"},"payload":{"repository_id":1352710518,"push_id":42514439801,"ref":"refs/heads/main","head":"ff6d73e18e454c1993a117e67e76cbd675c323e2","before":"5faeac2ffcc3852cca28269de26b98beeab09949"},"public":true,"created_at":"2026-09-04T00:52:05Z"},{"id":"20059429656","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1288406144,"name":"yosulin/trafico-okin-zumaia","url":"https://api.github.com/repos/yosulin/trafico-okin-zumaia"},"payload":{"repository_id":1288406144,"push_id":42507333149,"ref":"refs/heads/main","head":"150ddf60781f761a61a7cc6cb22e1371b5eb4932","before":"4ef6bd9f8ad3fb4171f4dd659231940e8233a41f"},"public":true,"created_at":"2026-09-03T22:30:57Z"},{"id":"20059429705","type":"PushEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1245477493,"name":"winson-00178005/build-eye","url":"https://api.github.com/repos/winson-00178005/build-eye"},"payload":{"repository_id":1245477493,"push_id":42507333469,"ref":"refs/heads/main","head":"bdf1ecd18fc1f80acf2c73bd5c430e2b3fbc9d04","before":"8fb2eba59eaf66049d550b43de85b126575d9b04"},"public":true,"created_at":"2026-09-03T22:30:57Z"},{"id":"14462860257","type":"ReleaseEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":840832278,"name":"giulioz/jv880_juce","url":"https://api.github.com/repos/giulioz/jv880_juce"},"payload":{"action":"published","release":{"url":"https://api.github.com/repos/giulioz/jv880_juce/releases/383052438","assets_url":"https://api.github.com/repos/giulioz/jv880_juce/releases/383052438/assets","upload_url":"https://uploads.github.com/repos/giulioz/jv880_juce/releases/383052438/assets{?name,label}","html_url":"https://github.com/giulioz/jv880_juce/releases/tag/latest","id":383052438,"author":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"node_id":"RE_kwDOMh4VFs4W1OqW","tag_name":"latest","target_commitish":"main","name":"jv880 Latest","draft":false,"immutable":false,"prerelease":true,"created_at":"2026-09-04T22:43:46Z","updated_at":"2026-09-04T22:49:11Z","published_at":"2026-09-04T22:49:08Z","assets":[{"url":"https://api.github.com/repos/giulioz/jv880_juce/releases/assets/545010687","id":545010687,"node_id":"RA_kwDOMh4VFs4gfDP_","name":"build-linux.sh","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":156,"digest":"sha256:ce7b1431e7cdce4f631c4c7ec7b813801444a14cbedc92756a9c2ee714b7e8bd","download_count":0,"created_at":"2026-09-04T22:49:09Z","updated_at":"2026-09-04T22:49:09Z","browser_download_url":"https://github.com/giulioz/jv880_juce/releases/download/latest/build-linux.sh"},{"url":"https://api.github.com/repos/giulioz/jv880_juce/releases/assets/545010692","id":545010692,"node_id":"RA_kwDOMh4VFs4gfDQE","name":"build-osx.sh","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":222,"digest":"sha256:aed4a97033ba672c86613410a36872908ee8c4f7ceace8063e4b957860fdb7f0","download_count":0,"created_at":"2026-09-04T22:49:09Z","updated_at":"2026-09-04T22:49:09Z","browser_download_url":"https://github.com/giulioz/jv880_juce/releases/download/latest/build-osx.sh"},{"url":"https://api.github.com/repos/giulioz/jv880_juce/releases/assets/545010697","id":545010697,"node_id":"RA_kwDOMh4VFs4gfDQJ","name":"build-win.sh","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":548,"digest":"sha256:3064317660847b3ea905f517092a9dc68a57867c582f7b11327216419bbf5236","download_count":0,"created_at":"2026-09-04T22:49:09Z","updated_at":"2026-09-04T22:49:10Z","browser_download_url":"https://github.com/giulioz/jv880_juce/releases/download/latest/build-win.sh"},{"url":"https://api.github.com/repos/giulioz/jv880_juce/releases/assets/545010701","id":545010701,"node_id":"RA_kwDOMh4VFs4gfDQN","name":"download-projucer.sh","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":470,"digest":"sha256:815576210838f693411f77ca9cc0cd102f7d2e3d0636c5d7c4e1ac7eaa338a61","download_count":0,"created_at":"2026-09-04T22:49:10Z","updated_at":"2026-09-04T22:49:10Z","browser_download_url":"https://github.com/giulioz/jv880_juce/releases/download/latest/download-projucer.sh"},{"url":"https://api.github.com/repos/giulioz/jv880_juce/releases/assets/545010706","id":545010706,"node_id":"RA_kwDOMh4VFs4gfDQS","name":"jv880.app.macOS.zip","label":"","uploader":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"content_type":"application/octet-stream","state":"uploaded","size":3987945,"digest":"sha256:76a4b5fe6ef0187a776ed6069f1dbe000f79d790ac633f3456b80ba6607fc83b","download_count":0,"created_at":"2026-09-04T22:49:10Z","updated_at":"2026-09-04T22:49:11Z","browser_download_url":"https://github.com/giulioz/jv880_juce/releases/download/latest/jv880.app.macOS.zip"}],"tarball_url":"https://api.github.com/repos/giulioz/jv880_juce/tarball/latest","zipball_url":"https://api.github.com/repos/giulioz/jv880_juce/zipball/latest","body":"## Commits\n- bc141fc: Update README.md (Giulio Zausa)","short_description_html":"<h2>Commits</h2>\n<ul>\n<li>\n<a class=\"commit-link\" data-hovercard-type=\"commit\" data-hovercard-url=\"https://github.com/giulioz/jv880_juce/commit/bc141fc8b7a5039e909807e85ff1070d5727584b/hovercard\" href=\"https://github.com/giulioz/jv880_juce/commit/bc141fc8b7a5039e909807e85ff1070d5727584b\"><tt>bc141fc</tt></a>: Update README.md (Giulio Zausa)</li>\n</ul>","is_short_description_html_truncated":false}},"public":true,"created_at":"2026-09-04T22:49:08Z"},{"id":"14462859865","type":"IssueCommentEvent","actor":{"id":41898282,"login":"github-actions[bot]","display_login":"github-actions","gravatar_id":"","url":"https://api.github.com/users/github-actions[bot]","avatar_url":"https://avatars.githubusercontent.com/u/41898282?"},"repo":{"id":1161708738,"name":"tadanobutubutu/screeps","url":"https://api.github.com/repos/tadanobutubutu/screeps"},"payload":{"action":"created","issue":{"url":"https://api.github.com/repos/tadanobutubutu/screeps/issues/224897","repository_url":"https://api.github.com/repos/tadanobutubutu/screeps","labels_url":"https://api.github.com/repos/tadanobutubutu/screeps/issues/224897/labels{/name}","comments_url":"https://api.github.com/repos/tadanobutubutu/screeps/issues/224897/comments","events_url":"https://api.github.com/repos/tadanobutubutu/screeps/issues/224897/events","html_url":"https://github.com/tadanobutubutu/screeps/issues/224897","id":5342213304,"node_id":"I_kwDORT5Ews8AAAABPmu0uA","number":224897,"title":"Identify and update specific functions that render dependency graphs or in main.js","user":{"login":"automaintainer-bot[bot]","id":216528210,"node_id":"BOT_kgDODOf1Ug","avatar_url":"https://avatars.githubusercontent.com/in/1414200?v=4","gravatar_id":"","url":"https://api.github.com/users/automaintainer-bot%5Bbot%5D","html_url":"https://github.com/apps/automaintainer-bot","followers_url":"https://api.github.com/users/automaintainer-bot%5Bbot%5D/followers","following_url":"https://api.github.com/users/automaintainer-bot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/automaintainer-bot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/automaintainer-bot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/automaintainer-bot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/automaintainer-bot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/automaintainer-bot%5Bbot%5D/repos","events_url":"https://api.github.com/users/automaintainer-bot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/automaintainer-bot%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"labels":[],"state":"closed","locked":false,"assignees":[],"milestone":null,"comments":1,"created_at":"2026-09-03T22:48:07Z","updated_at":"2026-09-04T22:49:08Z","closed_at":"2026-09-04T22:49:08Z","assignee":null,"active_lock_reason":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"issue_dependencies_summary":{"blocked_by":0,"total_blocked_by":0,"blocking":0,"total_blocking":0},"body":"**Line 35** of `main.js`:\n\n```\n// TODO: Identify and update specific functions that render dependency graphs or\n// display module structure for debugging purposes.\n```\n\n_Commit: c4beb56b86f12f6587e9b395daa913aedbce395d_\n\n<!-- todo-hash: 08a9427cd15b9b339c4e4e1174c661f8afc67ba1 -->","reactions":{"url":"https://api.github.com/repos/tadanobutubutu/screeps/issues/224897/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/tadanobutubutu/screeps/issues/224897/timeline","performed_via_github_app":null,"state_reason":"completed","pinned_comment":null},"comment":{"url":"https://api.github.com/repos/tadanobutubutu/screeps/issues/comments/5547324136","html_url":"https://github.com/tadanobutubutu/screeps/issues/224897#issuecomment-5547324136","issue_url":"https://api.github.com/repos/tadanobutubutu/screeps/issues/224897","id":5547324136,"node_id":"IC_kwDORT5Ews8AAAABSqVy6A","user":{"login":"github-actions[bot]","id":41898282,"node_id":"MDM6Qm90NDE4OTgyODI=","avatar_url":"https://avatars.githubusercontent.com/in/15368?v=4","gravatar_id":"","url":"https://api.github.com/users/github-actions%5Bbot%5D","html_url":"https://github.com/apps/github-actions","followers_url":"https://api.github.com/users/github-actions%5Bbot%5D/followers","following_url":"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/github-actions%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/github-actions%5Bbot%5D/repos","events_url":"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/github-actions%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"created_at":"2026-09-04T22:49:08Z","updated_at":"2026-09-04T22:49:08Z","body":"Auto-closed: Issue resolved by AI agent.","pin":null,"reactions":{"url":"https://api.github.com/repos/tadanobutubutu/screeps/issues/comments/5547324136/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":{"id":15368,"client_id":"Iv1.05c79e9ad1f6bdfa","slug":"github-actions","node_id":"MDM6QXBwMTUzNjg=","owner":{"login":"github","id":9919,"node_id":"MDEyOk9yZ2FuaXphdGlvbjk5MTk=","avatar_url":"https://avatars.githubusercontent.com/u/9919?v=4","gravatar_id":"","url":"https://api.github.com/users/github","html_url":"https://github.com/github","followers_url":"https://api.github.com/users/github/followers","following_url":"https://api.github.com/users/github/following{/other_user}","gists_url":"https://api.github.com/users/github/gists{/gist_id}","starred_url":"https://api.github.com/users/github/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/github/subscriptions","organizations_url":"https://api.github.com/users/github/orgs","repos_url":"https://api.github.com/users/github/repos","events_url":"https://api.github.com/users/github/events{/privacy}","received_events_url":"https://api.github.com/users/github/received_events","type":"Organization","user_view_type":"public","site_admin":false},"name":"GitHub Actions","description":"Automate your workflow from idea to production","external_url":"https://help.github.com/en/actions","html_url":"https://github.com/apps/github-actions","created_at":"2018-07-30T09:30:17Z","updated_at":"2026-06-18T16:17:48Z","permissions":{"actions":"write","administration":"read","artifact_metadata":"write","attestations":"write","checks":"write","code_quality":"write","contents":"write","copilot_requests":"write","deployments":"write","discussions":"write","drives":"write","issues":"write","merge_queues":"write","metadata":"read","models":"read","packages":"write","pages":"write","pull_requests":"write","repository_hooks":"write","repository_projects":"write","security_events":"write","statuses":"write","vulnerability_alerts":"read"},"events":["branch_protection_rule","check_run","check_suite","create","delete","deployment","deployment_status","discussion","discussion_comment","fork","gollum","issues","issue_comment","label","merge_group","milestone","page_build","public","pull_request","pull_request_review","pull_request_review_comment","push","registry_package","release","repository","repository_dispatch","status","watch","workflow_dispatch","workflow_run"]},"minimized":null}},"public":true,"created_at":"2026-09-04T22:49:08Z"}]