Skip to content

feat: use decimal erc20 mock in token state (#126) #81

feat: use decimal erc20 mock in token state (#126)

feat: use decimal erc20 mock in token state (#126) #81

Workflow file for this run

name: Auto Update Workflow
permissions:
contents: write
on:
push:
branches: [main]
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-22.04
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_FILTER: "labelled"
PR_LABELS: "autoupdate"
PR_READY_STATE: "ready_for_review"
MERGE_CONFLICT_ACTION: "ignore"
MERGE_MSG: "Branch was auto-updated."
EXCLUDED_LABELS: "autoupdate-rebase"
autoupdate-rebase:
name: autoupdate-rebase
runs-on: ubuntu-latest
steps:
- uses: peter-evans/rebase@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
base: dev
include-labels: |
autoupdate-rebase
exclude-labels: |
autoupdate
exclude-drafts: true