mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
## Summary Updates the description for the "Use" role in the workspace sharing dropdown to explicitly mention that users with this permission can start and stop the workspace, not just read and access it. ## Changes - Updated the "Use" role description from "Can read and access this workspace." to "Can read, access, start, and stop this workspace." ## Context This clarification helps users understand the full scope of the "Use" permission, which includes `ActionWorkspaceStart` and `ActionWorkspaceStop` as defined in `coderd/database/db2sdk/db2sdk.go`. --- *Created on behalf of @geokat* Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>