Skip to content

Bug: machine with unconventional targets can be imported/exported but breaks editor #109

Bug: machine with unconventional targets can be imported/exported but breaks editor

Bug: machine with unconventional targets can be imported/exported but breaks editor #109

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 }}