waitroom/Update Linear Issue Status
A GitHub Action to update the status of Linear issues when PRs are merged.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| linear_api_token | The Linear API Token | yes | — |
| linear_team_key | The Linear Team Key | yes | — |
| to_state_id | Update Linear issue to status ID | yes | — |
| main_branch | Main branch which release branch merge into | yes | — |
| base_branch | Base branch for release branch | yes | — |
| fetch_depth | Number of commits to fetch. Default to 300 | no | 300 |
| pr_limit | Number of github PRs to fetch. Default to 40 | no | 40 |
| merge_commit_depth | Number of github merge commits in main_branch to linear id lookup. Default to 2. Be careful when setting more than 4 | no | 2 |
| dry_run | Whether to run in dry-run mode | no | true |
Outputs
no outputs