From aec078bdc1aac13fc077e52fbf2479b74f874962 Mon Sep 17 00:00:00 2001 From: freearhey Date: Mon, 8 Feb 2021 14:05:46 +0300 Subject: [PATCH] Rename to auto-update --- .github/workflows/{autoupdate.yml => auto-update.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{autoupdate.yml => auto-update.yml} (98%) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/auto-update.yml similarity index 98% rename from .github/workflows/autoupdate.yml rename to .github/workflows/auto-update.yml index 3c97d97cec..33afa4084a 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/auto-update.yml @@ -1,4 +1,4 @@ -name: autoupdate +name: auto-update on: workflow_dispatch: schedule: @@ -68,7 +68,7 @@ jobs: labels: automerge body: | This pull request is auto-generated by GitHub action. - merge-update-readme: + merge-readme: runs-on: ubuntu-latest needs: update-readme steps: