From 0ee12e370fe52b3b3eaf766e148dc0ad90bbda6e Mon Sep 17 00:00:00 2001 From: "Leo J." <153937047+leiicamundi@users.noreply.github.com> Date: Mon, 23 Sep 2024 15:18:18 +0200 Subject: [PATCH] ignore self --- .github/workflows/automerge-global.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automerge-global.yml b/.github/workflows/automerge-global.yml index a1778cc..25e814b 100644 --- a/.github/workflows/automerge-global.yml +++ b/.github/workflows/automerge-global.yml @@ -63,6 +63,7 @@ jobs: if: env.skip == 'false' with: token: ${{ steps.generate-github-token.outputs.token }} + ignore_pattern: renovate-automerge / approve-and-auto-merge # due to a bug, this action does not work well with workflow call, we need to specify the name of the calling workflow delay: 30s # wait 30s before checking timeout: 10800 # 3 hours timeout