File tree Expand file tree Collapse file tree
internal-production/projects/kargo-infra-common/base Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,3 +5,9 @@ approvers:
55- psturc
66- p8r-the-gr8
77- flacatus
8+
9+ reviewers:
10+
11+ - psturc
12+ - p8r-the-gr8
13+ - flacatus
Original file line number Diff line number Diff line change @@ -81,12 +81,13 @@ spec:
8181 - staging
8282 - automated-promotion
8383 - component/${{ vars.component }}
84- - uses : git-wait-for -pr
84+ - uses : git-merge -pr
8585 if : ${{ status('open-pr') != 'Errored' }}
86- as : wait-for -pr
86+ as : merge -pr
8787 config :
8888 repoURL : ${{ vars.repoURL }}
8989 prNumber : ${{ outputs['open-pr'].pr.id }}
90+ wait : true
9091 - uses : argocd-update
9192 as : argocd-update
9293 config :
9596 namespace : argocd-local
9697 sources :
9798 - repoURL : ${{ vars.repoURL }}
98- desiredRevision : ${{ outputs['wait-for -pr'].commit }}
99+ desiredRevision : ${{ outputs['merge -pr'].commit }}
You can’t perform that action at this time.
0 commit comments