Merged
Conversation
- Remove prepare script and lint-staged block from package.json - Make .husky/pre-commit branch-aware (only runs lint-staged on trunk) - Add custom merge driver in .gitattributes to protect package.json during merges
Add GitHub Actions workflow that uses anthropics/claude-code-action to automatically review pull requests. Reviews cover code quality, security, performance, and WordPress/Directorist coding standards. Also adds CLAUDE.md with comprehensive project architecture documentation for AI-assisted reviews. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The claude-code-action requires id-token: write permission to fetch an OIDC token for GitHub authentication. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Switch from pull_request to pull_request_target so fork PRs have access to repo secrets and OIDC tokens - Pass github_token explicitly to skip OIDC token generation - Checkout PR head SHA explicitly for correct code review context Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PRs in this repo target the development branch, not trunk. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Build: Add automated Claude Code PR review workflow
…into development
…not rendering wp_kses_post strips <input> tags, causing the checkbox to be silently removed while the label remained. Extended the allowlist to permit input with safe attributes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Reformatted multi-line wp_kses call to comply with PEAR function call signature and Generic array indentation standards. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ntation PHPCS cannot correctly handle multi-line PHP inside a JS template literal. Moved $allowed_tags computation before the <script> block so the inline PHP reduces to a single echo statement. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix: use wp_kses with input allowlist to fix email verified checkbox …
Fix: CSV import fails to download images from extension-less CDN URLs (e.g. logo.dev)
Readme updated
update pakage file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Type
What kind of change does this PR introduce?
Description
How to reproduce the issue or how to test the changes
Any linked issues
Fixes #
Checklist