Configure Linear CI/CD integration with GitHub Actions and testing. Use when setting up automated testing, configuring CI pipelines, or integrating Linear sync into your build process. Trigger with...
Add deterministic CI coverage around a Linear integration while keeping ordinary pull-request tests offline and production writes explicitly gated.
Use Read, Glob, and Grep to inspect code, configuration, and evidence. Use WebFetch only for current first-party Linear documentation and package metadata. Use Write or Edit only for requested implementation with known target files. Never write credentials, customer content, unrestricted environment output, or unredacted GraphQL variables.
errors array and mutation payload.Use a personal API key only for owner-controlled scripts, OAuth with PKCE for user-delegated applications, or an enabled client-credentials grant for approved automation. Personal keys use Authorization: <API_KEY>; OAuth tokens use Authorization: Bearer <ACCESS_TOKEN>. Store credentials server-side in an approved secret manager.
Treat app approval, team access, scope changes, credential creation, rotation, revocation, and production access as owner-approved actions.
errors, expected payload fields, and rate-limit headers; preserve only redacted receipts.Do not create, reveal, rotate, or revoke credentials; authorize an OAuth app; change scopes or team access; create, mutate, archive, or delete workspace data; configure or re-enable webhooks; import or export data; change roles, SCIM, or audit streaming; transmit diagnostics; change paid entitlements; or perform another production mutation without explicit approval from the accountable owner. Keep diagnosis read-only unless implementation was requested.
Return the workspace and team scope, auth mode without credential value, files and contracts inspected, exact operation names, evidence collected, validation result, sensitive fields redacted, remaining risk, accountable owner, approval state, and rollback or next action.
| Condition | Response |
|---|---|
| Fixture/schema drift | Refresh from a redacted approved response and review the semantic change. |
| 401 in protected job | Discard the token, verify app access, and obtain a new per-run token. |
| GraphQL errors | Fail the job even when HTTP is 200; report code and path without sensitive variables. |
| Mutation may repeat | Stop and add an idempotency or reconciliation contract before retrying. |
Use a compact handoff that makes scope, mutation authority, and verification evidence reviewable.
Input:
mode=contract-test; live-probe=read-only; mutation-job=approval-gated
Expected handoff:
offline=pass; live-auth=separate; graphql-errors=checked; secrets=redacted