Skip to content

chore: refresh metagame feeds#6083

Merged
matthewevans merged 1 commit into
mainfrom
chore/refresh-metagame-feeds
Jul 17, 2026
Merged

chore: refresh metagame feeds#6083
matthewevans merged 1 commit into
mainfrom
chore/refresh-metagame-feeds

Conversation

@matthewevans

Copy link
Copy Markdown
Member

Automated daily metagame feed refresh from MTGGoldfish.

@matthewevans
matthewevans enabled auto-merge July 17, 2026 08:11

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the MTGGoldfish metagame feeds for Modern, Pioneer, and Standard formats, modifying deck lists, reordering colors, and updating timestamps. Feedback highlights a duplicate card entry for "Quantum Riddler" in the "Jeskai Energy" deck list within the Modern feed, which should be combined to prevent display and count issues.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment on lines 1375 to 1386
{
"count": 2,
"name": "Ragavan, Nimble Pilferer"
"name": "Quantum Riddler"
},
{
"count": 4,
"name": "Solitude"
"count": 3,
"name": "Casey Jones, Vigilante"
},
{
"count": 2,
"name": "Quantum Riddler"
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

[MEDIUM] Duplicate card entry in deck list. Evidence: client/public/feeds/mtggoldfish-modern.json:1375-1386.
Why it matters: Duplicate entries for the same card in a deck list can cause display issues in the UI and incorrect card count calculations.
Suggested fix: Combine the duplicate "Quantum Riddler" entries into a single entry with a count of 4.

        {
          "count": 4,
          "name": "Quantum Riddler"
        },
        {
          "count": 3,
          "name": "Casey Jones, Vigilante"
        }

@matthewevans
matthewevans added this pull request to the merge queue Jul 17, 2026
Merged via the queue into main with commit 19fa042 Jul 17, 2026
13 checks passed
@matthewevans
matthewevans deleted the chore/refresh-metagame-feeds branch July 17, 2026 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant