From 5ac0f5476ba3bd2e33549ebb8fe1558617cabd7a Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 27 Oct 2024 00:21:44 +0200 Subject: [PATCH] fix(clustertool): remove dependency on specific workflow for automerge --- .../generic/root/DOTREPLACEgithub/workflows/automerge.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/automerge.yaml b/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/automerge.yaml index 6421c10c6f9..9467497248f 100644 --- a/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/automerge.yaml +++ b/clustertool/embed/generic/root/DOTREPLACEgithub/workflows/automerge.yaml @@ -2,7 +2,8 @@ name: Automerge and Approve on: workflow_run: - workflows: ["Pull Request: Validate"] # Name of the main CI workflow + # If you want to filter based on a specific finisher workflow, add here + # workflows: ["Pull Request: Validate"] # Name of the main CI workflow types: - completed