Update autoupdate.yml

This commit is contained in:
freearhey 2021-02-08 13:55:24 +03:00
parent 9ac2464461
commit a7dab83756
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
labels: automerge
body: |
This pull request is auto-generated by GitHub action.
automerge:
merge-format:
runs-on: ubuntu-latest
needs: format
steps:
@ -33,7 +33,7 @@ jobs:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
generate:
runs-on: ubuntu-latest
needs: automerge
needs: merge-format
steps:
- name: Checkout
uses: actions/checkout@v2
@ -68,7 +68,7 @@ jobs:
labels: automerge
body: |
This pull request is auto-generated by GitHub action.
automerge:
merge-update-readme:
runs-on: ubuntu-latest
needs: update-readme
steps: