From 2a82901885c4439cfdd7f3287b711610eb2324ad Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 13 Feb 2026 16:06:07 +1000 Subject: [PATCH 1/2] Add CODEOWNERS --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..06357ed --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +# Global owner +@immutable/rollups + +# Github actions +.github @immutable/rollups @immutable/security From d4c5fe5489a8a72ebeabce568eef70ada42f9eba Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 13 Feb 2026 17:04:58 +1000 Subject: [PATCH 2/2] Change to documented syntax --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 06357ed..4acd004 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,5 +1,5 @@ # Global owner -@immutable/rollups +* @immutable/rollups # Github actions .github @immutable/rollups @immutable/security