The ability to share streams publicly should be toggleable by the admin #429
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: Update issue Status | |
on: | |
issues: | |
types: [closed] | |
jobs: | |
update_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 |