44-pixels/Linear Status Transition
Transition lenear tickets status, adds labels
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 5, 2024
- License
- MIT
Pinned Snippet
uses: 44-pixels/linear-transition-action@e20730dc8a606dae6e21bc39845bed1dc4e01303 # v0.3.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Linear Personal API key | yes | — |
| team_key | One or more Linear's team key, usually issues are created with team key prefix, e.g. CHAT-137. Comma separated | yes | — |
| issue_identifiers | One or more issues to update, for example see ./github/workflows/ci.yml | no | — |
| filter_label | Substring of the label to filter issues by. Case sensitive. | no | — |
| add_labels | Labels names to add. Case sensitive. | no | — |
| remove_labels | Labels names to remove. Case sensitive. | no | — |
| transition_to | Name of the state you want issues to be transition to. Case sensitive. | no | — |
| transition_from | Whitelist of statuses the transition is allowed from. Case sensitive. | no | — |
Outputs
no outputs