From f9ab9371824d470bca47602bc7d277eb2217c90d Mon Sep 17 00:00:00 2001
From: Chris Lalancette <clalancette@gmail.com>
Date: Tue, 26 Nov 2024 16:12:01 -0500
Subject: [PATCH] Remove CODEOWNERS and mirror-rolling-to-master workflow.
 (#426)

They are both out-of-date and no longer serving their
intended purpose.

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
---
 .github/workflows/mirror-rolling-to-master.yaml | 13 -------------
 CODEOWNERS                                      |  2 --
 2 files changed, 15 deletions(-)
 delete mode 100644 .github/workflows/mirror-rolling-to-master.yaml
 delete mode 100644 CODEOWNERS

diff --git a/.github/workflows/mirror-rolling-to-master.yaml b/.github/workflows/mirror-rolling-to-master.yaml
deleted file mode 100644
index 2885eb4a..00000000
--- a/.github/workflows/mirror-rolling-to-master.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: Mirror rolling to master
-
-on:
-  push:
-    branches: [ rolling ]
-
-jobs:
-  mirror-to-master:
-    runs-on: ubuntu-latest
-    steps:
-    - uses: zofrex/mirror-branch@v1
-      with:
-        target-branch: master
diff --git a/CODEOWNERS b/CODEOWNERS
deleted file mode 100644
index 7c5b686e..00000000
--- a/CODEOWNERS
+++ /dev/null
@@ -1,2 +0,0 @@
-# This file was generated by https://github.com/audrow/update-ros2-repos
-* @adityapande-1995 @methylDragon