494e307083
* Updated github actions to use our actions repo * fix: added project num input and EOL
14 lines
283 B
YAML
14 lines
283 B
YAML
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
|