Feature/df 19187 finage etf alias parameter changes (#3023) #1577
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: 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 |