.github/workflows/flake-updates.yml: disable automerge
This commit is contained in:
parent
4bbf4f01b9
commit
496402ccb9
1 changed files with 4 additions and 4 deletions
8
.github/workflows/flake-updates.yml
vendored
8
.github/workflows/flake-updates.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Update flake.lock
|
||||
id: update
|
||||
uses: DeterminateSystems/update-flake-lock@v20
|
||||
- name: Enable Automerge
|
||||
run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
||||
env:
|
||||
GH_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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue