.github/workflows/repo-list.yml: fix
This commit is contained in:
parent
df3458c4c1
commit
43d806e3fe
1 changed files with 1 additions and 0 deletions
1
.github/workflows/repo-list.yml
vendored
1
.github/workflows/repo-list.yml
vendored
|
@ -29,6 +29,7 @@ jobs:
|
|||
title: ${{ steps.setup.outputs.title }}
|
||||
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