monarchengineering/linear-status-action
Updates Linear ticket status based on PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 23, 2022
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: monarchengineering/linear-status-action@19c26ec019ab2147f51add5c2ce051177fc3e98e # v0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| pr-ids | Array of pull request identifiers (as a JSON string) | yes | [] |
| state-id-by-team | A map of teams to state IDs. Update issues in the team to that state | yes | — |
| skip-issues-in-states | Array of state IDs. Don't update issues in these states | no | [] |
| githubToken | Github token to query for comments in PRs | yes | — |
| linearToken | Linear API token | yes | — |
| dry-run | If true, will only query Linear and not make any modifications | no | false |
Outputs
no outputs