From cfec4541b9e05e1889b85a704db963a97529e7f9 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 21:17:02 +0000 Subject: [PATCH] Add $PROMPT variable to issue_body description in CI docs --- fern/pages/docs/get-started/ci.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/pages/docs/get-started/ci.mdx b/fern/pages/docs/get-started/ci.mdx index 4a040c4..383bd7a 100644 --- a/fern/pages/docs/get-started/ci.mdx +++ b/fern/pages/docs/get-started/ci.mdx @@ -119,7 +119,7 @@ jobs: |-------|---------|-------------| | `create_issue_on_fail` | `false` | Create an issue if tests fail | | `issue_title` | `Doc Detective Failure` | Issue title | -| `issue_body` | See default | Issue body (`$RESULTS` inserts test results, `$RUN_URL` inserts workflow URL) | +| `issue_body` | See default | Issue body (`$RESULTS` inserts test results, `$RUN_URL` inserts workflow URL, `$PROMPT` inserts the prompt text) | | `issue_labels` | `doc-detective` | Comma-separated labels | | `issue_assignees` | None | Comma-separated usernames to assign | | `integrations` | None | Comma-separated integrations to trigger (see [Integrations](/docs/get-started/integrations)) |