Closed agatha197 closed 3 weeks ago
Add the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix.
You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.
[!WARNING] This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite. Learn more
main
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @agatha197 and the rest of your teammates on Graphite
This change is absorbed parents stack. I close this without merging.
Changes: Removes trailing periods from GraphQL version annotations across image-related queries. This affects:
@since(version: "24.09.1.")
→@since(version: "24.09.1")
@deprecatedSince(version: "24.09.1.")
→@deprecatedSince(version: "24.09.1")
Rationale: Standardizes version string format in GraphQL directives by removing unnecessary trailing periods, making version annotations more consistent.
Checklist: