Skip to content

Add DAO as part of the tooling #4

Add DAO as part of the tooling

Add DAO as part of the tooling #4

Workflow file for this run

name: 'Add to DevRel 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@v1.0.0
with:
# add to DevRel Project #117
project-url: https://github.com/orgs/near/projects/117
github-token: ${{ secrets.GH_TOKEN }}