From: Jeff Handley Date: Thu, 24 Feb 2022 20:48:52 +0000 (-0800) Subject: Move the fabricbot config files to the eng folder to avoid changes triggering CI... X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~10636 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55abc2979b30dad0c7403f6f24c2b2a335cc670d;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Move the fabricbot config files to the eng folder to avoid changes triggering CI (#65856) --- diff --git a/eng/fabricbot/Makefile b/.github/fabricbot/Makefile similarity index 100% rename from eng/fabricbot/Makefile rename to .github/fabricbot/Makefile diff --git a/eng/fabricbot/README.md b/.github/fabricbot/README.md similarity index 54% rename from eng/fabricbot/README.md rename to .github/fabricbot/README.md index 90f33835..46b606d 100644 --- a/eng/fabricbot/README.md +++ b/.github/fabricbot/README.md @@ -1,6 +1,6 @@ # FabricBot scripts -Contains scripts used for generating FabricBot automation across all our triage boards. Scripts require nodejs to run: +Contains scripts used for generating FabricBot automation for the area pod issue/PR project boards. Scripts require nodejs to run: ```bash $ node scripts/updateAreaPodConfigs.js @@ -14,4 +14,4 @@ $ make Running the script will generate JSON configuration files under the `generated/` subfolder. The generated files are being tracked by git to simplify auditing changes of the generator script. When making changes to the generator script, please ensure that you have run the script and have committed the new generated files. -Please note that the generated files themselves have no impact on live FabricBot configuration. The changes need to be copied manually under the `.github/fabricbot.json` folder at the root of the `runtime` and `dotnet-api-docs` repos. +Please note that the generated files themselves have no impact on live FabricBot configuration. The changes need to be merged into the `.github/fabricbot.json` file at the root of the `runtime` and `dotnet-api-docs` repos. Merging the generated config into those files relies on manual editing to preserve other configuration blocks not affected by this script. diff --git a/eng/fabricbot/generated/areapods-dotnet-api-docs.json b/.github/fabricbot/generated/areapods-dotnet-api-docs.json similarity index 100% rename from eng/fabricbot/generated/areapods-dotnet-api-docs.json rename to .github/fabricbot/generated/areapods-dotnet-api-docs.json diff --git a/eng/fabricbot/generated/areapods-runtime.json b/.github/fabricbot/generated/areapods-runtime.json similarity index 100% rename from eng/fabricbot/generated/areapods-runtime.json rename to .github/fabricbot/generated/areapods-runtime.json diff --git a/eng/fabricbot/scripts/updateAreaPodConfigs.js b/.github/fabricbot/scripts/updateAreaPodConfigs.js similarity index 100% rename from eng/fabricbot/scripts/updateAreaPodConfigs.js rename to .github/fabricbot/scripts/updateAreaPodConfigs.js