Skip to content

Fix input types (u -> U) #3

Fix input types (u -> U)

Fix input types (u -> U) #3

Workflow file for this run

name: 'Add to DevRel Project'
on:
issues:
types:
- opened
- reopened
pull_request_target:
types:
- opened
- reopened
jobs:
add-to-project:
name: Add issue/PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# add to DevRel Project #117
project-url: https://github.com/orgs/near/projects/117
github-token: ${{ secrets.PROJECT_GH_TOKEN }}