mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Enable Automerge
This commit is contained in:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user