Skip to content

help!!!!

help!!!! #13

name: Add issues to project
on:
issues:
types:
- opened
jobs:
add-to-linear:
name: Add issue to Linear
runs-on: ubuntu-latest
steps:
- uses: jamesacklin/linear-app-create-issue-action@v1
with:
issueTitle: ${{ github.event.issue.title }}
issueContent: ${{ github.event.issue.body }}
apiKey: ${{ secrets.YOUR_API_TOKEN_OF_LINEAR_APP }}
teamId: ${{ secrets.YOUR_TEAM_ID_OF_LINEAR_APP }}
stateId: ${{ secrets.YOUR_STATE_ID_OF_LINEAR_APP }}