v2.0.5 — fix author_association skip bug
Fix
contains(fromJSON('["OWNER","MEMBER","COLLABORATOR"]'), X) was silently evaluating to false in the reusable-workflow job-level if:, causing v2.0.3/v2.0.4 to skip all runs for valid insider PRs. Replaced with explicit string equality.
Caller pin line
uses: praetorian-inc/public-workflows/.github/workflows/claude-code.yml@37b9b30d48f40522305e01a1ea5eaf32bc346d7a # v2.0.5All callers on v2.0.3/v2.0.4 should bump to v2.0.5 to actually get Claude reviewing PRs. No semantic changes — just the skip bug.