From 3425f0e689d6cef0ed00a9e65bca4b80a6e13d80 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Tue, 26 Nov 2024 21:32:21 +0000 Subject: [PATCH] Remove CODEOWNERS and mirror-rolling-to-master. They are both outdated and both no longer serving their intended purpose. Signed-off-by: Chris Lalancette --- .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 2885eb4a4..000000000 --- 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 dcafbfa67..000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -# This file was generated by https://github.com/audrow/update-ros2-repos -* @adityapande-1995 @methylDragon @quarkytale @sloretz