Update arena configs from maDisplayTools#108
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
github-actions
Bot
force-pushed
the
auto/sync-arena-configs
branch
from
June 14, 2026 00:28
77d60f4 to
0fbdbab
Compare
mbreiser
pushed a commit
that referenced
this pull request
Jun 16, 2026
The sync-arena-configs workflow fetched only configs/arenas/, never
configs/arena_registry/index.yaml, so in CI the generator found no registry
source and silently emitted ARENA_REGISTRY = {} — wiping the arena name<->ID
map. Surfaced as the destructive auto-PRs #95 and #108.
- workflow: mirror the maDisplayTools layout (temp_configs/{arenas,arena_registry}),
fetch index.yaml alongside the arenas, pass the arenas dir to the generator.
- generator: refuse to emit an empty ARENA_REGISTRY (exit 1) so a missing source
fails the job loudly instead of opening a destructive PR.
Verified against real upstream data: correct layout regenerates the full
G4/G4.1/G6 registry; a missing registry now aborts before writing.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Closing — this is the destructive output of the arena-config sync bug, not a change to merge. Root cause: the Fixed on
The next sync run will regenerate the file with the registry intact. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Arena Config Sync
This PR was automatically generated by the
sync-arena-configsworkflow.Source:
maDisplayTools/configs/arenas/Changes
The
js/arena-configs.jsfile has been regenerated from the latest YAML configs in maDisplayTools.Review Checklist