feat(#547): Add ability to pay onboarding fees if maker has no DC #818
Workflow file for this run
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: nova-wallet-auto-assign | |
on: pull_request | |
jobs: | |
auto-assign: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- uses: kentaro-m/[email protected] |