feat: add merge method configuration for pull requests in orch-promotion-template.yaml
This commit is contained in:
@@ -56,7 +56,7 @@ spec:
|
||||
repoURL: ${{ vars.repoUrl }}
|
||||
provider: "gitea"
|
||||
prNumber: ${{ task.outputs['open-pr'].pr.id }}
|
||||
mergeMethod: "rebase"
|
||||
mergeMethod: "squash"
|
||||
wait: true
|
||||
- uses: git-wait-for-pr
|
||||
if: "${{ status('open-pr') != 'Skipped'}}"
|
||||
|
||||
Reference in New Issue
Block a user