.github/workflows: disable automerge
This commit is contained in:
parent
dd242e466a
commit
ac3afe1e8b
2 changed files with 9 additions and 9 deletions
.github/workflows
8
.github/workflows/flake-updates-input.yml
vendored
8
.github/workflows/flake-updates-input.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: DeterminateSystems/update-flake-lock@v20
|
uses: DeterminateSystems/update-flake-lock@v20
|
||||||
with:
|
with:
|
||||||
inputs: ${{ inputs.flakeInput }}
|
inputs: ${{ inputs.flakeInput }}
|
||||||
- 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 }}
|
||||||
|
|
10
.github/workflows/repo-list.yml
vendored
10
.github/workflows/repo-list.yml
vendored
|
@ -30,8 +30,8 @@ jobs:
|
||||||
commit-message: ${{ steps.setup.outputs.title }}
|
commit-message: ${{ steps.setup.outputs.title }}
|
||||||
title: ${{ steps.setup.outputs.title }}
|
title: ${{ steps.setup.outputs.title }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Enable Automerge
|
#- name: Enable Automerge
|
||||||
if: steps.update.outputs.pull-request-operation == 'created'
|
# if: steps.update.outputs.pull-request-operation == 'created'
|
||||||
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