Linear CI Integration Overview Integrate Linear into GitHub Actions CI/CD pipelines: run integration tests against the Linear API, automatically link PRs to issues, transition issue states on PR events, and create Linear issues from build failures. Prerequisites - GitHub repository with Actions enabled - Linear API key stored as GitHub secret - npm/pnpm project with configured Instructions Step 1: Store Secrets in GitHub Step 2: Integration Test Workflow Step 3: Integration Test Suite Step 4: PR-to-Issue Linking Workflow Automatically update Linear issues when PRs are opened, merged, or close…