Skip to content

[QUESTION] IS THERE ANY DESIGN FOR WALLET ADAPTER PAGE #43

[QUESTION] IS THERE ANY DESIGN FOR WALLET ADAPTER PAGE

[QUESTION] IS THERE ANY DESIGN FOR WALLET ADAPTER PAGE #43

Workflow file for this run

name: Issue Workflow
on:
issues:
types: ["opened"]
jobs:
issue-labeler:
name: Adding Label to Issue
runs-on: ubuntu-latest
steps:
- name: Auto Label Issue
uses: Renato66/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
ignore-comments: true
default-labels: '["Status: Triage"]'