Fix scoreboard schema for Brilliance data, and add tests to catch thi… #4
This file contains 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
name: Publish changelog | |
permissions: | |
contents: write | |
on: | |
push: | |
branches: ['main'] | |
tags: | |
- '[0-9]+.[0-9]+.[0-9]+' | |
jobs: | |
generate-changelog: | |
name: Generate changelog | |
uses: trackedout/dunga-dunga-backend/.github/workflows/changelog.yml@main | |
secrets: inherit |