Remove the need of having nestedNodes
inside NodeData
#457
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: Move new issues into Project | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
track_issue: | |
uses: specklesystems/github-actions/.github/workflows/project-add-issue.yml@main | |
secrets: inherit | |
with: | |
issue-id: ${{ github.event.issue.node_id }} | |
project-number: 12 |