Skip to content

Commit

Permalink
gh action: current feed updated
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2024
1 parent a523dc7 commit af8b9e0
Showing 1 changed file with 81 additions and 81 deletions.
162 changes: 81 additions & 81 deletions current.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,85 @@
[
{
"sha": "75134b2f136a350c136c22ff7287a4dd0abceba2",
"node_id": "C_kwDOAV-JftoAKDc1MTM0YjJmMTM2YTM1MGMxMzZjMjJmZjcyODdhNGRkMGFiY2ViYTI",
"commit": {
"author": {
"name": "gammafunk",
"email": "[email protected]",
"date": "2024-11-09T18:25:44Z"
},
"committer": {
"name": "gammafunk",
"email": "[email protected]",
"date": "2024-11-09T19:03:51Z"
},
"message": "Fix the CAO build by using std::set::insert()\n\nIt seems that CAO's STL doesn't support std::set::emplace().",
"tree": {
"sha": "7effab421e12810dd5aee4c3cc4d1d83b3556fbd",
"url": "https://api.github.com/repos/crawl/crawl/git/trees/7effab421e12810dd5aee4c3cc4d1d83b3556fbd"
},
"url": "https://api.github.com/repos/crawl/crawl/git/commits/75134b2f136a350c136c22ff7287a4dd0abceba2",
"comment_count": 0,
"verification": {
"verified": false,
"reason": "unsigned",
"signature": null,
"payload": null
}
},
"url": "https://api.github.com/repos/crawl/crawl/commits/75134b2f136a350c136c22ff7287a4dd0abceba2",
"html_url": "https://github.com/crawl/crawl/commit/75134b2f136a350c136c22ff7287a4dd0abceba2",
"comments_url": "https://api.github.com/repos/crawl/crawl/commits/75134b2f136a350c136c22ff7287a4dd0abceba2/comments",
"author": {
"login": "gammafunk",
"id": 6548464,
"node_id": "MDQ6VXNlcjY1NDg0NjQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6548464?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gammafunk",
"html_url": "https://github.com/gammafunk",
"followers_url": "https://api.github.com/users/gammafunk/followers",
"following_url": "https://api.github.com/users/gammafunk/following{/other_user}",
"gists_url": "https://api.github.com/users/gammafunk/gists{/gist_id}",
"starred_url": "https://api.github.com/users/gammafunk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gammafunk/subscriptions",
"organizations_url": "https://api.github.com/users/gammafunk/orgs",
"repos_url": "https://api.github.com/users/gammafunk/repos",
"events_url": "https://api.github.com/users/gammafunk/events{/privacy}",
"received_events_url": "https://api.github.com/users/gammafunk/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"committer": {
"login": "gammafunk",
"id": 6548464,
"node_id": "MDQ6VXNlcjY1NDg0NjQ=",
"avatar_url": "https://avatars.githubusercontent.com/u/6548464?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/gammafunk",
"html_url": "https://github.com/gammafunk",
"followers_url": "https://api.github.com/users/gammafunk/followers",
"following_url": "https://api.github.com/users/gammafunk/following{/other_user}",
"gists_url": "https://api.github.com/users/gammafunk/gists{/gist_id}",
"starred_url": "https://api.github.com/users/gammafunk/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/gammafunk/subscriptions",
"organizations_url": "https://api.github.com/users/gammafunk/orgs",
"repos_url": "https://api.github.com/users/gammafunk/repos",
"events_url": "https://api.github.com/users/gammafunk/events{/privacy}",
"received_events_url": "https://api.github.com/users/gammafunk/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"parents": [
{
"sha": "f801aa8b2f4d7fc6510385ecc00aee12d295ffde",
"url": "https://api.github.com/repos/crawl/crawl/commits/f801aa8b2f4d7fc6510385ecc00aee12d295ffde",
"html_url": "https://github.com/crawl/crawl/commit/f801aa8b2f4d7fc6510385ecc00aee12d295ffde"
}
]
},
{
"sha": "f801aa8b2f4d7fc6510385ecc00aee12d295ffde",
"node_id": "C_kwDOAV-JftoAKGY4MDFhYThiMmY0ZDdmYzY1MTAzODVlY2MwMGFlZTEyZDI5NWZmZGU",
Expand Down Expand Up @@ -8017,86 +8098,5 @@
"html_url": "https://github.com/crawl/crawl/commit/2442f177b01532a43ff71cf4faeb00cdeeff3583"
}
]
},
{
"sha": "2442f177b01532a43ff71cf4faeb00cdeeff3583",
"node_id": "C_kwDOAV-JftoAKDI0NDJmMTc3YjAxNTMyYTQzZmY3MWNmNGZhZWIwMGNkZWVmZjM1ODM",
"commit": {
"author": {
"name": "DracoOmega",
"email": "[email protected]",
"date": "2024-10-04T01:01:02Z"
},
"committer": {
"name": "DracoOmega",
"email": "[email protected]",
"date": "2024-10-04T01:03:02Z"
},
"message": "Fix a handful of monsters not counting as true summons\n\n(Basically anything that called mark_summoned() directly, without ever\nhaving used mgen_data::set_summoned())\n\nThis incidentally messed up the poof messages for them as well.",
"tree": {
"sha": "5822ddff128fd332cba6b9fc4eceb81c0b4559c8",
"url": "https://api.github.com/repos/crawl/crawl/git/trees/5822ddff128fd332cba6b9fc4eceb81c0b4559c8"
},
"url": "https://api.github.com/repos/crawl/crawl/git/commits/2442f177b01532a43ff71cf4faeb00cdeeff3583",
"comment_count": 0,
"verification": {
"verified": false,
"reason": "unsigned",
"signature": null,
"payload": null
}
},
"url": "https://api.github.com/repos/crawl/crawl/commits/2442f177b01532a43ff71cf4faeb00cdeeff3583",
"html_url": "https://github.com/crawl/crawl/commit/2442f177b01532a43ff71cf4faeb00cdeeff3583",
"comments_url": "https://api.github.com/repos/crawl/crawl/commits/2442f177b01532a43ff71cf4faeb00cdeeff3583/comments",
"author": {
"login": "DracoOmega",
"id": 12538566,
"node_id": "MDQ6VXNlcjEyNTM4NTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/12538566?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DracoOmega",
"html_url": "https://github.com/DracoOmega",
"followers_url": "https://api.github.com/users/DracoOmega/followers",
"following_url": "https://api.github.com/users/DracoOmega/following{/other_user}",
"gists_url": "https://api.github.com/users/DracoOmega/gists{/gist_id}",
"starred_url": "https://api.github.com/users/DracoOmega/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/DracoOmega/subscriptions",
"organizations_url": "https://api.github.com/users/DracoOmega/orgs",
"repos_url": "https://api.github.com/users/DracoOmega/repos",
"events_url": "https://api.github.com/users/DracoOmega/events{/privacy}",
"received_events_url": "https://api.github.com/users/DracoOmega/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"committer": {
"login": "DracoOmega",
"id": 12538566,
"node_id": "MDQ6VXNlcjEyNTM4NTY2",
"avatar_url": "https://avatars.githubusercontent.com/u/12538566?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/DracoOmega",
"html_url": "https://github.com/DracoOmega",
"followers_url": "https://api.github.com/users/DracoOmega/followers",
"following_url": "https://api.github.com/users/DracoOmega/following{/other_user}",
"gists_url": "https://api.github.com/users/DracoOmega/gists{/gist_id}",
"starred_url": "https://api.github.com/users/DracoOmega/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/DracoOmega/subscriptions",
"organizations_url": "https://api.github.com/users/DracoOmega/orgs",
"repos_url": "https://api.github.com/users/DracoOmega/repos",
"events_url": "https://api.github.com/users/DracoOmega/events{/privacy}",
"received_events_url": "https://api.github.com/users/DracoOmega/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"parents": [
{
"sha": "4bb16c9eb9c745fafe7505a62a38000a714b3a8d",
"url": "https://api.github.com/repos/crawl/crawl/commits/4bb16c9eb9c745fafe7505a62a38000a714b3a8d",
"html_url": "https://github.com/crawl/crawl/commit/4bb16c9eb9c745fafe7505a62a38000a714b3a8d"
}
]
}
]

0 comments on commit af8b9e0

Please sign in to comment.