object-loader
causes Out of Memory error on some large 2.16 Revit streams when reading from indexedDB
#451
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 |