coder / coder/start-workspace-action

Use unique names for workspaces by default

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
5
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Right now, the default workspace name is `issue-${issue_number}`. This prevents users from starting two workspaces in parallel for the same issue, since each workspace must have a unique name.

We can address this by appending numbers to new workspaces with clashing names, like `issue-${issue_number}-2`. In contrast to appending a random suffix to each workspace name, this solution keeps the names clean and human-readable.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.