diff --git a/.github/workflows/zz_generated.fix_vulnerabilities.yaml b/.github/workflows/zz_generated.fix_vulnerabilities.yaml index 6030281..e9f6639 100644 --- a/.github/workflows/zz_generated.fix_vulnerabilities.yaml +++ b/.github/workflows/zz_generated.fix_vulnerabilities.yaml @@ -95,4 +95,4 @@ jobs: GITHUB_TOKEN: "${{ steps.generate_token.outputs.token }}" run: | gh pr create --title "Remediate Nancy findings" --body "Fix Nancy findings" --head ${{ steps.commit_changes.outputs.branch }} --base "${{ needs.gather_facts.outputs.branch }}" - gh pr merge --auto + gh pr merge --auto --squash