mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
fix(ci): scope maintainer activity helper checks (#130790)
This commit is contained in:
committed by
GitHub
parent
fa19150155
commit
63dcd40724
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user