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.
This commit is contained in:
Max Gautier
2026-01-30 10:09:44 +00:00
committed by GitHub
parent 0b69a18e35
commit 868ff3cea9

View File

@@ -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,