From b8d7050e3d8972e15c3f67fbd77369d02117e16b Mon Sep 17 00:00:00 2001 From: Nat Dean-Lewis Date: Mon, 9 Mar 2026 16:53:23 +0000 Subject: [PATCH] CLDC-4236: clarify workflow dispatch description --- .github/workflows/review_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review_pipeline.yml b/.github/workflows/review_pipeline.yml index d126853bd..62cb384c4 100644 --- a/.github/workflows/review_pipeline.yml +++ b/.github/workflows/review_pipeline.yml @@ -8,7 +8,7 @@ on: pull_request_id: required: true type: string - description: "The pull request ID to deploy a review app for." + description: "The number of the PR for which to deploy a review app. Note: this is NOT the ticket number" permissions: {}