From 502dcce686082e6d7d9f03e57462689977246169 Mon Sep 17 00:00:00 2001 From: trueberryless <99918022+trueberryless@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:47:37 +0000 Subject: [PATCH] [ci] sort `repos.json` files --- repos.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repos.json b/repos.json index 2a7c175..1b2c3b5 100644 --- a/repos.json +++ b/repos.json @@ -1560,6 +1560,10 @@ "path": "template-files/.github/labeler.yaml", "targetPath": ".github/labeler.yaml" }, + { + "path": "template-files/.github/readmetreerc.yaml", + "targetPath": ".github/readmetreerc.yaml" + }, { "path": "template-files/.github/workflows/deployment.yaml", "targetPath": ".github/workflows/deployment.yaml", @@ -1656,10 +1660,6 @@ "path": "template-files/README.md", "targetPath": "README.md", "special": "README.md" - }, -{ - "path": "template-files/.github/readmetreerc.yaml", - "targetPath": ".github/readmetreerc.yaml" } ] }