Enable Automerge

This commit is contained in:
Nicolas Grekas
2022-02-15 16:47:48 +01:00
parent ce4b08db38
commit f2349cee18
+7
View File
@@ -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'"