Merged
Conversation
mafredri
approved these changes
Nov 7, 2025
| - Starts a Coder Task using your specified template and preset | ||
| - Posts a single status comment on a GitHub issue | ||
| - Maps GitHub users to Coder users | ||
| - When creating a Coder task, you must specify the Github user ID as an input. |
Member
There was a problem hiding this comment.
Suggested change
| - When creating a Coder task, you must specify the Github user ID as an input. | |
| - When creating a Coder task, you must specify the Github username as an input. |
?
Member
Author
There was a problem hiding this comment.
We store the GitHub user ID in the users table and lookup based on that, not the username.
| - Posts a single status comment on a GitHub issue | ||
| - Maps GitHub users to Coder users | ||
| - When creating a Coder task, you must specify the Github user ID as an input. | ||
| - The action then queries the Coder deployment to find the Coder user associated with the given Github user ID. |
README.md
Outdated
| | coder-url | Coder deployment URL | true | - | | ||
| | coder-organization | Coder organization name | true | - | | ||
| | coder-task-name-prefix | Prefix for task name | true | - | | ||
| | coder-template-name | Coder template to use for workspace | true | - | |
Member
There was a problem hiding this comment.
IIRC our cli makes this optional if there only exists one task template. Open to leaving it required though.
Member
Author
There was a problem hiding this comment.
I think explicit is better than implicit in this particular use-case.
README.md
Outdated
| | github-issue-url | GitHub issue URL to link this task to | true | - | | ||
| | github-token | GitHub token for API operations | true | - | | ||
| | github-user-id | GitHub user ID to create task for | true | - | | ||
| | coder-template-preset | Template preset to use (optional) | false | - | |
Member
There was a problem hiding this comment.
What about template version id, expose?
Member
Author
There was a problem hiding this comment.
I might leave that until requested.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.