From e9f0628555396c17981e7790bfc427e5e16833e6 Mon Sep 17 00:00:00 2001 From: Luis Neto Date: Fri, 31 Oct 2025 14:03:45 +0000 Subject: [PATCH] chore: add claude review * chore: add claude review --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a0ab560..02db7216 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ default: VAULT_ID_TOKEN: aud: https://vault.cfdata.org -stages: [sync, pre-build, build, validate, test, package, release] +stages: [sync, pre-build, build, validate, test, package, release, review] include: ##################################################### @@ -44,3 +44,10 @@ include: ################# Release Packages ################## ##################################################### - local: .ci/release.gitlab-ci.yml + + ##################################################### + ############## Manual Claude Review ################# + ##################################################### + - component: $CI_SERVER_FQDN/cloudflare/ci/ai/review@~latest + inputs: + whenToRun: "manual"