coder/Coder Create Task
Create a Coder Task for a GitHub user, with support for issue commenting
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coder-task-prompt | Prompt/instructions to send to the task | yes | — |
| coder-token | Coder session token for authentication | yes | — |
| coder-url | Coder deployment URL | yes | — |
| coder-template-name | Coder template to use for workspace | yes | — |
| github-issue-url | GitHub issue URL to link this task to | yes | — |
| github-token | GitHub token for API operations | yes | — |
| github-user-id | GitHub user ID to create task for. If provided, `coder-username` must not be set. | no | — |
| coder-username | Coder username to create task for. If provided, github-user-id must not be set. Useful for automated workflows without a triggering user. | no | — |
| coder-organization | Coder organization name | no | default |
| coder-task-name-prefix | Prefix for task name | no | gh |
| coder-template-preset | Template preset to use (optional) | no | — |
| comment-on-issue | Whether to comment on the GitHub issue | no | true |
Outputs
| name | description |
|---|---|
| coder-username | The Coder username resolved from GitHub user |
| task-name | The task name |
| task-url | The URL to view the task in Coder |
| task-created | Whether the task was newly created (true) or already existed (false) |