Skip to content

feat: add success animation and auto-close modal on network switch #4020

feat: add success animation and auto-close modal on network switch

feat: add success animation and auto-close modal on network switch #4020

Workflow file for this run

name: 'CTA Assistant'
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
# Required permissions
permissions:
actions: write
contents: write # can be 'read' if signatures are in remote repository
pull-requests: write
statuses: write
jobs:
CTA:
runs-on: ubuntu-latest
steps:
- uses: walletconnect/actions/github/cta-assistant@8544ed6cad8bacd6631feb48a478d5423a2aaf24
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}