From 66516e6916af1b1e29df13d870f775f5c7ce43c2 Mon Sep 17 00:00:00 2001 From: raiper34 Date: Sat, 1 Feb 2025 16:21:47 +0100 Subject: [PATCH] ci(github-actions): add automatic ytdl update into github actions --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 7e3e3b8..4363023 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -8,7 +8,7 @@ permissions: jobs: automerge: runs-on: ubuntu-latest - if: github.actor == 'github-actions' + if: github.ref_name == 'ytdl-update-automated' steps: - uses: peter-evans/enable-pull-request-automerge@v3 with: