From 728647ff3ae053cc6cdb2a7af3ec54e496e87e3f Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Fri, 29 Aug 2025 11:15:06 +0100 Subject: [PATCH] Review approval trigger for check-review pipeline --- zuul.d/pipelines.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zuul.d/pipelines.yaml b/zuul.d/pipelines.yaml index c42ca88..54813d5 100644 --- a/zuul.d/pipelines.yaml +++ b/zuul.d/pipelines.yaml @@ -68,10 +68,14 @@ type: approved trigger: github: - # Run this pipeline on new/changed pull requests + # Run this pipeline on approved pull requests + - event: pull_request_review + action: submitted + state: + - approved + # Run this pipeline on changed pull requests - event: pull_request action: - - opened - changed - reopened # Run in response to a pull request comment "recheck"