Skip to content

Feature/DF-18812 add vwap endpoint to blocksize capital ea (#3025) #1591

Feature/DF-18812 add vwap endpoint to blocksize capital ea (#3025)

Feature/DF-18812 add vwap endpoint to blocksize capital ea (#3025) #1591

Workflow file for this run

name: Auto update open PRs
on:
push:
branches:
- main
jobs:
autoupdate:
runs-on: ubuntu-latest
steps:
- name: Automatically update PR
uses: smartcontractkit/update-pr-branch@master
with:
token: ${{ secrets.AUTOREBASE_TOKEN }}
base: 'main'
required_approval_count: 1
require_passed_checks: false