Max Gautier
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.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: 0, # TODO increment once we have release branch with the new checksums format |
|
|
|
first: 1, # TODO increment once we have release branch with the new checksums format |
|
|
|
query: "release-", |
|
|
|
orderBy: { |
|
|
|
field: ALPHABETICAL, |
|
|
|