From f2349cee1811aaadb45586bf7ce3e724ce9b81b1 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 15 Feb 2022 16:45:40 +0100 Subject: [PATCH] Enable Automerge --- .github/workflows/callable-qa.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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'"