add spent amount separate from balance updates to ensure spent is alw… #5139
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
name: Auto Update | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
autoupdate: | |
name: Auto Update | |
runs-on: ubuntu-latest | |
steps: | |
# XXX: Only use sha256 digests to reference docker images since tags can be mutable. | |
- uses: docker://chinthakagodawita/autoupdate-action@sha256:53d7013ad4689b703d2715d4b17d4901bb0a385e495e0b481f37adbe9b3cc3fc # v1 (2025-10-02) | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
PR_FILTER: "labelled" | |
PR_LABELS: "auto-update" | |
MERGE_MSG: "Branch was auto-updated." | |
MERGE_CONFLICT_ACTION: "ignore" |