fix(ci): scope maintainer activity helper checks (#130790)

This commit is contained in:
Peter Steinberger
2026-08-27 00:45:54 -07:00
committed by GitHub
parent fa19150155
commit 63dcd40724
4 changed files with 136 additions and 20 deletions
+3
View File
@@ -16,6 +16,9 @@ const SURFACE_PATTERNS = [
["app", /^(?:apps\/|Swabble\/|appcast\.xml$)/u],
["rootTest", /^test\//u],
["testFixture", /^test-fixtures\//u],
// This hidden helper only reports maintainer activity; it has no product consumers.
// Match the reviewed leaf exactly so unreviewed skill executables still fail safe.
["rootTooling", /^\.agents\/skills\/openclaw-pr-maintainer\/scripts\/github-activity\.sh$/u],
[
"rootTooling",
/^(?:scripts\/|test\/vitest\/|\.github\/|\.vscode\/|config\/|deploy\/|git-hooks\/|Dockerfile\.sandbox(?:-(?:browser|common))?$|Makefile$|docker-setup\.sh$|setup-podman\.sh$|openclaw\.podman\.env$|skills\/pyproject\.toml$|vitest(?:\..+)?\.config\.ts$|tsconfig.*\.json$|\.dockerignore$|\.gitignore$|\.jscpd\.json$|\.npmignore$|\.pre-commit-config\.yaml$|\.swiftformat$|\.swiftlint\.yml$|\.oxlint.*|\.oxfmt.*)/u,