neo4j/Linear Traceability GitHub Action
Verifies that pull requests are linked to a Linear issue via the Linear API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| global_verification_strategy | One of linked, disabled. | no | linked |
| github_api_token | API token for GitHub. Use GitHub secrets, do not paste plaintext. | yes | — |
| linear_api_key | Linear API personal access token (Settings → API). Required when global_verification_strategy is 'linked'. Use GitHub secrets, do not paste plaintext. | no | — |
| target_branches | Newline-separated list of base branches the action should run against. PRs whose base branch is not in the list are reported as success without contacting Linear. Empty (default) means run against all base branches. Useful when the consumer workflow cannot use the workflow-level `branches:` filter — e.g. so that changing the base branch of a PR re-paints the check status to green. | no | "" |
Outputs
no outputs