From 7fead80a63fed390d525e19149dece59a0c1519c Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Wed, 10 Apr 2024 10:55:48 +0200 Subject: [PATCH] triggered up-to-date when auto-merge is enabled Linked actions so that, when auto-merge is enabled, it will trigger up-to-date to update every PR (including this one) Resolves paritytech/up-to-date-action#14 --- .github/workflows/up-to-date.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/up-to-date.yml b/.github/workflows/up-to-date.yml index fa0a65f460..de0af8e4b7 100644 --- a/.github/workflows/up-to-date.yml +++ b/.github/workflows/up-to-date.yml @@ -4,6 +4,9 @@ on: push: branches: - main + workflow_run: + workflows: [Auto Merge Bot] + types: [completed] jobs: updatePullRequests: