mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-04 00:38:49 +03:00
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:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
query get_release_branches($owner:String!, $name:String!) {
|
query get_release_branches($owner:String!, $name:String!) {
|
||||||
repository(owner:$owner, name:$name) {
|
repository(owner:$owner, name:$name) {
|
||||||
refs(refPrefix: "refs/heads/",
|
refs(refPrefix: "refs/heads/",
|
||||||
first: 2, # TODO increment once we have release branch with the new checksums format
|
first: 3,
|
||||||
query: "release-",
|
query: "release-",
|
||||||
orderBy: {
|
orderBy: {
|
||||||
field: ALPHABETICAL,
|
field: ALPHABETICAL,
|
||||||
|
|||||||
Reference in New Issue
Block a user