Skip to content

Conversation

@bechols
Copy link
Contributor

@bechols bechols commented Dec 23, 2025

What does this PR do?

Reverses the logic so that operations are correctly displayed as foreground or background.

@bechols bechols requested a review from a team as a code owner December 23, 2025 23:24
@vercel
Copy link

vercel bot commented Dec 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
temporal-documentation Ready Ready Preview, Comment Jan 5, 2026 4:25pm

@github-actions
Copy link
Contributor

github-actions bot commented Dec 23, 2025

📖 Docs PR preview links

This PR does not change any pages in /docs. If you make updates, links to the modified pages will appear here.

<DocsTableRow key={operation.operation}>
<NewDocsCell>{operation.operation}</NewDocsCell>
<NewDocsCell>{operation.description}</NewDocsCell>
<NewDocsCell>{operation.is_background == "TRUE" ? "Background" : "Foreground"}</NewDocsCell>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the relevant change - everything else is just spacing the editor auto-applied.

@brianmacdonald-temporal brianmacdonald-temporal merged commit 082b555 into main Jan 5, 2026
5 checks passed
@brianmacdonald-temporal brianmacdonald-temporal deleted the bechols/fix-operation-priority branch January 5, 2026 16:32
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.

4 participants