Files
claude-plugins-official/.github
Bryan Thompson ff9f97e6be fix(ci): validate paths filter misses .github/bump-tracking.json (#5256)
A PR that only edits .github/bump-tracking.json matched none of the
validate workflow's pull_request paths, so the required check sat
"Expected - Waiting for status to be reported" forever and the PR could
never merge. A workflow_dispatch run on the PR head does not satisfy the
gate either, since the merge box only counts pull_request check suites.

Same class already fixed in this file for .github/workflows/**,
.github/policy/**, and plugin README/asset paths.
2026-08-13 09:53:10 -07:00
..