From 868ff3cea92f5887ff08beac9b3d9f06acbd2375 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Fri, 30 Jan 2026 10:09:44 +0000 Subject: [PATCH] Auto-bump checksums on last 3 branches (#12934) We now have all supported release branches (last 3) using the new checksums format, which means they all work with the auto-bump tooling. --- .github/workflows/upgrade-patch-versions-schedule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-patch-versions-schedule.yml b/.github/workflows/upgrade-patch-versions-schedule.yml index 175c6175b..6e9a36c3f 100644 --- a/.github/workflows/upgrade-patch-versions-schedule.yml +++ b/.github/workflows/upgrade-patch-versions-schedule.yml @@ -20,7 +20,7 @@ jobs: query get_release_branches($owner:String!, $name:String!) { repository(owner:$owner, name:$name) { refs(refPrefix: "refs/heads/", - first: 2, # TODO increment once we have release branch with the new checksums format + first: 3, query: "release-", orderBy: { field: ALPHABETICAL,