From 3398ab23a9bfd2afa907c5a949b0905775925e97 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sat, 20 Dec 2025 12:19:04 +0000 Subject: [PATCH] Update comments in sync_typeshed.yaml workflow (#22109) --- .github/workflows/sync_typeshed.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sync_typeshed.yaml b/.github/workflows/sync_typeshed.yaml index 613eaa058f..7995deab68 100644 --- a/.github/workflows/sync_typeshed.yaml +++ b/.github/workflows/sync_typeshed.yaml @@ -16,8 +16,7 @@ name: Sync typeshed # 3. Once the Windows worker is done, a MacOS worker: # a. Checks out the branch created by the Linux worker # b. Syncs all docstrings available on MacOS that are not available on Linux or Windows -# c. Attempts to update any snapshots that might have changed -# (this sub-step is allowed to fail) +# c. Formats the code again # d. Commits the changes and pushes them to the same upstream branch # e. Creates a PR against the `main` branch using the branch all three workers have pushed to # 4. If any of steps 1-3 failed, an issue is created in the `astral-sh/ruff` repository