Revert ".github/workflows/flake-updates.yml: disable automerge"
This reverts commit 0ecf0f61be
.
This commit is contained in:
parent
7cbbd51745
commit
f75a7ead75
1 changed files with 4 additions and 5 deletions
9
.github/workflows/flake-updates.yml
vendored
9
.github/workflows/flake-updates.yml
vendored
|
@ -17,8 +17,7 @@ jobs:
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
id: update
|
id: update
|
||||||
uses: DeterminateSystems/update-flake-lock@v20
|
uses: DeterminateSystems/update-flake-lock@v20
|
||||||
# disable temporarily, can be reenabled when hercules fork action is removed
|
- name: Enable Automerge
|
||||||
#- name: Enable Automerge
|
run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
||||||
# run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
env:
|
||||||
# env:
|
GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||||
# GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue