From aa5c8fad47d73e986b3aa6b2a21939248d73d1c4 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Sun, 1 Dec 2024 21:50:03 +0000 Subject: [PATCH] Remove CODEOWNERS and mirror-rolling-to-ros2 workflow. They are both outdated and both are no longer serving their intended purpose. Signed-off-by: Chris Lalancette --- .github/workflows/mirror-rolling-to-ros2.yaml | 13 ------------- CODEOWNERS | 2 -- 2 files changed, 15 deletions(-) delete mode 100644 .github/workflows/mirror-rolling-to-ros2.yaml delete mode 100644 CODEOWNERS diff --git a/.github/workflows/mirror-rolling-to-ros2.yaml b/.github/workflows/mirror-rolling-to-ros2.yaml deleted file mode 100644 index fa4e69bf34..0000000000 --- a/.github/workflows/mirror-rolling-to-ros2.yaml +++ /dev/null @@ -1,13 +0,0 @@ -name: Mirror rolling to ros2 - -on: - push: - branches: [ rolling ] - -jobs: - mirror-to-ros2: - runs-on: ubuntu-latest - steps: - - uses: zofrex/mirror-branch@v1 - with: - target-branch: ros2 diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 9f39bdb47f..0000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -# This file was generated by https://github.com/audrow/update-ros2-repos -* @cottsay