doc: add discovered intra-doc links and urls with usages within repo to rustdoc of near-sdk
#4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |