From 17f8be07db87b6b74d3023fe01aa965a00a9f480 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 6 May 2026 00:30:10 -0700 Subject: [PATCH] chore(security): add protected automation owners --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..bb3a6a4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# Protect ownership and automation rules. +/.github/CODEOWNERS @openclaw/openclaw-secops +/.github/dependabot.yml @openclaw/openclaw-secops +/.github/workflows/ @openclaw/openclaw-secops +/AGENTS.md @openclaw/openclaw-secops + +# Release and package integrity surfaces. +/docs/publishing.md @openclaw/openclaw-secops +/go.mod @openclaw/openclaw-secops +/go.sum @openclaw/openclaw-secops