pierreyoda/linear-automation-actions
GitHub Action to automate usage of the Linear application, an issue-tracking tool.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| performTestRun | Used internally for basic live testing. If 'true', will just log information (nothing confidential) and set empty outputs, with no Linear interaction at all. | no | — |
| githubPullRequestBranchName | Name of the Pull Request source branch, linking to the Linear issue. | yes | — |
| linearApiKey | Your Linear API Key (required). Keep it secret. | yes | — |
| linearCommentText | Text of tbe comment to add to the linked issue. In Markdown. | yes | — |
Outputs
| name | description |
|---|---|
| postedLinearCommentId | The ID of the Linear comment that was posted on the linked issue. |
| postedOnLinearIssueId | The linked Linear issue ID on which the comment was posted. |