From bd80fd0ab8119691803b0453cfa51bfd30dc7112 Mon Sep 17 00:00:00 2001 From: rUv Date: Fri, 21 Aug 2026 20:50:40 -0400 Subject: [PATCH] ci: protect claim gate resolution inputs --- .github/CODEOWNERS | 5 +++++ .github/workflows/model-release-gate.yml | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 73832896..db1f1f31 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,6 +4,11 @@ /evidence/policies/ @ruvnet /.github/workflows/model-release-gate.yml @ruvnet /v2/crates/wifi-densepose-train/ @ruvnet +/v2/Cargo.toml @ruvnet +/v2/Cargo.lock @ruvnet +/v2/rust-toolchain.toml @ruvnet +/v2/.cargo/ @ruvnet +/.cargo/ @ruvnet /README.md @ruvnet /benchmarks/ @ruvnet /docs/benchmarks/ @ruvnet diff --git a/.github/workflows/model-release-gate.yml b/.github/workflows/model-release-gate.yml index b45c6019..f76eb811 100644 --- a/.github/workflows/model-release-gate.yml +++ b/.github/workflows/model-release-gate.yml @@ -30,6 +30,11 @@ on: - master paths: - "v2/crates/wifi-densepose-train/**" + - "v2/Cargo.toml" + - "v2/Cargo.lock" + - "v2/rust-toolchain.toml" + - "v2/.cargo/**" + - ".cargo/**" - "evidence/claims/**" - "evidence/fixtures/**" - "evidence/policies/**" @@ -46,6 +51,11 @@ on: pull_request: paths: - "v2/crates/wifi-densepose-train/**" + - "v2/Cargo.toml" + - "v2/Cargo.lock" + - "v2/rust-toolchain.toml" + - "v2/.cargo/**" + - ".cargo/**" - "evidence/claims/**" - "evidence/fixtures/**" - "evidence/policies/**"