Skip to content

Raise action in entry doesn't work in simulation #91

Raise action in entry doesn't work in simulation

Raise action in entry doesn't work in simulation #91

name: Create new issues to Linear
on:
issues:
types: [opened]
jobs:
create-linear-issue:
runs-on: ubuntu-latest
steps:
- name: 'Create issue in Linear'
uses: seripap/[email protected]
with:
linear-key: ${{ secrets.LINEAR_API_TOKEN }}
linear-team-id: ${{ secrets.LINEAR_TEAM_ID }}
title: ${{ github.event.issue.title }}
body: ${{ github.event.issue.body }}
url: ${{ github.event.issue.html_url }}