Github bot that checks for changes of hbas appstore packages and creates PRs against the metadata repo (switch-hbas-repo)
Handles: Checking upstream Github releases for new tags against current repo versions, creating PRs for submissions and updates, automatically merging PRs that look good
Edit .env.template with GH API key and target repo, and then run the following to start the main update checking loop:
mv .env.template .env
docker compose build
docker compose run update-checker