sandgardenhq/Load Linear Issues
Extract Linear issue references from Git commits for use in downstream actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| linear-api-key | Linear API key for authentication | yes | — |
| team-keys | Comma-separated list of Linear team keys to filter (e.g., "ENG,PROD"). If not specified, all accessible teams are used. | no | — |
| output-file | Path to write the JSON output artifact | no | linear-issues.json |
| releases-count | Number of recent release tags to include commits from | no | — |
| time-range-start | ISO 8601 timestamp for start of time range (requires time-range-end) | no | — |
| time-range-end | ISO 8601 timestamp for end of time range (requires time-range-start) | no | — |
| commits-count | Number of most recent commits to scan | no | — |
| commits-since-sha | Scan all commits after this SHA (exclusive) | no | — |
| commits-shas | Comma-separated list of specific commit SHAs to scan | no | — |
| commits-start-sha | Start SHA for commit range (requires commits-end-sha or defaults to HEAD) | no | — |
| commits-end-sha | End SHA for commit range (defaults to HEAD) | no | — |
| include-start-commit | Include the start commit in range (default: false) | no | false |
| tags-start | Start tag for tag range | no | — |
| tags-end | End tag for tag range (defaults to HEAD) | no | — |
Outputs
| name | description |
|---|---|
| issue-keys | Comma-separated list of Linear issue keys found |
| issue-links | Comma-separated list of Linear issue URLs |
| issue-count | Number of unique Linear issues found |