mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-07-12 04:07:06 -03:00
A PR touching only .github/policy/** matched none of the validate pull_request paths, so the required 'validate' check never ran via pull_request and sat Expected forever (a workflow_dispatch check run isn't associated with the PR, so it can't satisfy the gate). Mirrors the existing .github/workflows/** carve-out.