[WIP] Add configuration to disable Wrangler output in comment#779
[WIP] Add configuration to disable Wrangler output in comment#779Claude wants to merge 4 commits into
Conversation
|
Agent-Logs-Url: https://github.com/andykenward/github-actions-cloudflare-pages/sessions/f1038bad-2b83-4bcb-bca5-2db7885806a1 Co-authored-by: andykenward <4893048+andykenward@users.noreply.github.com>
Cloudflare Pages DeploymentEvent Name: pull_request Wrangler Output⛅️ wrangler 4.86.0 ✨ Uploading _headers |
Add optional input to disable Wrangler CLI output in GitHub PR comments. Users can now set comment-disable-wrangler-output: true to hide the Wrangler output section from deployment comments while keeping the deployment URL and other metadata. - Add comment-disable-wrangler-output input to action.yml - Add INPUT_KEY_COMMENT_DISABLE_WRANGLER_OUTPUT constant - Update useCommonInputs to parse boolean input - Modify addComment to conditionally include Wrangler output - Add tests for new input behavior - Update README.md with new input documentation - Add getBooleanInput mock for tests - Set default value in vitest.setup.ts Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Agent-Logs-Url: https://github.com/andykenward/github-actions-cloudflare-pages/sessions/f1038bad-2b83-4bcb-bca5-2db7885806a1 Co-authored-by: andykenward <4893048+andykenward@users.noreply.github.com>
Cloudflare Pages DeploymentEvent Name: pull_request Wrangler Output⛅️ wrangler 4.86.0 ✨ Uploading _headers |
There was a problem hiding this comment.
@claude[agent] revert this change to pnpm-workspace.yaml
There was a problem hiding this comment.
Reverted in commit 656c0e1. The file now has its original configuration with allowBuilds set to false and minimumReleaseAge preserved.
Revert unintended change to pnpm-workspace.yaml that was made during initial setup. The file should maintain its original configuration with allowBuilds set to false and minimumReleaseAge preserved. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Agent-Logs-Url: https://github.com/andykenward/github-actions-cloudflare-pages/sessions/e28dcb23-3378-4a11-8745-ccd30778e8d6 Co-authored-by: andykenward <4893048+andykenward@users.noreply.github.com>
Cloudflare Pages DeploymentEvent Name: pull_request Wrangler Output⛅️ wrangler 4.86.0 ✨ Uploading _headers |
Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.