From 8f483f0544b2024149a0616e56508a7a504413b1 Mon Sep 17 00:00:00 2001 From: Panagiotis Astithas Date: Wed, 8 Jan 2025 20:18:49 +0000 Subject: [PATCH] Protect wasm/core from accidental manual changes --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 07bda888b209dc..c5db991b4007a1 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -8,3 +8,6 @@ # Require a review for Dockerfile tools/docker/Dockerfile @web-platform-tests/wpt-core-team @web-platform-tests/admins .taskcluster.yml @web-platform-tests/wpt-core-team @web-platform-tests/admins + +# Prevent accidentally touching wasm/core which is updated by a workflow +wasm/core/ @web-platform-tests/wpt-core-team