diff --git a/.github/workflows/callable-qa.yml b/.github/workflows/callable-qa.yml index c99746bb..76e04ac5 100644 --- a/.github/workflows/callable-qa.yml +++ b/.github/workflows/callable-qa.yml @@ -71,6 +71,13 @@ jobs: git switch pr git stash pop -q + - + name: Enable Automerge + if: "always() && steps.checkout.outcome == 'success'" + run: gh pr merge --auto --squash ${{ github.event.number }} + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Compute diff between recipe versions if: "always() && steps.checkout.outcome == 'success'"