.github/workflows: remove automerge
This commit is contained in:
parent
db5fdfe682
commit
c52cfd3094
2 changed files with 0 additions and 9 deletions
.github/workflows
4
.github/workflows/flake-updates.yml
vendored
4
.github/workflows/flake-updates.yml
vendored
|
@ -18,7 +18,3 @@ jobs:
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
id: update
|
id: update
|
||||||
uses: DeterminateSystems/update-flake-lock@v24
|
uses: DeterminateSystems/update-flake-lock@v24
|
||||||
- name: Enable Automerge
|
|
||||||
run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
|
||||||
|
|
5
.github/workflows/repo-list.yml
vendored
5
.github/workflows/repo-list.yml
vendored
|
@ -30,8 +30,3 @@ 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
|
|
||||||
if: steps.update.outputs.pull-request-operation == 'created'
|
|
||||||
run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue