Skip to content

[ADP-3432] Add a UI deposit wallet page to initialize the wallet #10126

[ADP-3432] Add a UI deposit wallet page to initialize the wallet

[ADP-3432] Add a UI deposit wallet page to initialize the wallet #10126

Workflow file for this run

name: Auto-Approve Docs
on: pull_request_target
jobs:
review:
if: '${{ github.ref_protected }}'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.2.0
- name: 'Check scope of PR'
run: './scripts/gh/check-scope.sh scope'
id: check
# Note that GitHub actions do not run from forked repos, so this
# will only approve PRs from branches in the main repo.
- name: 'Approve Docs'
if: "${{ steps.check.outputs.scope == 'docs' }}"
uses: hmarr/auto-approve-action@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"