Fetch the map-schedule from arctrackers.io#225
Open
baschny wants to merge 10 commits intoRaidTheory:mainfrom
Open
Fetch the map-schedule from arctrackers.io#225baschny wants to merge 10 commits intoRaidTheory:mainfrom
baschny wants to merge 10 commits intoRaidTheory:mainfrom
Conversation
To provide consistent formatting and ordering of the keys
# Conflicts: # map-events/map-events.json
This was referenced Feb 4, 2026
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.
Summary
This PR introduces automated synchronization of map event data from the arctracker.io API, eliminating the need for manual updates.
Changes
Automation Script (
scripts/update-map-events.js)https://arctracker.io/api/map-eventsmap-events.jsonstructureGitHub Actions Workflow (
.github/workflows/update-map-events.yml)automationtag for easy filteringFormatting Configuration
map-events.jsonstructurePackage Scripts
bun run map-events:update– runs the update script and reformats the outputbun run map-events:format– standalone formatter for map events fileNew Event Types
bird-cityevent type in the datasetAs soon as this is merged, in your Github project there will be a new "Action" which can be triggered manually:
So we can push this button from "time to time" at first. If this works out good, we could automate that further, making the workflow a scheduled workflow, maybe even also merging the pull request instead of just opening it.