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