Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Seam workspace scope #483

Merged
merged 8 commits into from
Jan 15, 2025
Merged

Document Seam workspace scope #483

merged 8 commits into from
Jan 15, 2025

Conversation

andrii-balitskyi
Copy link
Contributor

@andrii-balitskyi andrii-balitskyi commented Jan 14, 2025

Closes #461

@andrii-balitskyi andrii-balitskyi requested a review from a team as a code owner January 14, 2025 17:00
@seambot seambot requested a review from a team as a code owner January 14, 2025 17:01
@andrii-balitskyi andrii-balitskyi self-assigned this Jan 14, 2025
Copy link
Contributor

@DebbieAtSeam DebbieAtSeam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrii-balitskyi This looks so cool! Thanks!

@@ -34,6 +34,9 @@

{{#each authMethods}}
- {{this}}
{{#if (eq this 'Personal access token')}}
- {{#if (eq ../workspaceScope 'required')}}Must also include the `seam-workspace` header in the request{{/if}}{{#if (eq ../workspaceScope 'optional')}}Can also include the `seam-workspace` header in the request{{/if}}{{#if (eq ../workspaceScope 'none')}}Must omit the `seam-workspace` header from the request{{/if}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- {{#if (eq ../workspaceScope 'required')}}Must also include the `seam-workspace` header in the request{{/if}}{{#if (eq ../workspaceScope 'optional')}}Can also include the `seam-workspace` header in the request{{/if}}{{#if (eq ../workspaceScope 'none')}}Must omit the `seam-workspace` header from the request{{/if}}
- {{#if (eq ../workspaceScope 'required')}}Must also include the `seam-workspace` header in the request.{{/if}}{{#if (eq ../workspaceScope 'optional')}}Can also include the `seam-workspace` header in the request.{{/if}}{{#if (eq ../workspaceScope 'none')}}Must omit the `seam-workspace` header from the request.{{/if}}

Please add a period at the end of the statements for consistency with descriptions. Also, do you think it would look OK if we removed the nested bulleted list?
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! Here's the commit f495396

Copy link
Contributor Author

@andrii-balitskyi andrii-balitskyi Jan 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The statement wasn't rendering on a new line with the nested bullet point so I added the line break tag and it seems to work now. Let me know what you think.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrii-balitskyi Looks excellent to me! Many thanks!

@andrii-balitskyi andrii-balitskyi merged commit db282ec into main Jan 15, 2025
13 checks passed
@andrii-balitskyi andrii-balitskyi deleted the workspace-scope branch January 15, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document Seam workspace scope
4 participants