Skip to content

Drafting new workflow #1

Drafting new workflow

Drafting new workflow #1

on:

Check failure on line 1 in .github/workflows/pr-link-linear.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-link-linear.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: link-to-linear
pull_request:
types: [edited]
jobs:
link-to-linear:
runs:
on: ubuntu-latest
using: "node22"
run: >
| npm install tsx -g
| tsx ./scripts/pr-link-linear.mts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINEAR_TOKEN: ${{ secrets.LINEAR_TOKEN }}