Some checks failed
CI / docs-scope (push) Has been cancelled
CI / secrets (push) Has been cancelled
CI / ios (push) Has been cancelled
Docker Release / validate_manual_backfill (push) Has been cancelled
Install Smoke / docs-scope (push) Has been cancelled
Sandbox Common Smoke / sandbox-common-smoke (push) Has been cancelled
Workflow Sanity / no-tabs (push) Has been cancelled
Workflow Sanity / actionlint (push) Has been cancelled
Workflow Sanity / config-docs-drift (push) Has been cancelled
CI / changed-scope (push) Has been cancelled
CI / build-artifacts (push) Has been cancelled
CI / release-check (push) Has been cancelled
CI / checks (pnpm canvas:a2ui:bundle && bunx vitest run --config vitest.unit.config.ts, bun, test) (push) Has been cancelled
CI / checks (pnpm canvas:a2ui:bundle && pnpm test, node, 2, 1, test) (push) Has been cancelled
CI / checks (pnpm canvas:a2ui:bundle && pnpm test, node, 2, 2, test) (push) Has been cancelled
CI / checks (pnpm protocol:check, node, protocol) (push) Has been cancelled
CI / checks (pnpm test:channels, node, channels) (push) Has been cancelled
CI / checks (pnpm test:extensions, node, extensions) (push) Has been cancelled
CI / check (push) Has been cancelled
CI / startup-memory (push) Has been cancelled
CI / check-docs (push) Has been cancelled
CI / compat-node22 (push) Has been cancelled
CI / skills-python (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 1, test) (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 2, test) (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 3, test) (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 4, test) (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 5, test) (push) Has been cancelled
CI / checks-windows (pnpm test, node, 6, 6, test) (push) Has been cancelled
CI / macos (push) Has been cancelled
CI / android (./gradlew --no-daemon :app:assembleDebug, build) (push) Has been cancelled
CI / android (./gradlew --no-daemon :app:testDebugUnitTest, test) (push) Has been cancelled
Docker Release / approve_manual_backfill (push) Has been cancelled
Docker Release / build-amd64 (push) Has been cancelled
Docker Release / build-arm64 (push) Has been cancelled
Docker Release / create-manifest (push) Has been cancelled
Install Smoke / install-smoke (push) Has been cancelled
55 lines
2.5 KiB
Plaintext
55 lines
2.5 KiB
Plaintext
# Protect the ownership rules themselves.
|
|
/.github/CODEOWNERS @steipete
|
|
|
|
# WARNING: GitHub CODEOWNERS uses last-match-wins semantics.
|
|
# If you add overlapping rules below the secops block, include @openclaw/secops
|
|
# on those entries too or you can silently remove required secops review.
|
|
# Security-sensitive code, config, and docs require secops review.
|
|
/SECURITY.md @openclaw/secops
|
|
/.github/dependabot.yml @openclaw/secops
|
|
/.github/codeql/ @openclaw/secops
|
|
/.github/workflows/codeql.yml @openclaw/secops
|
|
/src/security/ @openclaw/secops
|
|
/src/secrets/ @openclaw/secops
|
|
/src/config/*secret*.ts @openclaw/secops
|
|
/src/config/**/*secret*.ts @openclaw/secops
|
|
/src/gateway/*auth*.ts @openclaw/secops
|
|
/src/gateway/**/*auth*.ts @openclaw/secops
|
|
/src/gateway/*secret*.ts @openclaw/secops
|
|
/src/gateway/**/*secret*.ts @openclaw/secops
|
|
/src/gateway/security-path*.ts @openclaw/secops
|
|
/src/gateway/resolve-configured-secret-input-string*.ts @openclaw/secops
|
|
/src/gateway/protocol/**/*secret*.ts @openclaw/secops
|
|
/src/gateway/server-methods/secrets*.ts @openclaw/secops
|
|
/src/agents/*auth*.ts @openclaw/secops
|
|
/src/agents/**/*auth*.ts @openclaw/secops
|
|
/src/agents/auth-profiles*.ts @openclaw/secops
|
|
/src/agents/auth-health*.ts @openclaw/secops
|
|
/src/agents/auth-profiles/ @openclaw/secops
|
|
/src/agents/sandbox.ts @openclaw/secops
|
|
/src/agents/sandbox-*.ts @openclaw/secops
|
|
/src/agents/sandbox/ @openclaw/secops
|
|
/src/infra/secret-file*.ts @openclaw/secops
|
|
/src/cron/stagger.ts @openclaw/secops
|
|
/src/cron/service/jobs.ts @openclaw/secops
|
|
/docs/security/ @openclaw/secops
|
|
/docs/gateway/authentication.md @openclaw/secops
|
|
/docs/gateway/sandbox-vs-tool-policy-vs-elevated.md @openclaw/secops
|
|
/docs/gateway/sandboxing.md @openclaw/secops
|
|
/docs/gateway/secrets-plan-contract.md @openclaw/secops
|
|
/docs/gateway/secrets.md @openclaw/secops
|
|
/docs/gateway/security/ @openclaw/secops
|
|
/docs/cli/approvals.md @openclaw/secops
|
|
/docs/cli/sandbox.md @openclaw/secops
|
|
/docs/cli/security.md @openclaw/secops
|
|
/docs/cli/secrets.md @openclaw/secops
|
|
/docs/reference/secretref-credential-surface.md @openclaw/secops
|
|
/docs/reference/secretref-user-supplied-credentials-matrix.json @openclaw/secops
|
|
|
|
# Release workflow and its supporting release-path checks.
|
|
/.github/workflows/openclaw-npm-release.yml @openclaw/openclaw-release-managers
|
|
/docs/reference/RELEASING.md @openclaw/openclaw-release-managers
|
|
/scripts/openclaw-npm-publish.sh @openclaw/openclaw-release-managers
|
|
/scripts/openclaw-npm-release-check.ts @openclaw/openclaw-release-managers
|
|
/scripts/release-check.ts @openclaw/openclaw-release-managers
|