Skip to content

[Task] Create simple helper functions for wallet-selector #4

[Task] Create simple helper functions for wallet-selector

[Task] Create simple helper functions for wallet-selector #4

name: 'Add to Project'
on:
issues:
types:
- opened
- reopened
pull_request:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add issue/PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
# add to DevRel Project #117
project-url: https://github.com/orgs/near/projects/117
github-token: ${{ secrets.GH_TOKEN }}