.github/workflows/flake-updates.yml: disable automerge

This commit is contained in:
zowoq 2023-09-30 09:28:55 +10:00
parent 7469c908d5
commit 0ecf0f61be

View file

@ -19,7 +19,8 @@ jobs:
uses: DeterminateSystems/update-flake-lock@v20
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
- name: Enable Automerge
run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
# disable temporarily, can be reenabled when hercules fork action is removed
#- name: Enable Automerge
# run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
# env:
# GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}