From 2672510165184038fee003e9647dc41bda87dbf7 Mon Sep 17 00:00:00 2001 From: eps1lon Date: Tue, 27 Aug 2024 12:16:07 +0200 Subject: [PATCH] Remove obsolete `.react-version` file This file was only added to automatically add GH labels. However, we now set this label in the automated GH workflow. It was also problematic since the labeler only ever adds labels. Sometimes the label was only added during merge or intermediate steps but not on the final PR making the label not useful as a single signal. --- .github/.react-version | 1 - .github/labeler.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 .github/.react-version diff --git a/.github/.react-version b/.github/.react-version deleted file mode 100644 index 4c946f78dd695..0000000000000 --- a/.github/.react-version +++ /dev/null @@ -1 +0,0 @@ -19.0.0-rc-eb3ad065-20240822 \ No newline at end of file diff --git a/.github/labeler.json b/.github/labeler.json index c0c57e7820161..0f1575da620bb 100644 --- a/.github/labeler.json +++ b/.github/labeler.json @@ -71,7 +71,6 @@ "packages/next-swc/**", "packages/next/**", "packages/react-refresh-utils/**" - ], - "type: react-sync": [".github/.react-version"] + ] } }