Enable hash updates on 2.28 (2 latest releases) (#12801)

This commit is contained in:
Max Gautier 2025-12-19 09:30:36 +00:00 committed by GitHub
parent 20693afe82
commit bcdd702e19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: 1, # TODO increment once we have release branch with the new checksums format
first: 2, # TODO increment once we have release branch with the new checksums format
query: "release-",
orderBy: {
field: ALPHABETICAL,