Skip to content

doc: move body of examples from near (gated under __macro_docs feature) module to #[near] macro doc (with link) #28

doc: move body of examples from near (gated under __macro_docs feature) module to #[near] macro doc (with link)

doc: move body of examples from near (gated under __macro_docs feature) module to #[near] macro doc (with link) #28

name: 'Add to DevTools 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/[email protected]
with:
# add to DevTools Project #156
project-url: https://github.com/orgs/near/projects/156
github-token: ${{ secrets.GH_TOKEN }}