Skip to content

Conversation

github-actions[bot]
Copy link

Closes #276

Applied changes based on Issue #276.

I’ve added a debug log inside the --fetch handling to print out all URLs detected in the prompt. Now when you run with --fetch, you’ll see a message like:

“Matched URLs for --fetch: https://example.com/foo, https://example.org/bar”

Details:

• In src/github/action.ts, inside the if (includeFetch) block
• Right after extracting urls = userPrompt.match(...)
• Emit core.info(Matched URLs for --fetch: ${urls.join(', ')});

Let me know if you’d like any tweaks (e.g. JSON formatting, additional context, etc.).

@YiweiShen YiweiShen merged commit 63cc90f into main Jun 26, 2025
@YiweiShen YiweiShen deleted the codez-chore-276-feat-action-print-matched-urls-in-includefetch branch June 26, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In includeFetch print out the matched URLs

1 participant