From 11b4cfa2003ace86c9f4596f33f6b3f46b20c780 Mon Sep 17 00:00:00 2001 From: centdix <40307056+centdix@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:23:20 +0200 Subject: [PATCH] nit prompt (#6651) --- .github/workflows/git-commands.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/git-commands.yaml b/.github/workflows/git-commands.yaml index 6307a341b3..b866d9b0f9 100644 --- a/.github/workflows/git-commands.yaml +++ b/.github/workflows/git-commands.yaml @@ -142,7 +142,7 @@ jobs: 1. Extract the Cloudflare preview URL from the cloudflare-workers-and-pages bot comment in this PR 2. Analyze the PR changes to understand what feature was added/modified - 3. Create detailed demo instructions showing how to showcase the new feature + 3. Create detailed instructions to give to an AI agent that will click and interact with buttons and inputs to showcase the new feature. Only include the instructions, nothing else. 4. Create a demo.json file with a valid JSON object containing: - instructions: the demo instructions - url: the preview URL @@ -151,7 +151,7 @@ jobs: Example demo.json: { - "instructions": "Instructions here", + "instructions": "Click on settings, then account settings, then 'generate new token'", "url": "https://example.pages.dev" }