Remove auto merge step

This commit is contained in:
Gabriel Augendre 2023-01-30 15:23:10 +01:00
parent 32545561ca
commit 88fdc1ab45

View file

@ -37,9 +37,3 @@ jobs:
branch: update-dependencies
title: Update dependencies
delete-branch: true
- name: Enable auto merge
if: steps.create-pull-request.outputs.pull-request-operation == 'created'
uses: peter-evans/enable-pull-request-automerge@v2
with:
# Can't use the fine-grained token here because they don't have access to the GraphQL API.
pull-request-number: ${{ steps.create-pull-request.outputs.pull-request-number }}